GNU bug report logs -
#10033
24.0.91; Uncommenting fails in Autoconf mode
Previous Next
Reported by: Chong Yidong <cyd <at> gnu.org>
Date: Sun, 13 Nov 2011 02:23:02 UTC
Severity: normal
Found in version 24.0.91
Done: Chong Yidong <cyd <at> gnu.org>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
Chong Yidong <cyd <at> gnu.org> writes:
> With latest trunk:
>
> emacs -Q configure.ac
> M-;
> asdf
> C-SPC M-<
> M-x uncomment-region RET
>
> The uncomment-region does nothing; the line containing "dnl asdf"
> remains commented out.
This is because the value of comment-start-skip in Autoconf mode is
"\\(?:\\<dnl\\|#\\) +"
The \< is intended to avoid matching a "dnl" that is part of a word. In
Emacs 23, the \< matches the beginning of the line
dnl asdf
in Autoconf mode. But in Emacs 24, it does not match the beginning of
that line at all. I don't see any related regexp changes in NEWS. Does
it ring a bell for anyone?
This bug report was last modified 13 years and 189 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.