unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
From: Juri Linkov <juri@jurta.org>
To: 4362@emacsbugs.donarmstrong.com
Cc: Jari Aalto <jari.aalto@cante.net>
Subject: bug#4362: 23.1: proced -- Mode help lists 'd' as mark command (prefer 'm')
Date: Thu, 10 Sep 2009 04:16:05 +0300	[thread overview]
Message-ID: <873a6vtwmp.fsf@mail.jurta.org> (raw)
In-Reply-To: <87iqfs25rp.fsf_-_@mail.jurta.org> (Juri Linkov's message of "Wed, 09 Sep 2009 03:57:38 +0300")

> @@ -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	other threads:[~2009-09-10  1:16 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <l2y6orcwhd.fsf@fencepost.gnu.org>
2009-09-06 17:28 ` bug#4362: 23.1: proced -- Mode help lists 'd' as mark command (prefer 'm') Jari Aalto
2009-09-07  2:45   ` bug#4362: marked as done (23.1: proced -- Mode help lists 'd' as mark command (prefer 'm')) Emacs bug Tracking System
2009-09-09  0:57     ` bug#4362: 23.1: proced -- Mode help lists 'd' as mark command (prefer 'm') Juri Linkov
2009-09-10  1:16       ` Juri Linkov [this message]
2009-09-10  6:27       ` Glenn Morris
2009-09-11  1:17         ` Juri Linkov
2009-09-11  5:13           ` Stefan Monnier

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=873a6vtwmp.fsf@mail.jurta.org \
    --to=juri@jurta.org \
    --cc=4362@emacsbugs.donarmstrong.com \
    --cc=jari.aalto@cante.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).