This bug report will be sent to the Free Software Foundation, not to your local site managers! Please write in English if possible, because the Emacs maintainers usually do not have translators to read other languages for them.
Your bug report will be posted to the emacs-pretest-bug@gnu.org mailing list. Please describe exactly what actions triggered the bug and the precise symptoms of the bug: Setting (or customizing) comint-process-echoes to t disables the echoing of commands entered in comint mode (specifically, *shell*). However comint-send-input will act on this regardless of whether it's doing a "normal" send or a "fake" one, such as is called from comint-send-eof or comint-skip-input. That means that if comint-process-echoes is set to non-nil and one hits C-d, C-c C-c, C-c C-z, C-c C-\, etc, comint-send-input just hangs waiting for the shell to echo back the fake input. One fix is to temporarily set comint-process-echoes to nil from all the sites that invoke comint-send-input in this way (i.e., not actually expecting anything to be sent to the process). In GNU Emacs 21.3.50.1 (i686-pc-linux-gnu, X toolkit, Xaw3d scroll bars, multi-tty) of 2004-08-22 on pork configured using `configure '--prefix=/home/fischman/apps' 'CC=gcc'' Important settings: value of $LC_ALL: nil value of $LC_COLLATE: nil value of $LC_CTYPE: nil value of $LC_MESSAGES: nil value of $LC_MONETARY: nil value of $LC_NUMERIC: nil value of $LC_TIME: nil value of $LANG: nil locale-coding-system: nil default-enable-multibyte-characters: t Major mode: BBDB Minor modes in effect: auto-compression-mode: t display-time-mode: t tool-bar-mode: t menu-bar-mode: t global-font-lock-mode: t font-lock-mode: t unify-8859-on-encoding-mode: t utf-translate-cjk-mode: t transient-mark-mode: t Recent input: RET C-x k RET ESC x e m a c s - DEL DEL DEL DEL DEL DEL r e p o r TAB RET Recent messages: Quit [6 times] Loading emacsbug...done _______________________________________________ Emacs-pretest-bug mailing list Emacs-pretest-bug@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug