GNU bug report logs -
#37957
BibTeX dialect not set if local variables disabled
Previous Next
Reported by: Richard Copley <rcopley <at> gmail.com>
Date: Mon, 28 Oct 2019 09:47:01 UTC
Severity: normal
Done: "Roland Winkler" <winkler <at> gnu.org>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
On Mon, 28 Oct 2019 at 16:42, Lars Ingebrigtsen <larsi <at> gnus.org> wrote:
> Richard Copley <rcopley <at> gmail.com> writes:
>
> > No, it would be a waste of everybody's time. Try this one liner:
> >
> > emacs -Q -eval "(with-current-buffer \"*empty*\" (setq
enable-local-variables nil)
> > (bibtex-mode) (bibtex-parse-buffers-stealthily))"
>
> "No buffer named *empty*"
emacs -Q -eval "(with-current-buffer \"*scratch*\" (setq
enable-local-variables nil) (bibtex-mode)
(bibtex-parse-buffers-stealthily))"
> But even if I fix the expression, I'm still not able to reproduce the
> bug in Emacs 27. You didn't include the Emacs version in your bug
> report, unfortunately.
Curious! Works for me on current master (built from a fresh checkout just
now) and the FSF builds of Emacs 24.5 (i686) and Emacs 26.3 (x86_64), on
Windows.
Ah hah, but not on Debian (on Emacs built from master a few months ago).
That's a surprise.
Just to be sure, here's an unambiguous specification of a recipe that does
work, for me, in all of those environments. From 'emacs -Q',
M-x set-variable RET enable-local-variables RET nil RET
M-x bibtex-mode RET
M-: (bibtex-parse-buffers-stealthily) RET
[Message part 2 (text/html, inline)]
This bug report was last modified 4 years and 257 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.