[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
uncomment region bug
From: |
Chong Yidong |
Subject: |
uncomment region bug |
Date: |
Thu, 17 Nov 2005 00:21:38 -0500 |
User-agent: |
Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux) |
Uncomment-region lops off a couple characters when the region is flush
against the end of the buffer.
1. Make an Emacs Lisp Mode buffer containing just ;; foo[EOB]
2. M-<
3. C-SPC
4. M->
5. M-x uncomment-region
Result:
f[EOB]
The function `comment-enter-backward' seems to be doing some very
strange things here; too strange for me to understand.
- uncomment region bug,
Chong Yidong <=