emacs-devel
[Top][All Lists]
Advanced

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

Re: master 45a1653: ; Fix last change to bibtex.el


From: Roland Winkler
Subject: Re: master 45a1653: ; Fix last change to bibtex.el
Date: Tue, 17 Nov 2020 22:19:40 -0600
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.2 (gnu/linux)

On Tue, Nov 17 2020, Glenn Morris wrote:
>> -             (function :tag "Conversion function")))
>> -(make-variable-buffer-local 'bibtex-unify-case-convert)
>> +                 (function :tag "Conversion function"))
>> +  :local t)
>
> After this change:
>
> bibtex-unify-case-convert:
>   Its value is nil
>   Original value was ‘identity’
>
> The "nil" value causes a test failure: https://hydra.nixos.org/build/130666989
>
> (Perhaps defcustom's recently added :local feature, of which this is the
> only user, is broken.)

Why local at all by default?  All other BibTeX customizations by default
apply to all BibTeX buffers.



reply via email to

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