X-Git-Url: https://code.delx.au/gnu-emacs/blobdiff_plain/fb0b531e9e5a260addf79ad1603cc8b7c2c03d1f..f36df4b97ba6f335c24ada099203a9244ac84ce5:/etc/PROBLEMS diff --git a/etc/PROBLEMS b/etc/PROBLEMS index d531367711..b0c21ee25d 100644 --- a/etc/PROBLEMS +++ b/etc/PROBLEMS @@ -459,11 +459,9 @@ smart. It sees that the Shell uses terminal type 'unknown' and turns on the flag to output ^M at the end of each line. You can fix the problem by adding this to your .cshrc file: - if ($?EMACS) then - if ("$EMACS" =~ /*) then - unset edit - stty -icrnl -onlcr -echo susp ^Z - endif + if ($?INSIDE_EMACS && $?tcsh) + unset edit + stty -icrnl -onlcr -echo susp ^Z endif *** Emacs startup on GNU/Linux systems (and possibly other systems) is slow.