GNU bug report logs -
#4362
23.1: proced -- Mode help lists 'd' as mark command (prefer 'm')
Previous Next
Reported by: Jari Aalto <jari.aalto <at> cante.net>
Date: Sun, 6 Sep 2009 17:35:06 UTC
Severity: normal
Done: Glenn Morris <rgm <at> gnu.org>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
> @@ -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/
This bug report was last modified 15 years and 257 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.