From: Keith.S.Thompson+u@gmail.com   
      
   Keith Thompson writes:   
   > bart writes:   
   >> On 28/11/2025 00:39, Keith Thompson wrote:   
   [...]   
   >>> Can you *please* do something about the way your newsreader   
   >>> (apparently Mozilla Thunderbird) mangles quoted text? That first   
   >>> quoted line, starting with "> How exactly", would have been just   
   >>> 74 columns, but your newsreader folded it, making it more difficult   
   >>> to read. It also deletes blank lines between paragraphs.   
   >>> I don't recall similar problems from other Thunderbird users.   
   >>   
   >> I don't see anything amiss with quoted content in my own posts. My   
   >> last post looks like this to me:   
   >>   
   >> https://github.com/sal55/langs/blob/master/tbird.png   
   >>   
   >> In any case, I've no idea how to fix the problem, assuming it is at my end.   
   >   
   > My apologies, the problem doesn't appear to be on your end.   
      
   [snip]   
      
   I think I've found a partial solution. This may be of interest to   
   Gnus users, but there is no C content.   
      
   Bart's articles have "Content-Type: text/plain; charset=UTF-8;   
   format=flowed". It seems that Gnus has problems with   
   "format=flowed".   
      
   As a workaround, I'm adding this line to my .emacs :   
      
   (setq fill-column 100)   
      
   The default value is 70, which causes Gnus to display flowed text   
   with line wrapping at 70 columns -- and worse, that wrapping is   
   propagated when I quote such text in a followup.   
      
   I think the interaction between "format=flowed" and hard line   
   breaks is tricky. With this change on my end, I *think* that any   
   reasonably formatted text will not be inappropriately line-wrapped.   
      
   If there are any replies to this, please consider moving the   
   discussion to gnu.emacs.gnus (I haven't posted there).   
      
   --   
   Keith Thompson (The_Other_Keith) Keith.S.Thompson+u@gmail.com   
   void Void(void) { Void(); } /* The recursive call of the void */   
      
   --- SoupGate-Win32 v1.05   
    * Origin: you cannot sedate... all the things you hate (1:229/2)   
|