emacs-devel
[Top][All Lists]
Advanced

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

Re: bibtex.el bug?


From: Roland Winkler
Subject: Re: bibtex.el bug?
Date: Sat, 1 May 2004 13:02:54 +0200

On Tue Apr 13 2004 Richard Stallman wrote:
> Would you please DTRT, then ack this message?

Could someone please install the two patches below in the emacs cvs tree?
The first patch is an extended fix for a bug in bibtex.el reported
recently by John Owens <address@hidden>.

Thank you very much.

Roland



2004-04-24  Roland Winkler  <address@hidden>

        * textmodes/bibtex.el (bibtex-sort-buffer): Remove error message.
        Fix docstring.
        (bibtex-clean-entry): Disentangle code.
        (bibtex-realign): New function.
        (bibtex-reformat): Use mapcar and bibtex-realign. Do not use
        bibtex-beginning-of-first-entry and bibtex-skip-to-valid-entry.
        Remove undocumented optional arg called-by-convert-alien.
        (bibtex-convert-alien): Use bibtex-realign. Use bibtex-reformat
        for sorting instead of bibtex-sort-buffer.


Attachment: dif3
Description: Binary data



2004-05-01  Roland Winkler  <address@hidden>

        * textmodes/bibtex.el (bibtex-progress-message): Fix docstring.
        (bibtex-entry-update): New command bound to C-c C-u.
        (bibtex-text-in-string): Fix regexp.
        (bibtex-assoc-of-regexp): Removed.
        (bibtex-progress-message): Fix docstring.
        (bibtex-inside-field): Use if.
        (bibtex-assoc-regexp): New function.
        (bibtex-format-entry): Make code more robust so that it formats
        also old entries.
        (bibtex-autokey-demangle-title): Merged with obsolete function
        bibtex-assoc-of-regexp.
        (bibtex-field-list): New function.
        (bibtex-entry): Use bibtex-field-list.
        (bibtex-parse-entry): Fix docstring.
        (bibtex-print-help-message): Use bibtex-field-list.
        (bibtex-make-field): Use bibtex-field-list.
        (bibtex-entry-index): Bugfix. Return crossref key if required.
        (bibtex-lessp): Fix docstring.


*** The new command bibtex-entry-update (bound to C-c C-u) updates
an existing BibTeX entry.


Attachment: dif4
Description: Binary data


reply via email to

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