Richard Stallman <[EMAIL PROTECTED]> 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 <[EMAIL PROTECTED]> http://www.cua.dk _______________________________________________ emacs-pretest-bug mailing list [email protected] http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug
