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

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

Re: (describe-function 'self-insert-command) takes too long


From: Kim F. Storm
Subject: Re: (describe-function 'self-insert-command) takes too long
Date: Sun, 15 Oct 2006 22:22:20 +0200
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux)

Richard Stallman <address@hidden> writes:

> There is no clean way to find out that a command has a lot of bindings
> other than to find them all.  We could add one, but it would be more
> trouble than it is worth.
>
> It is easy to add a special-case check for self-insert-command.
> How about this?

I object to this change.


>
> !       (if (eq function 'self-insert-command)
> !       (princ "It is bound to many ordinary text characters.\n")

How do you know it is bound to anything at all?

E.g. if someone has done:

(subsitute-key-definition 'self-insert-command 'my-self-insert-command ...)

it is not true.


-- 
Kim F. Storm <address@hidden> http://www.cua.dk





reply via email to

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