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

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

Re: bibtex-empty-field-re matches nonempty fields.


From: Lute Kamstra
Subject: Re: bibtex-empty-field-re matches nonempty fields.
Date: Tue, 25 Jan 2005 18:39:23 +0100
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/21.3.50 (gnu/linux)

Roland Winkler <address@hidden> writes:

> On Tue Jan 25 2005 Lute Kamstra wrote:
>
>> Currently, `bibtex-empty-field-re' in lisp/textmodes/bibtex.el is
>> "\"\"\\|{}" which matches nonempty field strings like "{Wac\\l{}aw
>> Sierpi\\'nski}".  The patch below fixes this.  Shall I commit it?
>
> Thank you! Yes, bibtex-empty-field-re erroneously matches this field
> string. However, your patch didn't work for me. It revealed a bug in
> the setting of the local variable empty-field in
> bibtex-format-entry. Furthermore, it required some changes in
> bibtex-autofill-entry. If the patch below works for you, I suggest
> that you commit it.

Ah yes, I should have checked all uses of `bibtex-empty-field-re'.
Thanks for noticing.  I committed your patch.  I also corrected some
typos in docstrings.

  Lute.




reply via email to

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