[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: uncomment region bug
From: |
Chong Yidong |
Subject: |
Re: uncomment region bug |
Date: |
Sun, 20 Nov 2005 17:53:32 -0500 |
User-agent: |
Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux) |
Stefan Monnier <address@hidden> writes:
>> Uncomment-region lops off a couple characters when the region is flush
>> against the end of the buffer.
>
> I believe I've just fixed it,
OK, I see the fix now. Unfortunately, C mode uncommenting seems
borked.
1. emacs -q
2. M-x c-mode
3. Make the buffer containing just
/* a */[NEWLINE][EOB]
4. M-< C-SPC M-> M-x uncomment-region
Result:
a */[NEWLINE][EOB]