bug-auctex
[Top][All Lists]
Advanced

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

Re: [Bug-AUCTeX] RefTeX: alpha-numeric BibTeX types ignored


From: Ralf Angeli
Subject: Re: [Bug-AUCTeX] RefTeX: alpha-numeric BibTeX types ignored
Date: Fri, 30 Mar 2007 22:58:43 +0200
User-agent: Gnus/5.110006 (No Gnus v0.6) Emacs/22.0.96 (gnu/linux)

* Eric J. Haywiser (2007-03-28) writes:

> Bibtypes in ones BibTeX database that are alpha-numeric e.g.
>
> @style3report{key,
[...]
> are valid from the BibTeX perspecitve but are ignored in RefTeX.

Hm, after looking through various styles on CTAN I failed to see those
in the wild.  Are those used in public styles?

> I 
> believe this relates to a problem with some of the regular expressions in
> reftex-cite.el which use [a-zA-Z] rather than \\w+ when matching the type.

I'd use a more conservative approach by adding 0-9 and probably - as
well as _.

-- 
Ralf




reply via email to

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