aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--etc/PROBLEMS11
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
469The characters come from the PS2 prompt, but they are not followed by
470a newline, which messes up the next command you type. This strange
471effect is caused by Emacs 25 and later telling the shell that its
472screen size changed.
473
474To work around the problem, customize the option
475'window-adjust-process-window-size-function' to "Do not adjust process
476window 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