all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Lennart Borgman <lennart.borgman@gmail.com>
To: Stefan Monnier <monnier@iro.umontreal.ca>
Cc: 9293@debbugs.gnu.org, jidanni@jidanni.org
Subject: bug#9293: say what they are shadowed by
Date: Mon, 22 Aug 2011 23:44:23 +0200	[thread overview]
Message-ID: <CANbX364-p-hnaiDxNWMSaE6dMPbq1GQWz+g6QcE2fCD8waKQJg@mail.gmail.com> (raw)
In-Reply-To: <jwvzkj1qgqa.fsf-monnier+emacs@gnu.org>

On Mon, Aug 22, 2011 at 23:29, Stefan Monnier <monnier@iro.umontreal.ca> wrote:
> severity 9293 wishlist
> thanks
>
>>    Tar mode defined in `tar-mode.el':...
>>    0 .. 9             digit-argument  (binding currently shadowed)
>
>> Shadowed by what?
>
>>    e .. f             tar-extract  (binding currently shadowed)
>
>>    C-d                tar-flag-deleted
>>    RET                tar-extract
>>      (that binding is currently shadowed by another mode)
>>    C-n                tar-next-line
>>    C-p                tar-previous-line
>>    SPC                tar-next-line
>>      (that binding is currently shadowed by another mode)
>
>> Say what mode on each of such lines!
>
> That would be nice, indeed.

I agree.

I took a look at this quite some time ago now and wrote the command
describe-key-and-map-briefly (which is in ourcomment-utils.el in
nXhtml). This uses some adhod guessing to find the keymap that the
used key is defined in. Perhaps this can be expanded to take care of
the case above too (I am not quite sure at the moment). The command
itself is also useful and might replace describe-key-briefly.

However when writing this command I noticed that there is not enough
information available so some guessing must be done (or the
information must be enhanced somehow, of course).





  reply	other threads:[~2011-08-22 21:44 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-08-13 13:03 bug#9293: say what they are shadowed by jidanni
2011-08-22 21:29 ` Stefan Monnier
2011-08-22 21:44   ` Lennart Borgman [this message]
2011-08-22 22:36 ` jidanni
2011-09-08 15:28 ` Le Wang
2020-08-07 10:26 ` Lars Ingebrigtsen
2020-08-07 13:22   ` Stefan Kangas
2020-08-08  9:09     ` Lars Ingebrigtsen
2020-10-28  4:53     ` Stefan Kangas
2020-10-28 11:14       ` bug#9293: (no subject) Lars Ingebrigtsen
2020-11-13  0:28         ` bug#9293: Stefan Kangas
2020-11-13 19:37           ` bug#9293: say what they are shadowed by Stefan Kangas
2020-11-14 15:52             ` Lars Ingebrigtsen
2020-11-22  2:27               ` Stefan Kangas

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

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

  git send-email \
    --in-reply-to=CANbX364-p-hnaiDxNWMSaE6dMPbq1GQWz+g6QcE2fCD8waKQJg@mail.gmail.com \
    --to=lennart.borgman@gmail.com \
    --cc=9293@debbugs.gnu.org \
    --cc=jidanni@jidanni.org \
    --cc=monnier@iro.umontreal.ca \
    /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 external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.