bongo-patches
[Top][All Lists]
Advanced

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

[bongo-patches] Rebind `U' to `bongo-kill-marking' and add `* k' and `*


From: Daniel Brockman
Subject: [bongo-patches] Rebind `U' to `bongo-kill-marking' and add `* k' and `* y' bindings
Date: Wed, 04 Apr 2007 18:24:11 +0200
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.92 (gnu/linux)

2007-04-04  Daniel Brockman  <address@hidden>

        Rebind `U' to `bongo-kill-marking' and add `* k'
        and `* y' bindings.

diff -rN -u old-bongo/bongo.el new-bongo/bongo.el
--- old-bongo/bongo.el  2007-04-04 18:24:05.000000000 +0200
+++ new-bongo/bongo.el  2007-04-04 18:24:05.000000000 +0200
@@ -8332,8 +8332,11 @@
     (define-key map "\177" 'bongo-unmark-backward)
     (substitute-key-definition
      'backward-delete-char 'bongo-unmark-backward map global-map)
-    (define-key map "U" 'bongo-unmark-all)
+    (define-key map "*" nil)            ; For Emacs 21.
     (define-key map "**" 'bongo-toggle-marking)
+    (define-key map "*k" 'bongo-kill-marking)
+    (define-key map "U" 'bongo-kill-marking)
+    (define-key map "*y" 'bongo-yank-marking)
     (define-key map "%" nil)            ; For Emacs 21.
     (define-key map "%m" 'bongo-mark-by-formatted-infoset-regexp)
     (define-key map "%u" 'bongo-unmark-by-formatted-infoset-regexp)
-- 
Daniel Brockman <address@hidden>

reply via email to

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