all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* describe-bindings does not list text properties and overlay bindings!
       [not found] <m37hbc8k6w.fsf@quimbies.gnus.org>
@ 2011-04-03  1:04 ` jidanni
  2019-08-21 21:05   ` bug#8414: " Lars Ingebrigtsen
  0 siblings, 1 reply; 2+ messages in thread
From: jidanni @ 2011-04-03  1:04 UTC (permalink / raw)
  To: bug-gnu-emacs; +Cc: ding

Dear Emacs Professionals/Nurds,

Since back in the 1980's I've depended on C-h b to tell me what all the
keys are currently bound to in the buffer I'm in.

I even printed them out on paper and studied them all.

  C-h b runs the command describe-bindings, which is an interactive
  compiled Lisp function in `help.el'.

  Show a list of all defined keys, and their definitions.
  We put that list in a buffer, and display the buffer.

So you can understand my shock upon finding out,

>>>>> "LMI" == Lars Magne Ingebrigtsen <larsi@gnus.org> writes:
LMI> jidanni@jidanni.org writes:

>> Why when in the article buffer C-h k { says
>> } runs the command w3m-next-image, which is an interactive compiled
>> but C-h b does not list it?

LMI> `C-h b' just lists the keys in the current mode(s) of the buffer.  It
LMI> doesn't list the keys that are bound due to text properties and
LMI> overlays.  It probably should, and that's an Emacs bug.

OK, I'll hereby report it.



^ permalink raw reply	[flat|nested] 2+ messages in thread

* bug#8414: describe-bindings does not list text properties and overlay bindings!
  2011-04-03  1:04 ` describe-bindings does not list text properties and overlay bindings! jidanni
@ 2019-08-21 21:05   ` Lars Ingebrigtsen
  0 siblings, 0 replies; 2+ messages in thread
From: Lars Ingebrigtsen @ 2019-08-21 21:05 UTC (permalink / raw)
  To: jidanni; +Cc: 8414, ding

jidanni@jidanni.org writes:

> Since back in the 1980's I've depended on C-h b to tell me what all the
> keys are currently bound to in the buffer I'm in.
>
> I even printed them out on paper and studied them all.
>
>   C-h b runs the command describe-bindings, which is an interactive
>   compiled Lisp function in `help.el'.
>
>   Show a list of all defined keys, and their definitions.
>   We put that list in a buffer, and display the buffer.

(I'm going through old bug reports that have unfortunately gotten no
attention yet.)

I had a peek at this now -- I hit `C-h b' on text that has a `keymap'
property, and it looks like it's been fixed in the intervening years:

`keymap' Property Bindings:
key             binding
---             -------

TAB		shr-next-link
RET		eww-follow-link
ESC		Prefix Command
+		image-increase-size
-		image-decrease-size

So I'm closing this bug report.  If you're still seeing this, please
reopen.

-- 
(domestic pets only, the antidote for overdose, milk.)
   bloggy blog: http://lars.ingebrigtsen.no





^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-08-21 21:05 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <m37hbc8k6w.fsf@quimbies.gnus.org>
2011-04-03  1:04 ` describe-bindings does not list text properties and overlay bindings! jidanni
2019-08-21 21:05   ` bug#8414: " Lars Ingebrigtsen

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.