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: Basil L. Contovounesios
Subject: Re: master 45a1653: ; Fix last change to bibtex.el
Date: Wed, 18 Nov 2020 12:30:43 +0000
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux)

Roland Winkler <winkler@gnu.org> writes:

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

Good point.  I've now reverted it.

Don't make bibtex-unify-case-convert buffer-local
88d5b1d325 2020-11-18 11:47:54 +0000
https://git.savannah.gnu.org/cgit/emacs.git/commit/?id=88d5b1d3253728bd314de36544996aa15345bd29

Thanks,

-- 
Basil



reply via email to

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