[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [AUCTeX] Ignoring some non reference labels
From: |
Julien Cubizolles |
Subject: |
Re: [AUCTeX] Ignoring some non reference labels |
Date: |
Sat, 25 May 2013 19:30:49 +0200 |
User-agent: |
Gnus/5.130006 (Ma Gnus v0.6) Emacs/24.3.50 (gnu/linux) |
Tassilo Horn <address@hidden> writes:
> Yes, I've thought about that as well, but there are two reasons I didn't
> do it that way. First, multiple backward searches reaching up to the
> beginning of the document might be slow for large LaTeX documents, and
> second, I'm not sure that there are no things like
>
> \begin{foo}[label=ding]
> \begin{bar}[label=dong]
> ...
> \end{bar}
> \end{foo}
>
> where "ding" is no reftex label but "dong" is.
I hadn't thought of that, I was focused on my test case with tikz.
Julien.