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 . Thank you very much. Roland 2004-04-24 Roland Winkler * 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.