GNU bug report logs - #19281
11.86; environment update fails when environment name contains \

Previous Next

Package: auctex;

Reported by: Manuel Sorge <manuel.sorge <at> tu-berlin.de>

Date: Fri, 5 Dec 2014 17:38:03 UTC

Severity: normal

Tags: confirmed

Found in version 11.86

Done: Mosè Giordano <mose <at> gnu.org>

Bug is archived. No further changes may be made.

Full log


Message #8 received at 19281 <at> debbugs.gnu.org (full text, mbox):

From: Mosè Giordano <mose <at> gnu.org>
To: Manuel Sorge <manuel.sorge <at> tu-berlin.de>
Cc: 19281 <at> debbugs.gnu.org, control <control <at> debbugs.gnu.org>
Subject: Re: bug#19281: 11.86; environment update fails when environment name
 contains \
Date: Mon, 8 Dec 2014 19:34:50 +0100
tag 19281 confirmed
thanks


Hi Manuel,

2014-12-05 17:17 GMT+01:00 Manuel Sorge <manuel.sorge <at> tu-berlin.de>:
>
> I tried to update an environment in a latex document via C-u C-c C-e or
> LaTeX-modify-environment but mistyped the name as 'theorem\'. I tried to
> correct my error via C-u C-c C-e again but I got a search failed message:
>
> LaTeX-modify-environment: Search failed: "\\\\end{ *\\([a-zA-Z*]*\\)}"

I can confirm the bug you reported.  Indeed, `\begin' and `\end'
accept as valid environment names macros (not your case though) and
macros with arguments, while `LaTeX-modify-environment' searches for
names matching "[a-zA-Z*]".  So, I'm not sure how to fix it: Just add
`TeX-esc' to the regexp?  Or matching everything between the opening
and the closing brace (allowing at least one level of braces)?
Suggestions welcome.

Bye,
Mosè




This bug report was last modified 10 years and 167 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.