Sharon Kimble <boudic...@skimble.plus.com> writes: > Simon Butler <si...@floss.nu> writes: > >> Hi Sharon >> >> the menu is part of BibTeX-mode (https://www.emacswiki.org/emacs/BibTeX) > > Thanks Simon, I've now been able to provide a key-sequence for 'Online > Resource' like so - > > (global-set-key "\C-c C-e C-o" 'bibtex-Online) > > > however, it is shown in the drop-down-menu of bibtex commands as > > Online Resource C-c SPC C-e SPC C-o > > How can I lose the 'SPC' in the drop-down list of commands please, so it > looks very similar to all the others? >
IIUC, you want to say (global-set-key (kbd "C-c C-e C-o") 'bibtex-Online) -- Nick "There are only two hard problems in computer science: cache invalidation, naming things, and off-by-one errors." -Martin Fowler