-----Ursprungliche Nachricht-----
Von: Andrew Begel [mailto:abegelīŧ cs.berkeley.edu]
Gesendet: Donnerstag, 23. Oktober 2003 08:52
An: xemacs-beta(a)xemacs.org
Betreff: comint-strip-ctrl-m
When I use XEmacs 21.4.14 on my Mac, both the shell and gdb
modes show
ctrl-M's after each output line in the buffer. I can use M-x
comint-strip-ctrl-m to remove these ctrl-M's, but on every subsequent
output they come back. How can I make this stripping
permanent in these
buffers?
andrew
I have this in my .emacs on a Windoze box:
(require 'comint)
(add-to-list 'comint-output-filter-functions
'comint-strip-ctrl-m)
Hth,
Christian