emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] emacs/lisp/eshell esh-mode.el


From: John Wiegley
Subject: [Emacs-diffs] emacs/lisp/eshell esh-mode.el
Date: Thu, 22 Jan 2009 01:11:30 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     John Wiegley <johnw>    09/01/22 01:11:30

Modified files:
        lisp/eshell    : esh-mode.el 

Log message:
        Add eshell-handle-ansi-color to the default list of output filters.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/emacs/lisp/eshell/esh-mode.el?cvsroot=emacs&r1=1.40&r2=1.41

Patches:
Index: esh-mode.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/eshell/esh-mode.el,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -b -r1.40 -r1.41
--- esh-mode.el 9 Jan 2009 04:23:41 -0000       1.40
+++ esh-mode.el 22 Jan 2009 01:11:30 -0000      1.41
@@ -164,6 +164,7 @@
 (defcustom eshell-output-filter-functions
   '(eshell-postoutput-scroll-to-bottom
     eshell-handle-control-codes
+    eshell-handle-ansi-color
     eshell-watch-for-password-prompt)
   "*Functions to call before output is displayed.
 These functions are only called for output that is displayed




reply via email to

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