From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Amin Bandali Newsgroups: gmane.emacs.bugs Subject: bug#43299: 28.0.50; message-newline-and-reformat does not insert space after citation prefix Date: Tue, 15 Sep 2020 10:31:43 -0400 Organization: GNU Message-ID: <87bli7kt68.fsf@gnu.org> References: <877dt24orw.fsf@gnu.org> <877dt148zo.fsf@gnus.org> <87363ppapp.fsf@gnu.org> <87d02szf9i.fsf@gnus.org> Mime-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha256; protocol="application/pgp-signature" Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="24787"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux) Cc: 43299@debbugs.gnu.org To: Lars Ingebrigtsen Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Tue Sep 15 16:33:11 2020 Return-path: Envelope-to: geb-bug-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 1kIC19-0006Ko-2L for geb-bug-gnu-emacs@m.gmane-mx.org; Tue, 15 Sep 2020 16:33:11 +0200 Original-Received: from localhost ([::1]:51450 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kIC18-0006ui-3a for geb-bug-gnu-emacs@m.gmane-mx.org; Tue, 15 Sep 2020 10:33:10 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:58660) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kIC10-0006tM-SR for bug-gnu-emacs@gnu.org; Tue, 15 Sep 2020 10:33:02 -0400 Original-Received: from debbugs.gnu.org ([209.51.188.43]:48536) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1kIC10-0002ZM-J3 for bug-gnu-emacs@gnu.org; Tue, 15 Sep 2020 10:33:02 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1kIC10-00062U-Eu for bug-gnu-emacs@gnu.org; Tue, 15 Sep 2020 10:33:02 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Amin Bandali Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Tue, 15 Sep 2020 14:33:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 43299 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: fixed Original-Received: via spool by 43299-submit@debbugs.gnu.org id=B43299.160018033123149 (code B ref 43299); Tue, 15 Sep 2020 14:33:02 +0000 Original-Received: (at 43299) by debbugs.gnu.org; 15 Sep 2020 14:32:11 +0000 Original-Received: from localhost ([127.0.0.1]:60082 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kIC0B-00061I-HC for submit@debbugs.gnu.org; Tue, 15 Sep 2020 10:32:11 -0400 Original-Received: from eggs.gnu.org ([209.51.188.92]:51614) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kIC09-000616-Gw for 43299@debbugs.gnu.org; Tue, 15 Sep 2020 10:32:10 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:46107) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kIC04-0002Q4-6P; Tue, 15 Sep 2020 10:32:04 -0400 Original-Received: from [2607:fea8:3fdf:f688::8] (port=51898 helo=localhost) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1kIBzk-0000e4-KT; Tue, 15 Sep 2020 10:32:02 -0400 In-Reply-To: <87d02szf9i.fsf@gnus.org> X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Original-Sender: "bug-gnu-emacs" Xref: news.gmane.io gmane.emacs.bugs:188117 Archived-At: --=-=-= Content-Type: text/plain Content-Transfer-Encoding: quoted-printable Lars Ingebrigtsen writes: > Amin Bandali writes: > >> Thanks, it does seem to cover this case. But now, there's a trailing >> single space after the first '>' with no other characters after it. >> Would it make sense to remove that once the filling/reformatting of the >> paragraph is done? > > Hm... I guess that's possibly (but sounds a bit finicky), but I'm not > sure that's necessarily more correct than the old behaviour. I think it would be more consistent, if not necessarily more correct, to not insert that extraneous whitespace. Also, I've noticed another side effect of this change: now even short lines after point get filled, which is rather annoying. For instance, if you put the cursor after the first '>' and hit M-RET =2D-8<---------------cut here---------------start------------->8--- > > Regards, > X > Y =2D-8<---------------cut here---------------end--------------->8--- you get: =2D-8<---------------cut here---------------start------------->8--- > >=20 > Regards, X Y =2D-8<---------------cut here---------------end--------------->8--- IMO filling should only be done when the line length exceeds the line length limit, like it did before this change. --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQJEBAEBCAAuFiEEObM8jZRIDS3cwqSYi0Sgzce5VvIFAl9g0E8QHGJhbmRhbGlA Z251Lm9yZwAKCRCLRKDNx7lW8o1zEACeaCHdNcxo7EqXBqPGCpd9VWoxH5MTuXu2 YJwpIdkh3ZhXXqqgPXA94n7vEzpt7orw3ZHsWo270XiExuvf0Jmk19xk0rQDpb86 BLsF2N47hlEVf+RI3zFxLDsCwTAjoRfrA57i1iNDZwK7nJajgLRje3pBydFbwpDC SDLZek2RKYeQllIGIN7pBa+OlBD7+uwucXg9I+TXu9CMnyXkuTScxnJlEUbEQev9 O7YOYXUYvMcSXOWjvdjRysSLH6Z1w3I0aMCYcgaWdsA/ahx9Qf+iWQmYU3uqbta+ /GIE8PCbxnOQRWR/WemuHji/EgVecwmSOyqRxOIVS00gQxZ0rsixlt+2pZq1OR5A 8mUZltEf/X/UNgML0qBx7MUYlQhY/tREf2VT+WgtWrWJ50++JorukHKZoxjipaIg rDfVWpEM9RSA+Nry7QHkJVCPyIrKMDXmWQxta1PJoXumLFEInTzKLqWxcUrSJF9R s3BzMGg45eIr5JkJ+GIvzj9PqRxypYyqSjG44XXvrYCMFEiuFYEsgDJI5DRMnkFn NlD1YEuIarfzZjAeV+HRIwHvrfF+O17ssGehUH4nQ9QaK8Zcgj1CsJ2XL2VpDgfx PyF9BkYtZCwrDtuFmLC2mB9m3r76+3v2wLXK4QYlClLME20ZZqOUyfoovwqEH09a CT34D47FHg== =wIMM -----END PGP SIGNATURE----- --=-=-=--