all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Bug in comment-region?
@ 2016-02-03 22:51 Thorsten Jolitz
  2016-02-04  0:26 ` Emanuel Berg
  2016-02-04  0:29 ` Emanuel Berg
  0 siblings, 2 replies; 4+ messages in thread
From: Thorsten Jolitz @ 2016-02-03 22:51 UTC (permalink / raw
  To: help-gnu-emacs


Hi List,

In emacs-lisp-mode, when marking lines 2 and 3 and calling M-x comment-region

,----
| ;; * WAITING foo
|      - State "WAITING"    from "TODO"       [2016-02-03 Mi 23:46] \\
|        waiting for bar
`----

I get this

,----
| ;; * WAITING foo
|      ;; - State "WAITING"    from "TODO"       [2016-02-03 Mi 23:46] \\
|      ;;   waiting for bar
`----

which looks like a bug to me - the comment chars should always be at
BOL, shouldn't they?

-- 
cheers,
Thorsten





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

end of thread, other threads:[~2016-02-04 21:53 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-02-03 22:51 Bug in comment-region? Thorsten Jolitz
2016-02-04  0:26 ` Emanuel Berg
2016-02-04  0:29 ` Emanuel Berg
2016-02-04 21:53   ` Thorsten Jolitz

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.