Gnus development mailing list
 help / color / mirror / Atom feed
* Incorrect encoding of flowed messages
@ 2011-01-03 18:08 Yuri D'Elia
  2011-01-03 23:50 ` Lars Magne Ingebrigtsen
  0 siblings, 1 reply; 2+ messages in thread
From: Yuri D'Elia @ 2011-01-03 18:08 UTC (permalink / raw)
  To: ding

In some attempts to make use of Gnus's flowed encoding (and discovering
how broken it seems to be), I discovered that `fill-flowed-encode' does
not correctly reflow long quoted lines.

Any line longer than `fill-flowed-encode-column' starting with quotes
is transformed into:

> line line ... [spc]
  line line.

killing the reflow, instead of the correct:

> line line ... [spc]
> line line.

Apparently `fill-region' is not using "> " as a paragraph prefix (it
simply uses "  "), probably due to a different `paragraph-start',
`adaptive-fill-regexp' or other variable related to filling.

Can anybody with refilling mastery look into it?

Thanks.




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

* Re: Incorrect encoding of flowed messages
  2011-01-03 18:08 Incorrect encoding of flowed messages Yuri D'Elia
@ 2011-01-03 23:50 ` Lars Magne Ingebrigtsen
  0 siblings, 0 replies; 2+ messages in thread
From: Lars Magne Ingebrigtsen @ 2011-01-03 23:50 UTC (permalink / raw)
  To: ding

Yuri D'Elia <wavexx@users.sf.net> writes:

> Any line longer than `fill-flowed-encode-column' starting with quotes
> is transformed into:
>
>> line line ... [spc]
>   line line.

That function was apparently not citation-aware at all.  I think I've
probably fixed that now.

-- 
(domestic pets only, the antidote for overdose, milk.)
  larsi@gnus.org * Lars Magne Ingebrigtsen




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

end of thread, other threads:[~2011-01-03 23:50 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-01-03 18:08 Incorrect encoding of flowed messages Yuri D'Elia
2011-01-03 23:50 ` Lars Magne Ingebrigtsen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).