unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
From: Joost Kremers <joostkremers@fastmail.fm>
To: help-gnu-emacs@gnu.org
Subject: Re: Bibliography entry in the menu-bar
Date: Thu, 27 Feb 2020 08:46:06 +0100	[thread overview]
Message-ID: <87d0a079s1.fsf@fastmail.fm> (raw)
In-Reply-To: <87r1ygh96i.fsf@skimble.plus.com>


On Thu, Feb 27 2020, 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 
> bibliography
> commands, titled 'Entry-Types'. But what program belongs to it?
>
> 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?

The menu is created in `bibtex.el`. Search for "easy-menu-define" 
to find the location. (`bibtex.el` doesn't use `easy-menu-define`, 
but it's mentioned in a comment where the menu is defined.)

However, modifying the menu will take some knowledge of Elisp. 
Besides, if you just want to add an entry type, modifying the menu 
yourself is the wrong way to go. You should customize 
`bibtex-BibTeX-entry-alist` or `bibtex-biblatex-entry-alist` 
instead.

HTH

-- 
Joost Kremers
Life has its moments



      parent reply	other threads:[~2020-02-27  7:46 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-02-27  5:48 Bibliography entry in the menu-bar Sharon Kimble
2020-02-27  6:01 ` Emanuel Berg via Users list for the GNU Emacs text editor
2020-02-27  7:46 ` Joost Kremers [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87d0a079s1.fsf@fastmail.fm \
    --to=joostkremers@fastmail.fm \
    --cc=help-gnu-emacs@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).