help-gnu-emacs
[Top][All Lists]
Advanced

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

etags in tex files


From: Colin Baxter
Subject: etags in tex files
Date: Sat, 17 Jul 2021 19:05:47 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux)

Hello,

I like to use etags in tex files in order to search for occurrences of
equation labels. This works well if the label is a string of only
digits and/or letters, say \label{123abc}. However, if there's a colon
in the label, say \label{123:abc} then etags will only search for the
portion of the string before the colon, i.e. 123.

Is there any way in which I can configure etags to recognise everything
with the curly brackets of a \label? I could always use grep but I like
etags and would like to stick with them.

Thanks.

Colin Baxter.




reply via email to

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