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: Tue, 17 Oct 2006 14:52:08 +0200
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux)

Richard Stallman <address@hidden> writes:

>     self-insert-command is an interactive built-in function in `C source 
> code'.
>     It is remapped to `undefined' which is bound to many ordinary text 
> characters.
>     (self-insert-command n)
>
> If you get output like that, it means my latest change did not operate.
> My new code does output "remapped".
>
> That output is produced by the old code, so if this is a bug, it must be a
> bug in the old code.


You are right -- it is an old bug.

It might be better to change
>     It is remapped to `undefined' which is bound to many ordinary text 
> characters.

To something like
>     It is bound to many ordinary text characters, and it is remapped to 
> `undefined'.

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





reply via email to

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