emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/trunk r104189: Bind bookmark-bmenu-search t


From: Leo Liu
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r104189: Bind bookmark-bmenu-search to `/'
Date: Wed, 11 May 2011 03:34:51 +0800
User-agent: Bazaar (2.3.1)

------------------------------------------------------------
revno: 104189
committer: Leo Liu <address@hidden>
branch nick: trunk
timestamp: Wed 2011-05-11 03:34:51 +0800
message:
  Bind bookmark-bmenu-search to `/'
modified:
  lisp/ChangeLog
  lisp/bookmark.el
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2011-05-10 08:20:21 +0000
+++ b/lisp/ChangeLog    2011-05-10 19:34:51 +0000
@@ -1,5 +1,8 @@
 2011-05-10  Leo Liu  <address@hidden>
 
+       * bookmark.el (bookmark-bmenu-mode-map): Bind
+       bookmark-bmenu-search to `/'.
+
        * mail/footnote.el: Convert to utf-8 encoding.
        (footnote-unicode-string, footnote-unicode-regexp): New variable.
        (Footnote-unicode): New function.

=== modified file 'lisp/bookmark.el'
--- a/lisp/bookmark.el  2011-03-06 00:30:16 +0000
+++ b/lisp/bookmark.el  2011-05-10 19:34:51 +0000
@@ -1504,9 +1504,7 @@
     (define-key map "a" 'bookmark-bmenu-show-annotation)
     (define-key map "A" 'bookmark-bmenu-show-all-annotations)
     (define-key map "e" 'bookmark-bmenu-edit-annotation)
-    ;; The original binding of M-g hides the M-g prefix map.
-    ;; If someone has a better idea than M-g s, I'm open to suggestions.
-    (define-key map [?\M-g ?s] 'bookmark-bmenu-search)
+    (define-key map "/" 'bookmark-bmenu-search)
     (define-key map [mouse-2] 'bookmark-bmenu-other-window-with-mouse)
     map))
 


reply via email to

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