Richard Stallman <[EMAIL PROTECTED]> 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 <[EMAIL PROTECTED]> http://www.cua.dk



_______________________________________________
emacs-pretest-bug mailing list
emacs-pretest-bug@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug

Reply via email to