diff options
| -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 | ||