Richard Stallman <[EMAIL PROTECTED]> writes: > > ! (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? > > > I will make it check that. Thanks.
It doesn't get it right in all cases. Eg. in a Gnus summary buffer, C-h f self-insert-command now gives a incorrect information (ignore is NOT bound to any ordinary text characters). IMO, this is the wrong way to fix the problem (which is why I opposed to your patch) -- it is a gross hack which cannot DTRT in all cases. 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) Insert the character you type. Whichever character you type to run this command is inserted. [back] -- Kim F. Storm <[EMAIL PROTECTED]> http://www.cua.dk _______________________________________________ emacs-pretest-bug mailing list [email protected] http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug
