From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Yuri D'Elia Newsgroups: gmane.emacs.devel Subject: Re: Composing messages with format=flowed in Gnus from master branch Date: Mon, 17 Jul 2017 12:40:49 +0200 Message-ID: <87y3rn4a8e.fsf@wavexx.thregr.org> References: <86k261bqpy.fsf@phe.ftfl.ca> <87wp9w5j4f.fsf@wavexx.thregr.org> NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: blaine.gmane.org 1500288094 1750 195.159.176.226 (17 Jul 2017 10:41:34 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Mon, 17 Jul 2017 10:41:34 +0000 (UTC) User-Agent: mu4e 0.9.19; emacs 26.0.50 Cc: emacs-devel@gnu.org To: Toon Claes Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Jul 17 12:41:29 2017 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1dX3Su-0008TW-Oo for ged-emacs-devel@m.gmane.org; Mon, 17 Jul 2017 12:41:24 +0200 Original-Received: from localhost ([::1]:49302 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dX3T0-0005qi-A4 for ged-emacs-devel@m.gmane.org; Mon, 17 Jul 2017 06:41:30 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:45112) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dX3SP-0005pU-89 for emacs-devel@gnu.org; Mon, 17 Jul 2017 06:40:54 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dX3SO-0008OY-9m for emacs-devel@gnu.org; Mon, 17 Jul 2017 06:40:53 -0400 Original-Received: from erc.thregr.org ([2001:41c9:1:41f::63]:48118) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1dX3SO-0008O4-3R for emacs-devel@gnu.org; Mon, 17 Jul 2017 06:40:52 -0400 Original-Received: from [2a02:27e8:20:9049:56ee:75ff:fec2:8bfb] (helo=localhost) by erc.thregr.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) id 1dX3SL-0006pN-K7 (envelope-from ); Mon, 17 Jul 2017 12:40:49 +0200 In-reply-to: X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 2001:41c9:1:41f::63 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.org gmane.emacs.devel:216767 Archived-At: On Wed, Jul 12 2017, Toon Claes wrote: > Yuri D'Elia writes: > >> I'd love this to be handled directly in message.el >> It would be about time. > > Yuri, just out of curiosity, did get a chance to work on this? > > Is there anything I can help you with? I didn't work on this yet, as I was trying to debug this issue first: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=25645 which seems to be a regression in emacs 26 As I wrote in the report, the fix is easy, but I was trying to read through mml to understand why this is now the case.