all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: "Roland Winkler" <winkler@gnu.org>
To: emacs-devel@gnu.org
Subject: inconsistent parsing functions in bibtex-mode
Date: Wed, 30 May 2018 13:46:33 -0500	[thread overview]
Message-ID: <61833.21401.424935.23310@gargle.gargle.HOWL> (raw)

Unexpectedly I was hit again by an old problem with bibtex-mode:

This mode defines functions bibtex-beginning-of-entry and
bibtex-end-of-entry which are *similar* to beginning-of-defun and
end-of-defun.  However: repeated calls of these functions do not
move point beyond the current BibTeX entry.  So, while it would be
nice in bibtex-mode to bind beginning-of-defun-function and
end-of-defun-function to these bibtex-mode functions, this won't
work at the moment.

Hence my question: how to deal with this?  I guess the options are:

(1) Keep the behavior of these functions the way they are.

(2) Align the behavior of these functions with what other modes do.

I want to check here before possibly investing more time into option
(2).  I doubt that many people use these commands interactively in a
way that changing their behavior would disturb their work flow.  I
expect that (if at all) this may affect people who have somehow
customized bibtex-mode for their needs.  But it's hard to predict
details.



             reply	other threads:[~2018-05-30 18:46 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-05-30 18:46 Roland Winkler [this message]
2018-05-30 19:35 ` inconsistent parsing functions in bibtex-mode Stefan Monnier
2018-08-07 17:57   ` Basil L. Contovounesios
2018-08-08  2:33     ` Roland Winkler

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

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

  git send-email \
    --in-reply-to=61833.21401.424935.23310@gargle.gargle.HOWL \
    --to=winkler@gnu.org \
    --cc=emacs-devel@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 external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.