C-c C-b doesn't work as expected

Chaitanya Gupta <[email protected]>
Newsgroups gmane.emacs.nxml.general
Message-ID <[email protected]>
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/


------------------------------------

Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/emacs-nxml-mode/

<*> Your email settings:
    Individual Email | Traditional

<*> To change settings online go to:
    http://groups.yahoo.com/group/emacs-nxml-mode/join
    (Yahoo! ID required)

<*> To change settings via email:
    mailto:[email protected] 
    mailto:[email protected]

<*> To unsubscribe from this group, send an email to:
    [email protected]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.