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: Mon, 02 Apr 2007 01:45:56 +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

Stefan Monnier wrote:
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.

It's a limitation of the current adaptive-fill-mode code.
It actually works in my local Emacs implementation, because I've added
various hacks to it, but this is post-22.


Thanks, I hoped it was something simple we could agree upon now.




reply via email to

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