aboutsummaryrefslogtreecommitdiffstats
path: root/etc/PROBLEMS
diff options
context:
space:
mode:
authorPaul Eggert2016-04-07 16:52:01 -0700
committerPaul Eggert2016-04-07 16:52:26 -0700
commitf36df4b97ba6f335c24ada099203a9244ac84ce5 (patch)
treec19f7e8c10750301d56981900e6719e093907c62 /etc/PROBLEMS
parentfb0b531e9e5a260addf79ad1603cc8b7c2c03d1f (diff)
downloademacs-f36df4b97ba6f335c24ada099203a9244ac84ce5.tar.gz
emacs-f36df4b97ba6f335c24ada099203a9244ac84ce5.zip
Don’t recommend obsolete EMACS env var
* doc/misc/efaq.texi (Escape sequences in shell output): Remove long-obsolete (and now-confusing) notes about the EMACS environment variable in Emacs 21.1 and earlier. * doc/misc/efaq.texi (^M in the shell buffer): * etc/PROBLEMS: Remove obsolescent recommendation to consult the EMACS environment variable.
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 d5313677113..b0c21ee25dd 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.