all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Why does fill-paragraph insert a "-" char on wrapped lines?
@ 2007-04-01  0:38 Lennart Borgman (gmail)
  2007-04-01  7:48 ` Andreas Schwab
  2007-04-01 19:25 ` Stefan Monnier
  0 siblings, 2 replies; 5+ messages in thread
From: Lennart Borgman (gmail) @ 2007-04-01  0:38 UTC (permalink / raw)
  To: Emacs Devel

When fill-paragraph is applied to

  ;; - This is a long line that will wrap when it is filled.

it is filled like this

  ;; - This is a long line that will wrap when it is
  ;; - filled.

I do not understand why there is a "-" char on the second line above. I 
would expect that it looked like

  ;; - This is a long line that will wrap when it is
  ;;   filled.

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

end of thread, other threads:[~2007-04-01 23:45 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-04-01  0:38 Why does fill-paragraph insert a "-" char on wrapped lines? Lennart Borgman (gmail)
2007-04-01  7:48 ` Andreas Schwab
2007-04-01 10:35   ` Lennart Borgman (gmail)
2007-04-01 19:25 ` Stefan Monnier
2007-04-01 23:45   ` Lennart Borgman (gmail)

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.