Mercurial > emacs
comparison etc/PROBLEMS @ 38591:374015c2d9ea
*** empty log message ***
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Sun, 29 Jul 2001 11:07:35 +0000 |
parents | 9987609b0554 |
children | 7eb1441df356 |
comparison
equal
deleted
inserted
replaced
38590:7c2e49c3cf0a | 38591:374015c2d9ea |
---|---|
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 | |
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 | |
3 | 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 |
7 into the buffer. The reason this happens is an apparent | 26 into the buffer. The reason this happens is an apparent |