all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* uncomment region bug
@ 2005-11-17  5:21 Chong Yidong
  2005-11-19 16:15 ` Stefan Monnier
  0 siblings, 1 reply; 5+ messages in thread
From: Chong Yidong @ 2005-11-17  5:21 UTC (permalink / raw)


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.

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2005-11-20 23:26 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-11-17  5:21 uncomment region bug Chong Yidong
2005-11-19 16:15 ` Stefan Monnier
2005-11-20 18:44   ` Chong Yidong
2005-11-20 22:53   ` Chong Yidong
2005-11-20 23:26     ` Stefan Monnier

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.