hi On 2020-02-28 10:36, Sharon Kimble wrote: > Simon Butler 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 - > > --8<---------------cut here---------------start------------->8--- > (global-set-key "\C-c C-e C-o" 'bibtex-Online) > --8<---------------cut here---------------end--------------->8--- > > however, it is shown in the drop-down-menu of bibtex commands as > > --8<---------------cut here---------------start------------->8--- > Online Resource C-c SPC C-e SPC C-o > --8<---------------cut here---------------end--------------->8--- > > How can I lose the 'SPC' in the drop-down list of commands please, so it > looks very similar to all the others? (global-set-key "\C-c\C-e\C-o" 'bibtex-Online) should eliminate the spaces afaik Simon > Thanks > Sharon. > >> hth >> >> Simon >> >> On 2020-02-26 17:14, Sharon Kimble wrote: >>> I'm hoping that someone can help, but when I'm in a buffer of my >>> bibliography, there is a drop-down list in the menu-bar, of buffer >>> commands titled 'Entry-Types'. But what program puts it there? >>> >>> I want to create a new command to an entry in it, but I don't know what >>> the originating program is. Can anyone help please? >>>