Nick Roberts wrote: > But isn't globalbind already a copy of the global map? > > (setq globalbind (cdr (global-key-binding keyseq)))
By experiment, no, eg: (define-key lisp-interaction-mode-map [menu-bar edit] 'undefined) M-x tmm-menubar will delete the Edit menu from _all_ buffers. Adding a copy-sequence prevents that. > I see no function assq-remove-all. Is this in Emacs 23? My guess is, it's (another) one of Stefan's local changes... :) _______________________________________________ emacs-pretest-bug mailing list [EMAIL PROTECTED] http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug
