aboutsummaryrefslogtreecommitdiffstats
path: root/etc/PROBLEMS
diff options
context:
space:
mode:
Diffstat (limited to 'etc/PROBLEMS')
-rw-r--r--etc/PROBLEMS31
1 files changed, 27 insertions, 4 deletions
diff --git a/etc/PROBLEMS b/etc/PROBLEMS
index 75627f084cd..cc591d6e1fe 100644
--- a/etc/PROBLEMS
+++ b/etc/PROBLEMS
@@ -302,6 +302,12 @@ Help mode due to setting `temp-buffer-show-hook' rather than using
302 302
303** Keyboard problems 303** Keyboard problems
304 304
305*** Unable to enter the M-| key on some German keyboards.
306Some users have reported that M-| suffers from "keyboard ghosting".
307This can't be fixed by Emacs, as the keypress never gets passed to it
308at all (as can be verified using "xev"). You can work around this by
309typing `ESC |' instead.
310
305*** "Compose Character" key does strange things when used as a Meta key. 311*** "Compose Character" key does strange things when used as a Meta key.
306 312
307If you define one key to serve as both Meta and Compose Character, you 313If you define one key to serve as both Meta and Compose Character, you
@@ -1673,6 +1679,23 @@ recommended way of turning on Font-lock is by typing "M-x
1673global-font-lock-mode RET" or by customizing the variable 1679global-font-lock-mode RET" or by customizing the variable
1674`global-font-lock-mode'. 1680`global-font-lock-mode'.
1675 1681
1682** Unexpected characters inserted into the buffer when you start Emacs.
1683See eg http://debbugs.gnu.org/11129
1684
1685This can happen when you start Emacs in -nw mode in an Xterm.
1686For example, in the *scratch* buffer, you might see something like:
1687
1688 0;276;0c
1689
1690This is more likely to happen if you are using Emacs over a slow
1691connection, and begin typing before Emacs is ready to respond.
1692
1693This occurs when Emacs tries to query the terminal to see what
1694capabilities it supports, and gets confused by the answer.
1695To avoid it, set xterm-extra-capabilities to a value other than
1696`check' (the default). See that variable's documentation (in
1697term/xterm.el) for more details.
1698
1676* Runtime problems specific to individual Unix variants 1699* Runtime problems specific to individual Unix variants
1677 1700
1678** GNU/Linux 1701** GNU/Linux
@@ -2235,10 +2258,10 @@ printer drivers. A workaround on MS-Windows is to use Windows' basic
2235built in editor to print (this is possibly the only useful purpose it 2258built in editor to print (this is possibly the only useful purpose it
2236has): 2259has):
2237 2260
2238(setq printer-name "") ;; notepad takes the default 2261(setq printer-name "") ; notepad takes the default
2239(setq lpr-command "notepad") ;; notepad 2262(setq lpr-command "notepad") ; notepad
2240(setq lpr-switches nil) ;; not needed 2263(setq lpr-switches nil) ; not needed
2241(setq lpr-printer-switch "/P") ;; run notepad as batch printer 2264(setq lpr-printer-switch "/P") ; run notepad as batch printer
2242 2265
2243** Antivirus software interacts badly with the MS-Windows version of Emacs. 2266** Antivirus software interacts badly with the MS-Windows version of Emacs.
2244 2267