From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Ryan Kavanagh Newsgroups: gmane.emacs.help Subject: Re: Unexpected fill-paragraph behaviour in message-mode Date: Tue, 14 Feb 2023 07:54:35 -0500 Message-ID: <20230214125434.vl2kzkmylwsgw7on@asteria.rak.ac> References: <87r0utsib9.fsf@iki.fi> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="15359"; mail-complaints-to="usenet@ciao.gmane.io" To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Tue Feb 14 13:55:23 2023 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1pRuqB-0003l2-3n for geh-help-gnu-emacs@m.gmane-mx.org; Tue, 14 Feb 2023 13:55:23 +0100 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1pRupj-00007I-Cp; Tue, 14 Feb 2023 07:54:55 -0500 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1pRuph-000072-Ba for help-gnu-emacs@gnu.org; Tue, 14 Feb 2023 07:54:54 -0500 Original-Received: from hades.rak.ac ([159.203.58.186]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1pRupe-0002n8-EN for help-gnu-emacs@gnu.org; Tue, 14 Feb 2023 07:54:52 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=rak.ac; s=aug2020.hades; t=1676379286; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:openpgp:openpgp; bh=QiWvjwvf3etqkMMFyAfPnt86GiP7zoOKkXMZurv4V0A=; b=TPdE5ipv5surz6UhNihW7+fnMeiR/6KzXm3JKDSoof1p15JNg3/0R3E7bpCaTmq8QV7V+R uOwpZVWri81ujT1QNlB676jeF2QO8+lTDV3ii7u322GJ7OoDYcgJsTgefIr5hV26FYjZa6 V4o6wmj7Upsxy1LBbzMxie8FpzqE+zlKAwYhvAJB/3+qU2kaMB/3x+OGIqHIvSwX8bGuCP W+bTe8ZW3OfQvS5pDYrgBwANUl311nRocAyBsDS2JBMuWakoBJqgHUjK55ubfu63lVJH9l erYo2oeEor4XTVMY3V4o5rWLzjXZw0Ca42llD3v9LFbEgPOJ3DDcsEnVSnNdvw== Original-Received: by hades.rak.ac (OpenSMTPD) with ESMTPSA id 140aa3a9 (TLSv1.3:TLS_AES_256_GCM_SHA384:256:NO) auth=yes user=asteria for ; Tue, 14 Feb 2023 07:54:46 -0500 (EST) Original-Received: from localhost (asteria.rak.ac [local]) by asteria.rak.ac (OpenSMTPD) with ESMTPA id 720389c4 for ; Tue, 14 Feb 2023 12:54:35 +0000 (UTC) OpenPGP: id=4E469519ED677734268FBD958F7BF8FC4A11C97A; url=https://rak.ac/contact/4E469519ED677734268FBD958F7BF8FC4A11C97A.asc; preference=sign Content-Disposition: inline In-Reply-To: <87r0utsib9.fsf@iki.fi> <834jrpfv5j.fsf@gnu.org> Received-SPF: pass client-ip=159.203.58.186; envelope-from=rak@rak.ac; helo=hades.rak.ac X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001, UNPARSEABLE_RELAY=0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Xref: news.gmane.io gmane.emacs.help:142745 Archived-At: On Mon, Feb 13, 2023 at 05:20:42PM +0200, Teemu Likonen wrote: > I use rarely Mutt but for those cases I have defined a derived major > mode from message-mode. See the code below. Thank you for this code snippet. It is very helpful and I will use some variant of it. On Mon, Feb 13, 2023 at 05:21:44PM +0200, Eli Zaretskii wrote: > You could try that, but my response will be that message-mode is not > meant for this job. It is a mode for composing email that is intended > to be sent by Emacs MUA, not for editing arbitrary text. Thanks for this clarification. Having used message-mode to compose emails in the past, I mistakenly assumed it could be used to compose emails for non-emacs MUAs. Best wishes, Ryan -- |)|/ Ryan Kavanagh | 4E46 9519 ED67 7734 268F |\|\ https://rak.ac | BD95 8F7B F8FC 4A11 C97A