bug-auctex
[Top][All Lists]
Advanced

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

bug#39255: small inconsistency in reftex-get-bib-names


From: Benedikt Tissot
Subject: bug#39255: small inconsistency in reftex-get-bib-names
Date: Thu, 23 Jan 2020 09:15:34 +0100
User-agent: Evolution 3.34.3

Hello,

I just wanted to point out that `reftex-get-bib-names` returns only the
last names for most cases of author fields, but for fields of the form
"Firstname Middlename Lastname" all names are returned.
If you think that this should be changed, simply adding another regexp
(after beginning and trailing whitespaces are removed, ie. after line
453 or 455) of the form
(while (string-match "^[\\.a-zA-Z\\-]+[ \t]+" names)
                    (setq names (replace-match "" nil t names)))
removes the first (and middlenames) in all remaining cases I could
think of.

Thanks for maintaining auctex.
Best Regards,
Benedikt






reply via email to

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