unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
From: "Basil L. Contovounesios" <contovob@tcd.ie>
To: 32436@debbugs.gnu.org
Cc: roland winkler <winkler@gnu.org>
Subject: bug#32436: 26.1.50; Duplicate bibtex/BibTeX custom groups
Date: Tue, 14 Aug 2018 16:43:18 +0300	[thread overview]
Message-ID: <8736vh12tl.fsf@tcd.ie> (raw)
In-Reply-To: <877ekt136w.fsf@tcd.ie> (Basil L. Contovounesios's message of "Tue, 14 Aug 2018 16:35:19 +0300")

[-- Attachment #1: Type: text/plain, Size: 23 bytes --]

tags 32436 patch
quit


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: 0001-Fix-duplicate-custom-group-names-in-bibtex.el.patch --]
[-- Type: text/x-diff, Size: 1016 bytes --]

From 74fd192fb752188e41560034faea7601fcde6c6b Mon Sep 17 00:00:00 2001
From: "Basil L. Contovounesios" <contovob@tcd.ie>
Date: Tue, 14 Aug 2018 15:05:25 +0300
Subject: [PATCH] Fix duplicate custom group names in bibtex.el

* lisp/textmodes/bibtex.el (bibtex-BibTeX-entry-alist): Change
:group from BibTeX to bibtex.  Bump :version. (bug#32436)
---
 lisp/textmodes/bibtex.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/lisp/textmodes/bibtex.el b/lisp/textmodes/bibtex.el
index efab9d8e3b..f0125e7b41 100644
--- a/lisp/textmodes/bibtex.el
+++ b/lisp/textmodes/bibtex.el
@@ -457,8 +457,8 @@ bibtex-BibTeX-entry-alist
 which is called to determine the initial content of the field.
 ALTERNATIVE if non-nil is an integer that numbers sets of
 alternatives, starting from zero."
-  :group 'BibTeX
-  :version "26.1"                       ; add Conference
+  :group 'bibtex
+  :version "26.2"
   :type 'bibtex-entry-alist)
 (put 'bibtex-BibTeX-entry-alist 'risky-local-variable t)
 
-- 
2.18.0


[-- Attachment #3: Type: text/plain, Size: 208 bytes --]


I attach a patch which the presumed typo and then bumps the user
option's :version.  Is a change of custom group significant enough to
justify this, or should the :version be left alone?

Thanks,

-- 
Basil

  reply	other threads:[~2018-08-14 13:43 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-08-14 13:35 bug#32436: 26.1.50; Duplicate bibtex/BibTeX custom groups Basil L. Contovounesios
2018-08-14 13:43 ` Basil L. Contovounesios [this message]
2018-08-15  2:42   ` Noam Postavsky
2018-08-15  7:09     ` Basil L. Contovounesios
2018-08-17 19:38       ` Noam Postavsky

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=8736vh12tl.fsf@tcd.ie \
    --to=contovob@tcd.ie \
    --cc=32436@debbugs.gnu.org \
    --cc=winkler@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.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

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).