help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

shell output


From: Nicola Botta
Subject: shell output
Date: Fri, 26 Jan 2001 19:17:47 +0100

I have the following problem in the shell mode

ESC x shell

lt28:[test]> ls
a.out*  main.cc  main.cc~  main.int.c  main.s  main.s.nopt
lt28:[test]>

i.e. [0m are pre/post fixed to the expected output. I 'm using  GNU Emacs 20.7.1 on a linux
(RedHat 6.2) system. My .emacs file looks like
 

(setq explicit-shell-file-name "/bin/bash")
(standard-display-european 1)
(iso-accents-mode 1)
(set-input-mode (car (current-input-mode)) (nth 1 (current-input-mode)) 0)
(global-font-lock-mode t)
(setq-default font-lock-auto-fontify t)
(setq-default font-lock-use-colors t)
(setq-default mouse-yank-at-point t)
(setq-default case-fold-search nil)
(setq auto-mode-alist (append '(("\\.i\\'" . c-mode)) auto-mode-alist))
(custom-set-variables
 '(compilation-scroll-output t))
(custom-set-faces)

any idea how to fix the problem ?

best regards,
Nicola Botta
 

-- 
Nicola Botta, Data & Computation
Potsdam Institute for Climate Impact Research (PIK)
Telegrafenberg C4, Postfach 60 12 03, D-14412 Potsdam
tel: ++49 (0)331 288 2657 mailto:botta@pik-potsdam.de
 
reply via email to

[Prev in Thread] Current Thread [Next in Thread]