emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Why does fill-paragraph insert a "-" char on wrapped lines?


From: Lennart Borgman (gmail)
Subject: Re: Why does fill-paragraph insert a "-" char on wrapped lines?
Date: Sun, 01 Apr 2007 12:35:33 +0200
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.0.10) Gecko/20070221 Thunderbird/1.5.0.10 Mnenhy/0.7.5.666

Andreas Schwab wrote:
"Lennart Borgman (gmail)" <address@hidden> writes:

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.

adaptive-fill-mode is a variable defined in `fill.el'.
Its value is t

Documentation:
*Non-nil means determine a paragraph's fill prefix from its text.


Thanks, but turning off adaptive-filll-mode instead gives me

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

I would instead like

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





reply via email to

[Prev in Thread] Current Thread [Next in Thread]