aboutsummaryrefslogtreecommitdiffstats
path: root/etc/PROBLEMS
diff options
context:
space:
mode:
Diffstat (limited to 'etc/PROBLEMS')
-rw-r--r--etc/PROBLEMS8
1 files changed, 3 insertions, 5 deletions
diff --git a/etc/PROBLEMS b/etc/PROBLEMS
index f61921a6562..2ccb7711376 100644
--- a/etc/PROBLEMS
+++ b/etc/PROBLEMS
@@ -459,11 +459,9 @@ smart. It sees that the Shell uses terminal type 'unknown' and turns
459on the flag to output ^M at the end of each line. You can fix the 459on the flag to output ^M at the end of each line. You can fix the
460problem by adding this to your .cshrc file: 460problem by adding this to your .cshrc file:
461 461
462 if ($?EMACS) then 462 if ($?INSIDE_EMACS && $?tcsh)
463 if ("$EMACS" =~ /*) then 463 unset edit
464 unset edit 464 stty -icrnl -onlcr -echo susp ^Z
465 stty -icrnl -onlcr -echo susp ^Z
466 endif
467 endif 465 endif
468 466
469*** Emacs startup on GNU/Linux systems (and possibly other systems) is slow. 467*** Emacs startup on GNU/Linux systems (and possibly other systems) is slow.