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:49 +0000

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

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

Log message:
        Patch to change the default binding of C-a to eshell-bol.  I don't 
think it's
        actually bound at all by default in eshell; it just falls back to the 
default
        binding of C-a.

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

Patches:
Index: esh-mode.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/eshell/esh-mode.el,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -b -r1.41 -r1.42
--- esh-mode.el 22 Jan 2009 01:11:30 -0000      1.41
+++ esh-mode.el 22 Jan 2009 01:11:49 -0000      1.42
@@ -316,6 +316,7 @@
   (define-key eshell-mode-map [(meta return)] 'eshell-queue-input)
   (define-key eshell-mode-map [(meta control ?m)] 'eshell-queue-input)
   (define-key eshell-mode-map [(meta control ?l)] 'eshell-show-output)
+  (define-key eshell-mode-map [(control ?a)] 'eshell-bol)
 
   (set (make-local-variable 'eshell-command-prefix)
        (make-symbol "eshell-command-prefix"))




reply via email to

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