emacs-bug-tracker
[Top][All Lists]
Advanced

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

bug#44647: closed (27.1.50; `bibtex-contline-indentation' doesn't work a


From: GNU bug Tracking System
Subject: bug#44647: closed (27.1.50; `bibtex-contline-indentation' doesn't work as file local variable)
Date: Wed, 02 Dec 2020 18:39:02 +0000

Your message dated Wed, 2 Dec 2020 12:38:19 -0600
with message-id <57115.88742.877010.24519@gargle.gargle.HOWL>
and subject line Re: bug#44618: 26.3; bibtex.el ignores file variable 
bibtex-contline-indentation
has caused the debbugs.gnu.org bug report #44618,
regarding 27.1.50; `bibtex-contline-indentation' doesn't work as file local 
variable
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
44618: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=44618
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: 27.1.50; `bibtex-contline-indentation' doesn't work as file local variable Date: Sat, 14 Nov 2020 23:18:16 +0200
Variable bibtex-contline-indentation does not work as file local
variable. The reason is that bibtex-mode command initializes variable
fill-prefix before the possible file local variable is available. It
gets always the global value of bibtex-contline-indentation.

This can be fixed by locally let-binding fill-prefix every time in the
relevant filling function. Patch for that is attached.

Attachment: 0001-Make-bibtex-contline-indentation-work-as-file-local-.patch
Description: Text Data

Attachment: signature.asc
Description: PGP signature


--- End Message ---
--- Begin Message --- Subject: Re: bug#44618: 26.3; bibtex.el ignores file variable bibtex-contline-indentation Date: Wed, 2 Dec 2020 12:38:19 -0600
On Tue Nov 17 2020 Lars Ingebrigtsen wrote:
> If I'm reading the patch correctly, it looks good to me -- it'll still
> allow people to set fill-prefix from bibtex-mode-hook, and it fixes the
> reported problem in these two bug reports.  (I haven't tested the patch,
> though, just read it.)

Installed as patch d9167d940ac9d0504cc38a044c7cba897c103eaf.
I am closing both bug#44618 and bug#44647.


--- End Message ---

reply via email to

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