diff options
| author | Glenn Morris | 2012-03-31 13:22:04 -0700 |
|---|---|---|
| committer | Glenn Morris | 2012-03-31 13:22:04 -0700 |
| commit | 40f86458ccc6edbfd82c0b430fa24c627623321f (patch) | |
| tree | 23f8b818cfdf2bca7af9852d021e26c7696b825e /etc | |
| parent | 7019c1775eea9cb100e97bceb3e8048e253c08fb (diff) | |
| download | emacs-40f86458ccc6edbfd82c0b430fa24c627623321f.tar.gz emacs-40f86458ccc6edbfd82c0b430fa24c627623321f.zip | |
Doc fix for xterm-extra-capabilities
* lisp/term/xterm.el (xterm-extra-capabilities): Doc fix.
* etc/PROBLEMS: Mention xterm-extra-capabilities issue.
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/PROBLEMS | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/etc/PROBLEMS b/etc/PROBLEMS index ae3f49868b2..939ce9f246d 100644 --- a/etc/PROBLEMS +++ b/etc/PROBLEMS | |||
| @@ -1679,6 +1679,23 @@ recommended way of turning on Font-lock is by typing "M-x | |||
| 1679 | global-font-lock-mode RET" or by customizing the variable | 1679 | global-font-lock-mode RET" or by customizing the variable |
| 1680 | `global-font-lock-mode'. | 1680 | `global-font-lock-mode'. |
| 1681 | 1681 | ||
| 1682 | ** Unexpected characters inserted into the buffer when you start Emacs. | ||
| 1683 | See eg http://debbugs.gnu.org/11129 | ||
| 1684 | |||
| 1685 | This can happen when you start Emacs in -nw mode in an Xterm. | ||
| 1686 | For example, in the *scratch* buffer, you might see something like: | ||
| 1687 | |||
| 1688 | 0;276;0c | ||
| 1689 | |||
| 1690 | This is more likely to happen if you are using Emacs over a slow | ||
| 1691 | connection, and begin typing before Emacs is ready to respond. | ||
| 1692 | |||
| 1693 | This occurs when Emacs tries to query the terminal to see what | ||
| 1694 | capabilities it supports, and gets confused by the answer. | ||
| 1695 | To avoid it, set xterm-extra-capabilities to a value other than | ||
| 1696 | `check' (the default). See that variable's documentation (in | ||
| 1697 | term/xterm.el) for more details. | ||
| 1698 | |||
| 1682 | * Runtime problems specific to individual Unix variants | 1699 | * Runtime problems specific to individual Unix variants |
| 1683 | 1700 | ||
| 1684 | ** GNU/Linux | 1701 | ** GNU/Linux |