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

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

bug#4362: 23.1: proced -- Mode help lists 'd' as mark command (prefer 'm


From: Juri Linkov
Subject: bug#4362: 23.1: proced -- Mode help lists 'd' as mark command (prefer 'm')
Date: Thu, 10 Sep 2009 04:16:05 +0300
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.50 (x86_64-pc-linux-gnu)

> @@ -459,8 +459,8 @@
>      (define-key km [down] 'next-line)
>      (define-key km [up] 'previous-line)
>      ;; marking
> -    (define-key km "d" 'proced-mark) ; Dired compatibility ("delete")
>      (define-key km "m" 'proced-mark)
> +    (define-key km "d" 'proced-mark) ; Dired compatibility ("delete")
>      (define-key km "u" 'proced-unmark)
>      (define-key km "\177" 'proced-unmark-backward)
>      (define-key km "M" 'proced-mark-all)

Hmm, the trick with changing the order of key bindings doesn't work
in `Buffer-menu-mode-map'.  It would be more preferable to mention "d"
instead of "k" as the key to mark that buffer to be deleted in the
*Buffer List*, but changing the order of

    (define-key map "d" 'Buffer-menu-delete)
    (define-key map "k" 'Buffer-menu-delete)

has no effect of the output of `C-h m' in the *Buffer List*.

-- 
Juri Linkov
http://www.jurta.org/emacs/





reply via email to

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