diff options
| author | Gerd Moellmann | 2001-07-29 11:07:35 +0000 |
|---|---|---|
| committer | Gerd Moellmann | 2001-07-29 11:07:35 +0000 |
| commit | ea6a3b0c87a8add17a7128639b8b6de2446e15e6 (patch) | |
| tree | 8c894f2fd1bc490bc73a66010ae3774161eeb278 | |
| parent | 75c5350ac7163c9789e8c21fc7427fce9e1c642d (diff) | |
| download | emacs-ea6a3b0c87a8add17a7128639b8b6de2446e15e6.tar.gz emacs-ea6a3b0c87a8add17a7128639b8b6de2446e15e6.zip | |
*** empty log message ***
| -rw-r--r-- | etc/PROBLEMS | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/etc/PROBLEMS b/etc/PROBLEMS index bef87e54a18..1a358a3f27f 100644 --- a/etc/PROBLEMS +++ b/etc/PROBLEMS | |||
| @@ -1,6 +1,25 @@ | |||
| 1 | This file describes various problems that have been encountered | 1 | This file describes various problems that have been encountered |
| 2 | in compiling, installing and running GNU Emacs. | 2 | in compiling, installing and running GNU Emacs. |
| 3 | 3 | ||
| 4 | * Getting a Meta key on the FreeBSD console | ||
| 5 | |||
| 6 | By default, neither Alt nor any other key acts as a Meta key on | ||
| 7 | FreeBSD, but this can be changed using kbdcontrol(1). Dump the | ||
| 8 | current keymap to a file with the command | ||
| 9 | |||
| 10 | $ kbdcontrol -d >emacs.kbd | ||
| 11 | |||
| 12 | Edit emacs.kbd, and give the key you want to be the Meta key the | ||
| 13 | definition `meta'. For instance, if your keyboard has a ``Windows'' | ||
| 14 | key with scan code 105, change the line for scan code 105 in emacs.kbd | ||
| 15 | to look like this | ||
| 16 | |||
| 17 | 105 meta meta meta meta meta meta meta meta O | ||
| 18 | |||
| 19 | to make the Windows key the Meta key. Load the new keymap with | ||
| 20 | |||
| 21 | $ kbdcontrol -l emacs.kbd | ||
| 22 | |||
| 4 | * Emacs' xterm-mouse-mode doesn't work on the Gnome terminal. | 23 | * Emacs' xterm-mouse-mode doesn't work on the Gnome terminal. |
| 5 | 24 | ||
| 6 | A symptom of this bug is that double-clicks insert a control sequence | 25 | A symptom of this bug is that double-clicks insert a control sequence |