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

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

bug#1319: Change in where-is-internal causing describe-key problems


From: martin rudalics
Subject: bug#1319: Change in where-is-internal causing describe-key problems
Date: Tue, 11 Nov 2008 10:50:06 +0100
User-agent: Thunderbird 2.0.0.16 (Windows/20080708)

> but perhaps describe-function-1
> should also be doing more checking.

It chokes at the very last conjunct of

          (if (and (eq function 'self-insert-command)
                   (eq (key-binding "a") 'self-insert-command)
                   (eq (key-binding "b") 'self-insert-command)
                   (eq (key-binding "c") 'self-insert-command))

because in `help-mode' "c" is bound to `View-leave'.  IIUC, the heuristic
above should make "many" in the text

              (princ "It is bound to many ordinary text characters.\n")

sound reasonable but apparently fails miserably when one of a, b, or c
is bound to something else.

martin






reply via email to

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