From debbugs-submit-bounces@debbugs.gnu.org Sat Jun 25 08:43:14 2022 Received: (at 56197) by debbugs.gnu.org; 25 Jun 2022 12:43:14 +0000 Received: from localhost ([127.0.0.1]:44359 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1o5582-0001G7-OK for submit@debbugs.gnu.org; Sat, 25 Jun 2022 08:43:14 -0400 Received: from eggs.gnu.org ([209.51.188.92]:35298) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1o557z-0001Ft-VE for 56197@debbugs.gnu.org; Sat, 25 Jun 2022 08:43:09 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:60314) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1o557u-0007a1-GB; Sat, 25 Jun 2022 08:43:02 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=References:Subject:In-Reply-To:To:From:Date: mime-version; bh=foe9qXx3RrlO3DQcGelgjGJi+lvGwX22RLfEGCwM08I=; b=o4ncKDIp2Lk2 UNXKgqfMTEBjR1TQB4cyATmJZHJJTm8dylWq+eHW4efe9g6hfOL5pIHxcdabrmHNk1u6LR9ZeMkrU AyzqvhS5K/KmHu8U7HA4b1Mo4Nx9NiG9Jc0SovSjSClcke2b55jTgiZF29i01jUAWasCUacoId6eI PqIcrKu2XFWvfYYrVbTKIjpQ3Pb/aIewvuWrP/2Wvky40BCAmsCWW2nVbmkvH23O4a1cVx9HyCFw2 Inq41YSZE0snogPeoMSrVWff1J4bNYcHz0kqs2nRd+oHC2DWQ39VLlAGFStUcCeEGBHiKRMEV+GGJ bBTsS0EUBe/S4uPIQEJ/ow==; Received: from [87.69.77.57] (port=1906 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1o557t-00057T-Tw; Sat, 25 Jun 2022 08:43:02 -0400 Date: Sat, 25 Jun 2022 15:42:57 +0300 Message-Id: <834k08c3se.fsf@gnu.org> From: Eli Zaretskii To: Lars Ingebrigtsen In-Reply-To: <87y1xlj6wn.fsf@gnus.org> (message from Lars Ingebrigtsen on Sat, 25 Jun 2022 13:53:44 +0200) Subject: Re: bug#56197: 28.1; lisp-fill-paragraph result regressed with Emacs 28 References: <87zgi2xcgm.fsf@gmail.com> <87y1xlj6wn.fsf@gnus.org> X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 56197 Cc: 56197@debbugs.gnu.org, maxim.cournoyer@gmail.com X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) > Cc: 56197@debbugs.gnu.org > From: Lars Ingebrigtsen > Date: Sat, 25 Jun 2022 13:53:44 +0200 > > Maxim Cournoyer writes: > > > ;; Emacs 28 > > (description "IBus-Anthy is an engine for the input bus \"IBus\"). It adds the Anthy > > Japanese language input method to IBus. Because most graphical applications > > allow text input via IBus, installing this package will enable Japanese > > language input in most graphical applications.") > > [...] > > > Simply commenting out the newly added block, evaluating the defun and > > running it on my example reverts to the previous correct behavior. > > I'm not sure the previous behaviour was any more correct. It's now > filling that string as if it, well, is a string, so that if you insert > it somewhere, the lines have similar lengths. The previous behaviour > was to fill "what you see in the buffer", which is wrong in most > contexts. > > So I don't know. Anybody have an opinion? I actually don't understand what kind of "Lisp code" is the above snippet. It doesn't look to me as valid Lisp code. So there's no criteria for judging the correctness here, it seems.