[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Why does fill-paragraph insert a "-" char on wrapped lines?
From: |
Andreas Schwab |
Subject: |
Re: Why does fill-paragraph insert a "-" char on wrapped lines? |
Date: |
Sun, 01 Apr 2007 09:48:22 +0200 |
User-agent: |
Gnus/5.110006 (No Gnus v0.6) Emacs/22.0.91 (gnu/linux) |
"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.
Andreas.
--
Andreas Schwab, SuSE Labs, address@hidden
SuSE Linux Products GmbH, Maxfeldstraße 5, 90409 Nürnberg, Germany
PGP key fingerprint = 58CA 54C7 6D53 942B 1756 01D3 44D5 214B 8276 4ED5
"And now for something completely different."
- Re: Why does fill-paragraph insert a "-" char on wrapped lines?,
Andreas Schwab <=