[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: reftex label support for lstlisting?
From: |
Arash Esbati |
Subject: |
Re: reftex label support for lstlisting? |
Date: |
Mon, 10 Jan 2022 11:01:50 +0100 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 |
Uwe Brauer <oub@mat.ucm.es> writes:
> I typed precisely the same as you, but you are right, I should check my
> customization first.
The label is inserted by the function `LaTeX-env-label-as-keyval'[1].
You can also have a look at it and see if your config does something
which confuses it.
Best, Arash
Footnotes:
[1] http://git.savannah.gnu.org/cgit/auctex.git/tree/latex.el#n1380