diff options
| author | Eli Zaretskii | 2017-05-09 19:34:39 +0300 |
|---|---|---|
| committer | Eli Zaretskii | 2017-05-09 19:34:39 +0300 |
| commit | 741daec617e978b3f02bc2480f5200930449c805 (patch) | |
| tree | 2482288f798d74bd7900199c3e92e926985c5a84 | |
| parent | c0d42853cd9b2da6d2d82f670260b62958ff6d21 (diff) | |
| download | emacs-741daec617e978b3f02bc2480f5200930449c805.tar.gz emacs-741daec617e978b3f02bc2480f5200930449c805.zip | |
; Describe the problem with ksh when resizing shell window
* etc/PROBLEMS: Mention the problem with ksh when the shell window
is resized. For details, see the discussion starting in
http://lists.gnu.org/archive/html/emacs-devel/2017-04/msg00888.html.
Reported by Mike Kupfer <mkupfer@alum.berkeley.edu>.
| -rw-r--r-- | etc/PROBLEMS | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/etc/PROBLEMS b/etc/PROBLEMS index 029f7560da0..62c5e9e1a80 100644 --- a/etc/PROBLEMS +++ b/etc/PROBLEMS | |||
| @@ -464,6 +464,17 @@ problem by adding this to your .cshrc file: | |||
| 464 | stty -icrnl -onlcr -echo susp ^Z | 464 | stty -icrnl -onlcr -echo susp ^Z |
| 465 | endif | 465 | endif |
| 466 | 466 | ||
| 467 | *** In Shell buffers using ksh, resizing a window inserts random characters. | ||
| 468 | |||
| 469 | The characters come from the PS2 prompt, but they are not followed by | ||
| 470 | a newline, which messes up the next command you type. This strange | ||
| 471 | effect is caused by Emacs 25 and later telling the shell that its | ||
| 472 | screen size changed. | ||
| 473 | |||
| 474 | To work around the problem, customize the option | ||
| 475 | 'window-adjust-process-window-size-function' to "Do not adjust process | ||
| 476 | window sizes" (Lisp value 'ignore'). | ||
| 477 | |||
| 467 | *** In Inferior Python mode, input is echoed and native completion doesn't work. | 478 | *** In Inferior Python mode, input is echoed and native completion doesn't work. |
| 468 | <https://debbugs.gnu.org/cgi/bugreport.cgi?bug=25753> | 479 | <https://debbugs.gnu.org/cgi/bugreport.cgi?bug=25753> |
| 469 | 480 | ||