diff options
| author | Richard M. Stallman | 2005-06-25 04:48:24 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2005-06-25 04:48:24 +0000 |
| commit | 09352e8f259561df2d7c34a7feba028ba32a0149 (patch) | |
| tree | de15a357e4f2ee94e1ebca6194b6fde2d394efa9 | |
| parent | 7690cbb0f9d9f7bb56edd67c06a89f116dd4f80d (diff) | |
| download | emacs-09352e8f259561df2d7c34a7feba028ba32a0149.tar.gz emacs-09352e8f259561df2d7c34a7feba028ba32a0149.zip | |
*** empty log message ***
| -rw-r--r-- | etc/PROBLEMS | 14 | ||||
| -rw-r--r-- | src/ChangeLog | 4 |
2 files changed, 18 insertions, 0 deletions
diff --git a/etc/PROBLEMS b/etc/PROBLEMS index 3bca366ef26..5b0c4e5eee7 100644 --- a/etc/PROBLEMS +++ b/etc/PROBLEMS | |||
| @@ -961,6 +961,20 @@ xmodmap command to the xdm setup script for that display. | |||
| 961 | 961 | ||
| 962 | Use the shell command `xset bc' to make the old X Menu package work. | 962 | Use the shell command `xset bc' to make the old X Menu package work. |
| 963 | 963 | ||
| 964 | *** C-SPC fails to work on Fedora GNU/Linux. | ||
| 965 | |||
| 966 | Fedora Core 4 steals the C-SPC key by default for the `iiimx' program | ||
| 967 | which is the input method for some languages. It blocks Emacs users | ||
| 968 | from using the C-SPC key for `set-mark-command'. | ||
| 969 | |||
| 970 | One solutions is to remove the `<Ctrl>space' from the `Iiimx' file | ||
| 971 | which can be found in the `/usr/lib/X11/app-defaults' directory. | ||
| 972 | However, that requires root access. | ||
| 973 | |||
| 974 | Another is to specify `Emacs*useXIM: false' in your X resources. | ||
| 975 | |||
| 976 | Another is to build Emacs with the `--without-xim' configure option. | ||
| 977 | |||
| 964 | *** M-SPC seems to be ignored as input. | 978 | *** M-SPC seems to be ignored as input. |
| 965 | 979 | ||
| 966 | See if your X server is set up to use this as a command | 980 | See if your X server is set up to use this as a command |
diff --git a/src/ChangeLog b/src/ChangeLog index 6bec8c3b044..44f00321d36 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2005-06-25 Richard M. Stallman <rms@gnu.org> | ||
| 2 | |||
| 3 | * lread.c (read1): 0.0e+NaN should make a "positive" NaN. | ||
| 4 | |||
| 1 | 2005-06-24 Eli Zaretskii <eliz@gnu.org> | 5 | 2005-06-24 Eli Zaretskii <eliz@gnu.org> |
| 2 | 6 | ||
| 3 | * fileio.c (Frename_file): Undo last change: no need to ifdef away | 7 | * fileio.c (Frename_file): Undo last change: no need to ifdef away |