emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: comment-region with prefix argument doesn't undo commenting in XML m


From: Stefan Monnier
Subject: Re: comment-region with prefix argument doesn't undo commenting in XML mode
Date: Wed, 13 Feb 2008 21:42:57 -0500
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.50 (gnu/linux)

>   8<-------------------------------------------------------------------
>   Select the following XML code snippet as region.

>     <Titel>"BlaBla"</Titel>
>     <!-- Comment -->
>     <Tag> Property="Value" </Tag>

>   M-x comment-region RET yields:

>     <!-- <Titel>"BlaBla"</Titel> -->
>     <!-- <\!-- Comment -\-> -->
>     <!-- <Tag> Property="Value" </Tag> -->

This should now be fixed in the 22 branch,


        Stefan




reply via email to

[Prev in Thread] Current Thread [Next in Thread]