GNU bug report logs -
#58329
29.0.50; [PATCH] Pass correct environment name to `reftex-label'
Previous Next
Reported by: Arash Esbati <arash <at> gnu.org>
Date: Thu, 6 Oct 2022 09:00:02 UTC
Severity: normal
Tags: fixed, moreinfo, patch
Found in version 29.0.50
Fixed in version 29.1
Done: Arash Esbati <arash <at> gnu.org>
Bug is archived. No further changes may be made.
Full log
Message #8 received at 58329 <at> debbugs.gnu.org (full text, mbox):
Arash Esbati <arash <at> gnu.org> writes:
> - '(if (and (boundp 'reftex-mode) reftex-mode) (reftex-label "table"))))
> + '(if (and (boundp 'reftex-mode) reftex-mode) (reftex-label "figure"))))
Your change look like the right thing to me. This code was apparently
introduced in:
commit dd166d5fa1712b0dda35859c91d89666c2873471
Author: Stefan Monnier <monnier <at> iro.umontreal.ca>
AuthorDate: Sun Oct 3 19:53:23 2004 +0000
It looks to me like a cut and paste error -- I've added Stefan to the
CCs; I'm sure he remembers this code. It's just 18 years ago.
(defvar latex-block-body-alist
'(("enumerate" nil '(latex-insert-item) > _)
("itemize" nil '(latex-insert-item) > _)
- ("table" nil "\\caption{" > - "}" > \n _)
- ("figure" nil > _ \n "\\caption{" > _ "}" >))
+ ("table" nil "\\caption{" > (skeleton-read "Caption: ") "}" > \n
+ '(if (and (boundp 'reftex-mode) reftex-mode) (reftex-label "table"))
+ \n _)
+ ("figure" nil > _ \n "\\caption{" > (skeleton-read "Caption: ") "}" > \n
+ '(if (and (boundp 'reftex-mode) reftex-mode) (reftex-label "table"))))
This bug report was last modified 2 years and 287 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.