Next: Q5.0.15, Previous: Q5.0.13, Up: Miscellaneous
Sometimes (i.e. it’s not repeatable, and I can’t work out why it happens) when I’m typing into shell mode, I hit return and only a portion of the command is given to the shell, and a blank prompt is returned. If I hit return again, the rest of the previous command is given to the shell.
Martin Buchholz writes:
There is a known problem with interaction between
csh
and thefilec
option and SXEmacs. You should add the following to your .cshrc:if ( "$TERM" == emacs || "$TERM" == unknown ) unset filec