GNU bug report logs -
#2840
[emacs-nxml-mode] C-c C-b doesn't work as expected
Previous Next
Reported by: Jason Rumney <jasonr <at> gnu.org>
Date: Wed, 1 Apr 2009 08:05:06 UTC
Severity: normal
Done: Chong Yidong <cyd <at> stupidchicken.com>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
This is an automatic notification regarding your bug report
which was filed against the emacs package:
#2840: [emacs-nxml-mode] C-c C-b doesn't work as expected
It has been closed by Chong Yidong <cyd <at> stupidchicken.com>.
Their explanation is attached below along with your original report.
If this explanation is unsatisfactory and you have not received a
better one in a separate message then please contact Chong Yidong <cyd <at> stupidchicken.com> by
replying to this email.
--
2840: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=2840
Emacs Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
> if my buffer is like this: (-!- indicates the point)
>
> <html xmlns="http://www.w3.org/1999/xhtml">
> <head-!-
> </html>
>
>
> And I press C-c C-b, I get this
>
> <html xmlns="http://www.w3.org/1999/xhtml">
> <head>-!-</head>
> </html>
I have checked a fix into Emacs CVS. Thanks for the bug report.
[Message part 3 (message/rfc822, inline)]
X-Debbugs-Cc: mail <at> chaitanyagupta.com
Chaitanya Gupta wrote:
> Hi,
>
> I am using GNU Emacs 23.0.92.1 and the nxml-mode which comes with it.
> C-c C-b (nxml-balanced-close-start-tag-block) doesn't seem to work as
> expected.
>
> e.g. if my buffer is like this: (-!- indicates the point)
>
> <html xmlns="http://www.w3.org/1999/xhtml">
> <head-!-
> </html>
>
>
> And I press C-c C-b, I get this
>
> <html xmlns="http://www.w3.org/1999/xhtml">
> <head>-!-</head>
> </html>
>
>
> instead of what I was expecting:
>
> <html xmlns="http://www.w3.org/1999/xhtml">
> <head>
> -!-
> </head>
> </html>
>
This appears to be a bug in Emacs. If I run through
nxml-balanced-close-start-tag in edebug, then it works as you expected,
but if I let nxml-balanced-close-start-tag run without debugging, it
acts as if 'inline was specified rather than 'block.
This bug report was last modified 15 years and 264 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.