Search the web
Sign In
New User? Sign Up
emacs-nxml-mode · New XML Mode for Emacs
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want your group to be featured on the Yahoo! Groups website? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
C-c C-b doesn't work as expected   Message List  
Reply | Forward Message #1921 of 1984 |
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>


Am I doing anything wrong? Or was I expecting the wrong thing with C-c C-b?

Thanks,
Chaitanya

--
http://chaitanyagupta.com/blog/



Wed Apr 1, 2009 7:07 am

mail@...
Send Email Send Email

Forward
Message #1921 of 1984 |
Expand Messages Author Sort by Date

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....
Chaitanya Gupta
mail@...
Send Email
Apr 1, 2009
7:07 am
Advanced

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help