Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
09352e8f
Commit
09352e8f
authored
Jun 25, 2005
by
Richard M. Stallman
Browse files
*** empty log message ***
parent
7690cbb0
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
18 additions
and
0 deletions
+18
-0
etc/PROBLEMS
etc/PROBLEMS
+14
-0
src/ChangeLog
src/ChangeLog
+4
-0
No files found.
etc/PROBLEMS
View file @
09352e8f
...
...
@@ -961,6 +961,20 @@ xmodmap command to the xdm setup script for that display.
Use the shell command `xset bc' to make the old X Menu package work.
*** C-SPC fails to work on Fedora GNU/Linux.
Fedora Core 4 steals the C-SPC key by default for the `iiimx' program
which is the input method for some languages. It blocks Emacs users
from using the C-SPC key for `set-mark-command'.
One solutions is to remove the `<Ctrl>space' from the `Iiimx' file
which can be found in the `/usr/lib/X11/app-defaults' directory.
However, that requires root access.
Another is to specify `Emacs*useXIM: false' in your X resources.
Another is to build Emacs with the `--without-xim' configure option.
*** M-SPC seems to be ignored as input.
See if your X server is set up to use this as a command
...
...
src/ChangeLog
View file @
09352e8f
2005-06-25 Richard M. Stallman <rms@gnu.org>
* lread.c (read1): 0.0e+NaN should make a "positive" NaN.
2005-06-24 Eli Zaretskii <eliz@gnu.org>
* fileio.c (Frename_file): Undo last change: no need to ifdef away
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment