[mew-int 2894] Re: mew-wrap-lines
Alan Bram <alan.bram <at> cornell.edu>
2010-07-21 21:59:09 GMT
Yes, that's helpful. Thank you!
However, I still have a similar problem with list items that are
marked with numbers, like
1) something here
2) another (long) thing here ...
On Jul 20, 2010, at 2:00 PM, Christophe TROESTLER wrote:
> On Mon, 28 Jun 2010 22:34:09 +0200, Christophe TROESTLER wrote:
>>
>> - For lines starting with a dash, like enumerations, mew-wrap-
>> lines uses the dash as a prefix to fold lines.
>> - When several items follow, this make it impossible to
>> distinguish them, unless one does not wrap the lines, which is not
>> fun.
>>
>> Of course, one may have a citation prefix like
>>
>> > - bla bla...
>>
>> Is there a way to tell mew to remove the dashes (and maybe "*")
>> from filling prefix? This would be a nice thing to have.
>
> Replying to myself, here is the trick I use:
>
> (defadvice mew-fill-match-adaptive-prefix
> (after mew-remove-itemize-chars)
(Continue reading)