emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Bibliography entry in the menu-bar


From: Nick Dokos
Subject: Re: Bibliography entry in the menu-bar
Date: Fri, 28 Feb 2020 14:55:56 -0500
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux)

Sharon Kimble <address@hidden> writes:

> Simon Butler <address@hidden> 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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]