From unknown Tue Sep 23 19:46:21 2025 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) Content-Type: text/plain; charset=utf-8 From: bug#61490 <61490@debbugs.gnu.org> To: bug#61490 <61490@debbugs.gnu.org> Subject: Status: [PATCH 0/1] Increase BLOCK_ALIGN from =?UTF-8?Q?2=C2=B9=E2=81=B0to_?= =?UTF-8?Q?2=C2=B9=E2=81=B5?= Reply-To: bug#61490 <61490@debbugs.gnu.org> Date: Wed, 24 Sep 2025 02:46:21 +0000 retitle 61490 [PATCH 0/1] Increase BLOCK_ALIGN from 2=C2=B9=E2=81=B0to 2=C2= =B9=E2=81=B5 reassign 61490 emacs submitter 61490 Konstantin Kharlamov severity 61490 normal tag 61490 patch thanks From debbugs-submit-bounces@debbugs.gnu.org Mon Feb 13 15:00:52 2023 Received: (at submit) by debbugs.gnu.org; 13 Feb 2023 20:00:52 +0000 Received: from localhost ([127.0.0.1]:51700 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pRf0N-0005us-Ib for submit@debbugs.gnu.org; Mon, 13 Feb 2023 15:00:51 -0500 Received: from lists.gnu.org ([209.51.188.17]:39208) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pRf0M-0005uZ-1Z for submit@debbugs.gnu.org; Mon, 13 Feb 2023 15:00:50 -0500 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 1pRf05-0002mo-GY for bug-gnu-emacs@gnu.org; Mon, 13 Feb 2023 15:00:35 -0500 Received: from forward103o.mail.yandex.net ([37.140.190.177]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1pRf02-0005H7-Hb for bug-gnu-emacs@gnu.org; Mon, 13 Feb 2023 15:00:33 -0500 Received: from myt5-69594d4a41fa.qloud-c.yandex.net (myt5-69594d4a41fa.qloud-c.yandex.net [IPv6:2a02:6b8:c12:3ca5:0:640:6959:4d4a]) by forward103o.mail.yandex.net (Yandex) with ESMTP id 332DF10A9D72 for ; Mon, 13 Feb 2023 23:00:23 +0300 (MSK) Received: by myt5-69594d4a41fa.qloud-c.yandex.net (smtp/Yandex) with ESMTPSA id D0pfBF3ZDeA1-XX9bYPvS; Mon, 13 Feb 2023 23:00:22 +0300 X-Yandex-Fwd: 1 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yandex.ru; s=mail; t=1676318422; bh=2O1XCCUfvpKsadwIy5MjN2TU0ZCR5zN3kSjn01GPrw4=; h=Message-Id:Date:Subject:To:From; b=hQiCgkBKS9cYhT6wBKa7r8MifwaJ/mxNGyFDA91ftwzIRPJDhtPPeZY5gxbe4HRAm nL8ReAmcEjs4veh5KezXKwwDDoNCwMGhlLRFe4zoJYqCp6DIyV98sSRxyMDYrg9zpz bjp1iS0SJPZwyjoY8lhkFloYIrlbVtYJS7oE5eBc= Authentication-Results: myt5-69594d4a41fa.qloud-c.yandex.net; dkim=pass header.i=@yandex.ru From: Konstantin Kharlamov To: bug-gnu-emacs@gnu.org Subject: [PATCH 0/1] Increase BLOCK_ALIGN from 2¹⁰to 2¹⁵ Date: Mon, 13 Feb 2023 23:00:05 +0300 Message-Id: <20230213200006.663502-1-Hi-Angel@yandex.ru> X-Mailer: git-send-email 2.39.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=37.140.190.177; envelope-from=Hi-Angel@yandex.ru; helo=forward103o.mail.yandex.net 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, FREEMAIL_FROM=0.001, RCVD_IN_MSPIKE_H2=-0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.3 (-) X-Debbugs-Envelope-To: submit 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: -2.3 (--) This nice optimization was discussed on emacs-devel here https://lists.gnu.org/archive/html/emacs-devel/2022-10/msg02174.html The thread is 3 months old at this point and nobody still picked that change up. I mentioned in the thread that I'm going to send the patch a day ago (it won't show up in the web-interface though, because apparently it's unable to show a thread from more than a single month), and now in absence of any opposition here's the patch. Konstantin Kharlamov (1): Increase BLOCK_ALIGN from 2¹⁰to 2¹⁵ src/alloc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -- 2.39.0 From debbugs-submit-bounces@debbugs.gnu.org Mon Feb 13 15:05:45 2023 Received: (at 61490) by debbugs.gnu.org; 13 Feb 2023 20:05:45 +0000 Received: from localhost ([127.0.0.1]:51715 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pRf57-00064C-1u for submit@debbugs.gnu.org; Mon, 13 Feb 2023 15:05:45 -0500 Received: from forward500b.mail.yandex.net ([178.154.239.144]:35378) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pRf55-00063x-3a for 61490@debbugs.gnu.org; Mon, 13 Feb 2023 15:05:43 -0500 Received: from myt5-669ce2588b0f.qloud-c.yandex.net (myt5-669ce2588b0f.qloud-c.yandex.net [IPv6:2a02:6b8:c12:3c22:0:640:669c:e258]) by forward500b.mail.yandex.net (Yandex) with ESMTP id 77BEB5EE1B for <61490@debbugs.gnu.org>; Mon, 13 Feb 2023 23:05:41 +0300 (MSK) Received: by myt5-669ce2588b0f.qloud-c.yandex.net (smtp/Yandex) with ESMTPSA id e5pYJH3YAW21-IfyGun5V; Mon, 13 Feb 2023 23:05:41 +0300 X-Yandex-Fwd: 1 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yandex.ru; s=mail; t=1676318741; bh=IVbvvYpHyDNzXkWb9Bc35Fdw6LvetdYIbIJkHwgrR7U=; h=In-Reply-To:Date:References:To:From:Subject:Message-ID; b=m4RRBPSp86xD2gB6gxw8vrUKz8ePVMjrzWhWKlXb/0+fG1aYbKVg2PSKPzgX5dGAr Ii9C9xQnQakcT3sQ9GHCECW+gSEDo4YK0/UmC6NLcyFkn3ewxhHvHG2td3inKKrx9c rsSIRTV8efWyIHiun5HC5geP/lyPwuB18vjedjRA= Authentication-Results: myt5-669ce2588b0f.qloud-c.yandex.net; dkim=pass header.i=@yandex.ru Message-ID: Subject: Re: bug#61490: Acknowledgement ([PATCH 0/1] Increase BLOCK_ALIGN from =?UTF-8?Q?2=C2=B9=E2=81=B0to?= =?UTF-8?Q?_2=C2=B9=E2=81=B5=29?= From: Konstantin Kharlamov To: 61490@debbugs.gnu.org Date: Mon, 13 Feb 2023 23:05:40 +0300 In-Reply-To: References: <20230213200006.663502-1-Hi-Angel@yandex.ru> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable User-Agent: Evolution 3.46.3 MIME-Version: 1.0 X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 61490 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: -1.0 (-) Idk if it's a feature (bugtracker is an odd way of managing the patches in = general, so who knows), but for the safe case I'll mention that debbugs cre= ated for the patch email a separate page bug#61489 From debbugs-submit-bounces@debbugs.gnu.org Wed Feb 15 23:59:33 2023 Received: (at 61490) by debbugs.gnu.org; 16 Feb 2023 04:59:33 +0000 Received: from localhost ([127.0.0.1]:34624 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pSWMn-00040h-0Y for submit@debbugs.gnu.org; Wed, 15 Feb 2023 23:59:33 -0500 Received: from eggs.gnu.org ([209.51.188.92]:46550) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pSWMk-00040R-DV for 61490@debbugs.gnu.org; Wed, 15 Feb 2023 23:59:31 -0500 Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1pSWMe-0002i1-TZ; Wed, 15 Feb 2023 23:59:24 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=Date:References:Subject:In-Reply-To:To:From: mime-version; bh=+mFGQYRV9+2xX+YwSmPBLMZwExqubcMRXFp7cQOJI7o=; b=EpOw5vhKEMYP mflPjZh21LlpsscKKW4z8V6rN7ArSPBC9Z7H/h///6phQEPhybeiBpTuu8GCRwx4Zoh6TyU0baTMI loYm8XUCyIQup7neY+f1FFs3UyqORo3SPjBtxFPIn8q6YiNLo/zMCazIvHWDdXxZIQjSt1G1skh3k ykZDR46l4odKHGQzHUbVWXhpHNahMYtcfqH44/sdV6Fijv6xpH3YYfQWnqW9i+2mBi8INy+sRFtd+ baZlLfYbSxLgBenzjsDvthQv0ppwUzBkGM325TCdEH2fi5/VIhFeNonxPXWUixoqvx6XFV5IwBMDe nWZt+xay4+i4JUv/y+yoaw==; Received: from rms by fencepost.gnu.org with local (Exim 4.90_1) (envelope-from ) id 1pSWMe-0002nP-KR; Wed, 15 Feb 2023 23:59:24 -0500 Content-Type: text/plain; charset=Utf-8 From: Richard Stallman To: Konstantin Kharlamov In-Reply-To: <20230213200006.663502-1-Hi-Angel@yandex.ru> (message from Konstantin Kharlamov on Mon, 13 Feb 2023 23:00:05 +0300) Subject: Re: bug#61490: [PATCH 0/1] Increase BLOCK_ALIGN from =?iso-8859-1?Q?2=C2=B9=E2=81=B0to_2=C2=B9=E2=81=B5?= References: <20230213200006.663502-1-Hi-Angel@yandex.ru> Message-Id: Date: Wed, 15 Feb 2023 23:59:24 -0500 X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 61490 Cc: 61490@debbugs.gnu.org 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: , Reply-To: rms@gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) [[[ To any NSA and FBI agents reading my email: please consider ]]] [[[ whether defending the US Constitution against all enemies, ]]] [[[ foreign or domestic, requires you to follow Snowden's example. ]]] > Konstantin Kharlamov (1): > Increase BLOCK_ALIGN from 2¹⁰to 2¹⁵ Thanks for proposing a useful optimization. For the Emacs sources, including the commit messagss, please stick to ASCII. Emacs itself supports UTF-8, but not all terminals can display all of Unicode. In particular, Linux ttys can't display those two diamonds. -- Dr Richard Stallman (https://stallman.org) Chief GNUisance of the GNU Project (https://gnu.org) Founder, Free Software Foundation (https://fsf.org) Internet Hall-of-Famer (https://internethalloffame.org) From debbugs-submit-bounces@debbugs.gnu.org Thu Feb 16 01:46:23 2023 Received: (at 61490) by debbugs.gnu.org; 16 Feb 2023 06:46:23 +0000 Received: from localhost ([127.0.0.1]:34699 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pSY2A-00074h-Nh for submit@debbugs.gnu.org; Thu, 16 Feb 2023 01:46:22 -0500 Received: from forward501b.mail.yandex.net ([178.154.239.145]:41008) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pSY27-00074V-Jn for 61490@debbugs.gnu.org; Thu, 16 Feb 2023 01:46:21 -0500 Received: from myt5-fc73f9af8654.qloud-c.yandex.net (myt5-fc73f9af8654.qloud-c.yandex.net [IPv6:2a02:6b8:c12:2898:0:640:fc73:f9af]) by forward501b.mail.yandex.net (Yandex) with ESMTP id 851C85F545; Thu, 16 Feb 2023 09:46:17 +0300 (MSK) Received: by myt5-fc73f9af8654.qloud-c.yandex.net (smtp/Yandex) with ESMTPSA id GkeN1a7Y3iE1-bcEJDWsI; Thu, 16 Feb 2023 09:46:17 +0300 X-Yandex-Fwd: 1 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yandex.ru; s=mail; t=1676529977; bh=wXLc72jZKpVyC7ZIf2B7FX2QAW+akRPtK0dkEFnDp+M=; h=References:Date:In-Reply-To:Cc:To:From:Subject:Message-ID; b=kYZ3hmhj5W3jFok3oQBcVTswp8uXSrg9VykAWIMdDjSxPYpZztUj8e0h3W/xexV63 lxZJdM9nEUQPdeOqww2DbkX3aUi/sNgOc8rLd2bHOUscJUxy2fl70MFlw5ppd0ibkx 6ir2KyqN618tm4TQf/p0D8kf60V5V6up7tUF5+7Q= Authentication-Results: myt5-fc73f9af8654.qloud-c.yandex.net; dkim=pass header.i=@yandex.ru Message-ID: <7f95d28562c1882237be23a2e25e87fd75644f56.camel@yandex.ru> Subject: Re: bug#61490: [PATCH 0/1] Increase BLOCK_ALIGN from =?ISO-8859-1?Q?2=C2=B9=E2=81=B0to?= =?ISO-8859-1?Q?_2=C2=B9=E2=81=B5?= From: Konstantin Kharlamov To: rms@gnu.org Date: Thu, 16 Feb 2023 09:46:16 +0300 In-Reply-To: References: <20230213200006.663502-1-Hi-Angel@yandex.ru> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable User-Agent: Evolution 3.46.4 MIME-Version: 1.0 X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 61490 Cc: 61490@debbugs.gnu.org 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: -1.0 (-) On Wed, 2023-02-15 at 23:59 -0500, Richard Stallman wrote: > [[[ To any NSA and FBI agents reading my email: please consider=C2=A0=C2= =A0=C2=A0 ]]] > [[[ whether defending the US Constitution against all enemies,=C2=A0=C2= =A0=C2=A0=C2=A0 ]]] > [[[ foreign or domestic, requires you to follow Snowden's example. ]]] >=20 > =C2=A0 > Konstantin Kharlamov (1): > =C2=A0 >=C2=A0=C2=A0 Increase BLOCK_ALIGN from 2=C2=B9=E2=81=B0to 2=C2=B9= =E2=81=B5 >=20 > Thanks for proposing a useful optimization. >=20 > For the Emacs sources, including the commit messagss, please stick to > ASCII.=C2=A0 Emacs itself supports UTF-8, but not all terminals can displ= ay > all of Unicode.=C2=A0 In particular, Linux ttys can't display those two > diamonds. Thanks, okay! Will resend the patch later this evening From debbugs-submit-bounces@debbugs.gnu.org Thu Feb 16 04:31:17 2023 Received: (at 61490) by debbugs.gnu.org; 16 Feb 2023 09:31:17 +0000 Received: from localhost ([127.0.0.1]:34899 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pSabl-0003DQ-GY for submit@debbugs.gnu.org; Thu, 16 Feb 2023 04:31:17 -0500 Received: from heytings.org ([95.142.160.155]:59394) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pSabj-0003DH-Ev for 61490@debbugs.gnu.org; Thu, 16 Feb 2023 04:31:15 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=heytings.org; s=20220101; t=1676539874; bh=7MRdEHUb3ur2/psG+7JZOAtOQjztXP81R9j/H7rzdFo=; h=Date:From:To:cc:Subject:In-Reply-To:Message-ID:References:From; b=nCYVnDJSHSSYwKwaqeSuBhukKWNjQanMCKSR7szVG9tv9CdeOLoOObZzWVV+m2DmI BgDWKpUVTr5+DDG8+pvUx2krbCuYXH4od5BKN9ptuS3V8EnHh9ZA7TlyCt09KRcheX 6riyXsoDcD/7rm24yrbjdcoBIt3oI05W6YJIlfnNZHAzTEkybPE6fIZMU2IZosKvFv c74LuhNhTbIsqNBkx0yFnrI12bZwBNLZM3horc3chhAQs1+TfCUw9sJ0qaZ3n7noX7 djya5rx54fohh/RQJA+r4QQlvvMCvHREdUXmEAmDMODQPVcUiwKlJmh6Y83cAZpnAU tsKEBXZONENhA== Date: Thu, 16 Feb 2023 09:31:12 +0000 From: Gregory Heytings To: Richard Stallman Subject: =?UTF-8?Q?Re=3A_bug#61490=3A_=5BPATCH_0=2F1=5D_Increase_BLOCK?= =?UTF-8?Q?=5FALIGN_from_2=C3=82=C2=B9=C3=A2=C2=81=C2=B0to_2=C3=82?= =?UTF-8?Q?=C2=B9=C3=A2=C2=81=C2=B5?= In-Reply-To: Message-ID: <0c3ed9924ad9e22a5a39@heytings.org> References: <20230213200006.663502-1-Hi-Angel@yandex.ru> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="zwZy2WD5Tn" X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 61490 Cc: 61490@debbugs.gnu.org, Konstantin Kharlamov 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: -1.0 (-) --zwZy2WD5Tn Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: quoted-printable >> Increase BLOCK_ALIGN from 2=C2=B9=E2=81=B0to 2=C2=B9=E2=81=B5 > > Emacs itself supports UTF-8, but not all terminals can display all of=20 > Unicode. In particular, Linux ttys can't display those two diamonds. > They can, see (info "(efaq) Emacs in a Linux console"). --zwZy2WD5Tn-- From debbugs-submit-bounces@debbugs.gnu.org Thu Feb 16 10:05:34 2023 Received: (at 61490) by debbugs.gnu.org; 16 Feb 2023 15:05:34 +0000 Received: from localhost ([127.0.0.1]:37216 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pSfpG-0006Sw-Ci for submit@debbugs.gnu.org; Thu, 16 Feb 2023 10:05:34 -0500 Received: from forward104p.mail.yandex.net ([77.88.28.107]:55748) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pSfpD-0006Sf-7t for 61490@debbugs.gnu.org; Thu, 16 Feb 2023 10:05:32 -0500 Received: from forward102q.mail.yandex.net (forward102q.mail.yandex.net [IPv6:2a02:6b8:c0e:1ba:0:640:516:4e7d]) by forward104p.mail.yandex.net (Yandex) with ESMTP id 166BE3C1EFB2 for <61490@debbugs.gnu.org>; Thu, 16 Feb 2023 18:05:24 +0300 (MSK) Received: from vla3-aeadfdeff55e.qloud-c.yandex.net (vla3-aeadfdeff55e.qloud-c.yandex.net [IPv6:2a02:6b8:c15:341d:0:640:aead:fdef]) by forward102q.mail.yandex.net (Yandex) with ESMTP id 11E86BF00002 for <61490@debbugs.gnu.org>; Thu, 16 Feb 2023 18:05:24 +0300 (MSK) Received: by vla3-aeadfdeff55e.qloud-c.yandex.net (smtp/Yandex) with ESMTPSA id H5n3MnBZd4Y1-NwUzBq6R; Thu, 16 Feb 2023 18:05:23 +0300 X-Yandex-Fwd: 1 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yandex.ru; s=mail; t=1676559923; bh=C51/vTi82smkeU/D6lAdfqs9j60DDd2vLmF3g4pJaJY=; h=Message-Id:Date:Subject:To:From; b=Yqoy8sRoNOllXQYq6Fq6gyAb3p+fFD+xjiUQJlfn8OI0oj/ttaK2dH4UdF7Twhef6 vscIDJmw5qUY3WyngkutCr5JxQk60VKVtYyaySjAJamYB0ugK3upn9PihXUab65xEF VpvCpj7c5aQnzcR+G12GsM22RlxwAPdLI13LDlqA= Authentication-Results: vla3-aeadfdeff55e.qloud-c.yandex.net; dkim=pass header.i=@yandex.ru From: Konstantin Kharlamov To: 61490@debbugs.gnu.org Subject: [PATCH v2] Increase BLOCK_ALIGN from 1024 to 32768 Date: Thu, 16 Feb 2023 18:05:09 +0300 Message-Id: <20230216150509.27039-1-Hi-Angel@yandex.ru> X-Mailer: git-send-email 2.39.2 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 61490 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: -1.0 (-) Originally discovered by Tyler Dodge in his article "Significant Garbage Collection Improvement For Emacs". While testing this change on Archlinux system with Intel i5-7200U CPU, average time of garbage collection gets reduced by ≈25%. Other users report improvements up to 50%. While monitoring PSS of emacs with and without customizations loaded before and after the patch, no statistically significant differences were discovered. So overall, this change is a win. * src/alloc.c (BLOCK_ALIGN): increase from 1024 to 32768 --- v2: * Richard Stallman: don't use non-ASCII in the description * Me: mention the report by Ihor Radchenko where performance improved by 50% src/alloc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/alloc.c b/src/alloc.c index c25e81d1dde..d278b01343d 100644 --- a/src/alloc.c +++ b/src/alloc.c @@ -1083,7 +1083,7 @@ lisp_free (void *block) BLOCK_BYTES and guarantees they are aligned on a BLOCK_ALIGN boundary. */ /* Byte alignment of storage blocks. */ -#define BLOCK_ALIGN (1 << 10) +#define BLOCK_ALIGN (1 << 15) verify (POWER_OF_2 (BLOCK_ALIGN)); /* Use aligned_alloc if it or a simple substitute is available. -- 2.39.2 From debbugs-submit-bounces@debbugs.gnu.org Thu Feb 16 10:29:11 2023 Received: (at 61490) by debbugs.gnu.org; 16 Feb 2023 15:29:11 +0000 Received: from localhost ([127.0.0.1]:37380 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pSgC6-000793-WE for submit@debbugs.gnu.org; Thu, 16 Feb 2023 10:29:11 -0500 Received: from mail-wm1-f43.google.com ([209.85.128.43]:55141) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pSgC5-00078p-FC for 61490@debbugs.gnu.org; Thu, 16 Feb 2023 10:29:10 -0500 Received: by mail-wm1-f43.google.com with SMTP id p5so1832506wmg.4 for <61490@debbugs.gnu.org>; Thu, 16 Feb 2023 07:29:09 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=content-transfer-encoding:mime-version:message-id:date:references :in-reply-to:subject:cc:to:from:from:to:cc:subject:date:message-id :reply-to; bh=X3JyvmEME3M/1ijiEiOc0jHgvJm0klAcbi51BBBSaIk=; b=YeMBc5DqMRN5qaGjSX85l/oC2B96gjSI6xOE+QTeiCPvbFGjf6RB5tiY5esymlFWzJ Y8XtMJ7PjmtL1kGzP3S/qBYj+/UUCwIenlLblXwQwu+duagprTxOVFhX8ZyBui3Maikt el294aDldN0cQ1hoh+VU0gDKmE08aODzd+GlwSN6NXu/VzL3/IsnOk5WwML1naFQvgH9 0MOngr99kvAo2GVMN4CBNa5SIvQCp8Q31AMMZc9Lc4AwPHlMp1aKiCBN22u6gFcpCWeT szuwVOpU+qP0krb1OEshf+4hSCFx0pMuVz8mVfOEWDBKs8o1nzmqi0eG/NaWvDKQXtTS IEFQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=content-transfer-encoding:mime-version:message-id:date:references :in-reply-to:subject:cc:to:from:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=X3JyvmEME3M/1ijiEiOc0jHgvJm0klAcbi51BBBSaIk=; b=fvclM0cfPpZDQ+WIQCtbz5oD/r8ykMsSngRWnX/nVqD21p1EEQYKJqmfG3whgxbL5M yzF5Q8NZzcIq0TV1rQj91fiqvCkdO+IH5Z+zYN0uqZTI/pMssg1pezYlwCcyIbSyYEZ9 KCUQ+AiDvha+CJyW/gS2fhjr+W8rYeg2YmwXRCMlq9iS9PSlI4HQCasXnS0rQyY1FW/C wA81xs2b7LouSJ7esY7E35LUW06VQ56rspR7vISfSx0nBiN6CfVEfqv3JxCX49EkKhMu 6efr/9jJg+noxx5D1ZsgoqIV15BCBC68GxISPBjuD2qkVIwT8tma3MW94mOpEHk6cHV/ 3r8A== X-Gm-Message-State: AO0yUKUcbyUcwuDh3tnWbTqn/i3LOXQkag50DiBcdKAaCdnAZ5499uo/ QTkDOEyMWFBd6t2lFA6tDlHJuJy4N8k= X-Google-Smtp-Source: AK7set9G48O2Qzg3v7M5mR2HtOLUwHGm+jsEmkdklAYQj+ljI2ZmJQkfYTxsny5ApQK/3Vdb22L1sQ== X-Received: by 2002:a05:600c:1d1f:b0:3da:fcb7:39e5 with SMTP id l31-20020a05600c1d1f00b003dafcb739e5mr5386996wms.23.1676561343019; Thu, 16 Feb 2023 07:29:03 -0800 (PST) Received: from rltb ([82.66.8.55]) by smtp.gmail.com with ESMTPSA id f17-20020a7bc8d1000000b003e2066a6339sm2145863wml.5.2023.02.16.07.29.02 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 16 Feb 2023 07:29:02 -0800 (PST) From: Robert Pluim To: Konstantin Kharlamov Subject: Re: bug#61490: [PATCH v2] Increase BLOCK_ALIGN from 1024 to 32768 In-Reply-To: <20230216150509.27039-1-Hi-Angel@yandex.ru> (Konstantin Kharlamov's message of "Thu, 16 Feb 2023 18:05:09 +0300") References: <20230213200006.663502-1-Hi-Angel@yandex.ru> <20230216150509.27039-1-Hi-Angel@yandex.ru> Date: Thu, 16 Feb 2023 16:29:01 +0100 Message-ID: <87pma9mxxe.fsf@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 61490 Cc: 61490@debbugs.gnu.org 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: -1.0 (-) >>>>> On Thu, 16 Feb 2023 18:05:09 +0300, Konstantin Kharlamov said: Konstantin> Originally discovered by Tyler Dodge in his article "Signif= icant Garbage Konstantin> Collection Improvement For Emacs". Konstantin> While testing this change on Archlinux system with Intel i5= -7200U CPU, Konstantin> average time of garbage collection gets reduced by =E2=89= =8825%. Other users Konstantin> report improvements up to 50%. While monitoring PSS of emac= s with and Konstantin> without customizations loaded before and after the patch, no Konstantin> statistically significant differences were discovered. So o= verall, this Konstantin> change is a win. I haven=CA=BCt tested it yet, but it looks reasonable. Procedural nit: if you put the bug number in the commit message rather than the Subject, then 'git am' will strip the [PATCH v2] prefix for us. Robert --=20 From debbugs-submit-bounces@debbugs.gnu.org Thu Feb 16 11:48:42 2023 Received: (at 61490) by debbugs.gnu.org; 16 Feb 2023 16:48:42 +0000 Received: from localhost ([127.0.0.1]:37515 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pShR4-0000o7-Fz for submit@debbugs.gnu.org; Thu, 16 Feb 2023 11:48:42 -0500 Received: from forward501c.mail.yandex.net ([178.154.239.209]:37132) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pShR0-0000nu-Ie for 61490@debbugs.gnu.org; Thu, 16 Feb 2023 11:48:40 -0500 Received: from myt6-870ea81e6a0f.qloud-c.yandex.net (myt6-870ea81e6a0f.qloud-c.yandex.net [IPv6:2a02:6b8:c12:2229:0:640:870e:a81e]) by forward501c.mail.yandex.net (Yandex) with ESMTP id F3AAE5F0AC; Thu, 16 Feb 2023 19:48:35 +0300 (MSK) Received: by myt6-870ea81e6a0f.qloud-c.yandex.net (smtp/Yandex) with ESMTPSA id ZmoVCiCYI4Y1-2MfTL2q3; Thu, 16 Feb 2023 19:48:35 +0300 X-Yandex-Fwd: 1 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yandex.ru; s=mail; t=1676566115; bh=+8lB4O237RcQi50XluBGOnsUn6BF4uSPb52Y1fycPCU=; h=References:Date:In-Reply-To:Cc:To:From:Subject:Message-ID; b=idlmzkctcN2o1gYu1D4x1ho8QUxf/VlxD2gH7oyMPfs5T1yiebUxvVy+O3Nd3ig4d n1h56xbvgUnZ2Jmp/Xm/wBK8vHUxzlB/fL825sc2/+8GxsXHfEbD/S7KGunZprCqGh xOvTHWOy5sC7R/RPJR1XyeimrjoLtXAgx67yFjRY= Authentication-Results: myt6-870ea81e6a0f.qloud-c.yandex.net; dkim=pass header.i=@yandex.ru Message-ID: <2bee6d8548acde05ef32f2c46119f16380e5b817.camel@yandex.ru> Subject: Re: bug#61490: [PATCH v2] Increase BLOCK_ALIGN from 1024 to 32768 From: Konstantin Kharlamov To: Robert Pluim Date: Thu, 16 Feb 2023 19:48:35 +0300 In-Reply-To: <87pma9mxxe.fsf@gmail.com> References: <20230213200006.663502-1-Hi-Angel@yandex.ru> <20230216150509.27039-1-Hi-Angel@yandex.ru> <87pma9mxxe.fsf@gmail.com> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable User-Agent: Evolution 3.46.4 MIME-Version: 1.0 X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 61490 Cc: 61490@debbugs.gnu.org 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: -1.0 (-) On Thu, 2023-02-16 at 16:29 +0100, Robert Pluim wrote: > > > > > > On Thu, 16 Feb 2023 18:05:09 +0300, Konstantin Kharlamov > > > > > > said: >=20 > =C2=A0=C2=A0=C2=A0 Konstantin> Originally discovered by Tyler Dodge in hi= s article > "Significant Garbage > =C2=A0=C2=A0=C2=A0 Konstantin> Collection Improvement For Emacs". >=20 > =C2=A0=C2=A0=C2=A0 Konstantin> While testing this change on Archlinux sys= tem with Intel i5- > 7200U CPU, > =C2=A0=C2=A0=C2=A0 Konstantin> average time of garbage collection gets re= duced by =E2=89=8825%. Other > users > =C2=A0=C2=A0=C2=A0 Konstantin> report improvements up to 50%. While monit= oring PSS of emacs > with and > =C2=A0=C2=A0=C2=A0 Konstantin> without customizations loaded before and a= fter the patch, no > =C2=A0=C2=A0=C2=A0 Konstantin> statistically significant differences were= discovered. So > overall, this > =C2=A0=C2=A0=C2=A0 Konstantin> change is a win. >=20 > I haven=CA=BCt tested it yet, but it looks reasonable. >=20 > Procedural nit: if you put the bug number in the commit message rather > than the Subject, then 'git am' will strip the [PATCH v2] prefix for > us. I am not sure I understood. I did not put the bug number in the subject at = all, it is probably done by debbugs. E.g. if you look at this v2 patch in a brow= ser https://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D61490#20 the "Subject" line displayed there does not contain a bug number. I can add a bug number to the body the next time, but I'm not sure it would= make debbugs stop adding the prefix. From debbugs-submit-bounces@debbugs.gnu.org Thu Feb 16 12:00:56 2023 Received: (at 61490) by debbugs.gnu.org; 16 Feb 2023 17:00:56 +0000 Received: from localhost ([127.0.0.1]:37534 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pShcu-000188-FW for submit@debbugs.gnu.org; Thu, 16 Feb 2023 12:00:56 -0500 Received: from forward501c.mail.yandex.net ([178.154.239.209]:33882) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pShcr-00017z-DX for 61490@debbugs.gnu.org; Thu, 16 Feb 2023 12:00:55 -0500 Received: from sas8-92ddc00f49ef.qloud-c.yandex.net (sas8-92ddc00f49ef.qloud-c.yandex.net [IPv6:2a02:6b8:c1b:2988:0:640:92dd:c00f]) by forward501c.mail.yandex.net (Yandex) with ESMTP id 342005ECDF; Thu, 16 Feb 2023 20:00:51 +0300 (MSK) Received: by sas8-92ddc00f49ef.qloud-c.yandex.net (smtp/Yandex) with ESMTPSA id o0pipVCYnW21-0QoUaD4M; Thu, 16 Feb 2023 20:00:50 +0300 X-Yandex-Fwd: 1 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yandex.ru; s=mail; t=1676566850; bh=p7bN6vB1+Lfu/EaOkQxobI44XL8mHa0EkOf7U27WFMw=; h=References:Date:In-Reply-To:Cc:To:From:Subject:Message-ID; b=upe7xmLkqd9/N50szzHXr4vDOrNlbrTXecfp88GKjUYoGaM6lthNGs/A0A75eftbu evZL0avfoLbVI58sZc0HkE3tS1yQQio+q3SJWpUd21XjVaxL1L+B08srmNjf71P+yM LiQz6DMv//FxRx8LgcdrAWmoL12xtELZ6/lsv4XM= Authentication-Results: sas8-92ddc00f49ef.qloud-c.yandex.net; dkim=pass header.i=@yandex.ru Message-ID: <0c8cf5132c962fa7a3655d7bbc63d0e8bbc95727.camel@yandex.ru> Subject: Re: bug#61490: [PATCH v2] Increase BLOCK_ALIGN from 1024 to 32768 From: Konstantin Kharlamov To: Robert Pluim Date: Thu, 16 Feb 2023 20:00:50 +0300 In-Reply-To: <2bee6d8548acde05ef32f2c46119f16380e5b817.camel@yandex.ru> References: <20230213200006.663502-1-Hi-Angel@yandex.ru> <20230216150509.27039-1-Hi-Angel@yandex.ru> <87pma9mxxe.fsf@gmail.com> <2bee6d8548acde05ef32f2c46119f16380e5b817.camel@yandex.ru> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable User-Agent: Evolution 3.46.4 MIME-Version: 1.0 X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 61490 Cc: 61490@debbugs.gnu.org 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: -1.0 (-) On Thu, 2023-02-16 at 19:48 +0300, Konstantin Kharlamov wrote: > On Thu, 2023-02-16 at 16:29 +0100, Robert Pluim wrote: > > > > > > > On Thu, 16 Feb 2023 18:05:09 +0300, Konstantin Kharlamov > > > > > > > said: > >=20 > > =C2=A0=C2=A0=C2=A0 Konstantin> Originally discovered by Tyler Dodge in = his article > > "Significant Garbage > > =C2=A0=C2=A0=C2=A0 Konstantin> Collection Improvement For Emacs". > >=20 > > =C2=A0=C2=A0=C2=A0 Konstantin> While testing this change on Archlinux s= ystem with Intel i5- > > 7200U CPU, > > =C2=A0=C2=A0=C2=A0 Konstantin> average time of garbage collection gets = reduced by =E2=89=8825%. > > Other > > users > > =C2=A0=C2=A0=C2=A0 Konstantin> report improvements up to 50%. While mon= itoring PSS of emacs > > with and > > =C2=A0=C2=A0=C2=A0 Konstantin> without customizations loaded before and= after the patch, no > > =C2=A0=C2=A0=C2=A0 Konstantin> statistically significant differences we= re discovered. So > > overall, this > > =C2=A0=C2=A0=C2=A0 Konstantin> change is a win. > >=20 > > I haven=CA=BCt tested it yet, but it looks reasonable. > >=20 > > Procedural nit: if you put the bug number in the commit message rather > > than the Subject, then 'git am' will strip the [PATCH v2] prefix for > > us. >=20 > I am not sure I understood. I did not put the bug number in the subject a= t > all, > it is probably done by debbugs. E.g. if you look at this v2 patch in a br= owser > https://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D61490#20=C2=A0the "Subjec= t" line > displayed there does not contain a bug number. >=20 > I can add a bug number to the body the next time, but I'm not sure it wou= ld > make > debbugs stop adding the prefix. Which kind of makes sense btw, because debbugs is a bugtracker, I don't thi= nk its developers supposed that it will be used as a replacement to a mailing = list for patch submissions. To track patches the old-fashioned way people usuall= y combine a mailing list with `patchwork` interface. Linux-kernel are doing t= hat for a long time. Freedesktop were doing that too. These days projects are typically just using git forges. From debbugs-submit-bounces@debbugs.gnu.org Thu Feb 16 12:02:20 2023 Received: (at 61490) by debbugs.gnu.org; 16 Feb 2023 17:02:20 +0000 Received: from localhost ([127.0.0.1]:37545 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pSheG-0001B6-CZ for submit@debbugs.gnu.org; Thu, 16 Feb 2023 12:02:20 -0500 Received: from mail-wm1-f47.google.com ([209.85.128.47]:33479) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pSheD-0001Ap-5I for 61490@debbugs.gnu.org; Thu, 16 Feb 2023 12:02:18 -0500 Received: by mail-wm1-f47.google.com with SMTP id l21-20020a05600c1d1500b003dfe462b7e4so4534071wms.0 for <61490@debbugs.gnu.org>; Thu, 16 Feb 2023 09:02:17 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=content-transfer-encoding:mime-version:message-id:date:references :in-reply-to:subject:cc:to:from:from:to:cc:subject:date:message-id :reply-to; bh=caX3kxwSLW7kKkVsYNglt7jJ6BfNk1jx6lbpLbZM2Bg=; b=G+4LKoBtOqOgsjm1Df9/EeN3IwEwayZQiwzt9quD2xKNhPtPrbb1OiLKJgQJBdzdgy MYIH0+6pqpaRNxPeg65qBeSv+8gpcZYx9p3h5W5LgGxtMBoi1L7jydqUakPFdzdIli07 fxyRZi9HM5z/eYOqdbdsktTtyU/kzg0i8ymcqeMDGgBHPjAr3vljluRJLQc4JgOsg0yX /KODnC1oeF3km5119lpcQowLx0ktb2EaiSm0RrYqdQAbXI3sNpwJXlR+aQj2W1f1GK3m ubHmDibhHuIhlDuXwe/AHR1Pn0S9msQ+Hx4LOUUQxtNX08kitB/KTcRRVsLu7i3M2dTH 8iLQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=content-transfer-encoding:mime-version:message-id:date:references :in-reply-to:subject:cc:to:from:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=caX3kxwSLW7kKkVsYNglt7jJ6BfNk1jx6lbpLbZM2Bg=; b=d7OJLUFkAStbXLRpOKvDh8wJrOFcCGWt2cWvF2XlNBqG+G8GQOW71GGg98FqGybI9Y s5Q5PFo+6VZrc81++s4N97HRdOFFEFCXAKAM24HQ70ERkWB8RckQJw6gt/Jyob1s5Mdh Fv8ZeDpjcysXfCyMuEa+hbblQzCQijuEXCVEd1dx/UFThNpuGVVbCIdr0i6feidYZ6vJ iOZtk0zMLmCE+/SIeyfFjeduegezfK11x5MKxAVZ+PhG9pblvqaCS3Z69mnu/nItSYY0 mDSRKmPwz1ynPlV//4vmNM3Jiz9o6eCoMdfcIcSb+NOkx/Uctbug2Jhu8/Hw89eMWlNy n17w== X-Gm-Message-State: AO0yUKW/RxH9O749ex/PDdiCwkxrUz2kHQmHC6IfXwtt+cRwV+lo5Yx0 gCyadCUx/y6rRyXHYr6yVOiPjWGsl/s= X-Google-Smtp-Source: AK7set9RvNwCXuPFglXQWlqsxi0JI350pEnJaSLazORrym/oSUVmTdcjuEKHz4oowkwHH9s5Pkm1BA== X-Received: by 2002:a05:600c:4f03:b0:3df:eedf:f378 with SMTP id l3-20020a05600c4f0300b003dfeedff378mr5203852wmq.24.1676566930823; Thu, 16 Feb 2023 09:02:10 -0800 (PST) Received: from rltb ([82.66.8.55]) by smtp.gmail.com with ESMTPSA id bh25-20020a05600c3d1900b003dc5b59ed7asm2413988wmb.11.2023.02.16.09.02.10 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 16 Feb 2023 09:02:10 -0800 (PST) From: Robert Pluim To: Konstantin Kharlamov Subject: Re: bug#61490: [PATCH v2] Increase BLOCK_ALIGN from 1024 to 32768 In-Reply-To: <2bee6d8548acde05ef32f2c46119f16380e5b817.camel@yandex.ru> (Konstantin Kharlamov's message of "Thu, 16 Feb 2023 19:48:35 +0300") References: <20230213200006.663502-1-Hi-Angel@yandex.ru> <20230216150509.27039-1-Hi-Angel@yandex.ru> <87pma9mxxe.fsf@gmail.com> <2bee6d8548acde05ef32f2c46119f16380e5b817.camel@yandex.ru> Date: Thu, 16 Feb 2023 18:02:09 +0100 Message-ID: <87edqp35ny.fsf@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 61490 Cc: 61490@debbugs.gnu.org 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: -1.0 (-) >>>>> On Thu, 16 Feb 2023 19:48:35 +0300, Konstantin Kharlamov said: >> Procedural nit: if you put the bug number in the commit message rath= er >> than the Subject, then 'git am' will strip the [PATCH v2] prefix for >> us. Konstantin> I am not sure I understood. I did not put the bug number in= the subject at all, Konstantin> it is probably done by debbugs. E.g. if you look at this v2= patch in a browser Konstantin> https://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D61490#20 th= e "Subject" line Konstantin> displayed there does not contain a bug number. You=CA=BCre right, this was because I was reading the report via debbugs-gnus, which adds the prefix. Sorry about that, although this is one reason why attaching patches is sometimes better. Konstantin> I can add a bug number to the body the next time, but I'm n= ot sure it would make Konstantin> debbugs stop adding the prefix. It was debbugs-gnus, not debbugs, so putting it in the body is fine. Robert --=20 From debbugs-submit-bounces@debbugs.gnu.org Tue Feb 21 00:22:31 2023 Received: (at 61490) by debbugs.gnu.org; 21 Feb 2023 05:22:32 +0000 Received: from localhost ([127.0.0.1]:54265 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pUL6l-0002TN-M2 for submit@debbugs.gnu.org; Tue, 21 Feb 2023 00:22:31 -0500 Received: from eggs.gnu.org ([209.51.188.92]:38674) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pUL6i-0002T7-MM for 61490@debbugs.gnu.org; Tue, 21 Feb 2023 00:22:29 -0500 Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1pUL6c-0007ia-PG; Tue, 21 Feb 2023 00:22:22 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=Date:References:Subject:In-Reply-To:To:From: mime-version; bh=X/3ZMrBYo0u5kglg/8oWmUkRs/W8PoTDnFYfjQmUx+I=; b=PJ0IQ7lTEZ4b UlEh5/7MhUTC6P59V+JxKFQgW9k54W9/3lNLOtUlXMd4KxcM79sLQ92g7FjGYjr3lx5K2XlIL0YPT oupBhAREVsRVnVS/MYljh8h01JoCp95XCqSsDTELl7ldCBkrhcN2V4b0cxY1GjsOLZ7BgmL4iw94U gPxpxne48j1R6a/RJkBfQ2ez6na5jnx5AP9p8aXjv5HImsvX9urpxde4oIhTnZNgU05ZaVyXmiUft AU7bkuhRJqps2Cm0UPR9h7BdjjPCaK6em7zfr0Yy43Mrw9sCy2Vv1yY6v8I8hTsd6s2668KWq3BC4 IWcIuJ2HlYLH2VHsTt5/FQ==; Received: from rms by fencepost.gnu.org with local (Exim 4.90_1) (envelope-from ) id 1pUL6c-0006KL-Fd; Tue, 21 Feb 2023 00:22:22 -0500 Content-Type: text/plain; charset=Utf-8 From: Richard Stallman To: Gregory Heytings In-Reply-To: <0c3ed9924ad9e22a5a39@heytings.org> (message from Gregory Heytings on Thu, 16 Feb 2023 09:31:12 +0000) Subject: Re: bug#61490: [PATCH 0/1] Increase BLOCK_ALIGN from =?iso-8859-1?Q?2=C3=82=C2=B9=C3=A2=C2=81=C2=B0to_2=C3=82=C2=B9=C3=A2=C2?= =?iso-8859-1?Q?=81=C2=B5?= References: <20230213200006.663502-1-Hi-Angel@yandex.ru> <0c3ed9924ad9e22a5a39@heytings.org> Message-Id: Date: Tue, 21 Feb 2023 00:22:22 -0500 X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 61490 Cc: 61490@debbugs.gnu.org, Hi-Angel@yandex.ru 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: , Reply-To: rms@gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) [[[ To any NSA and FBI agents reading my email: please consider ]]] [[[ whether defending the US Constitution against all enemies, ]]] [[[ foreign or domestic, requires you to follow Snowden's example. ]]] > > Emacs itself supports UTF-8, but not all terminals can display all of > > Unicode. In particular, Linux ttys can't display those two diamonds. > > > They can, see (info "(efaq) Emacs in a Linux console"). You're talking about a different mode of use (with fbterm), not the mode that I use. -- Dr Richard Stallman (https://stallman.org) Chief GNUisance of the GNU Project (https://gnu.org) Founder, Free Software Foundation (https://fsf.org) Internet Hall-of-Famer (https://internethalloffame.org) From debbugs-submit-bounces@debbugs.gnu.org Thu Feb 23 10:30:06 2023 Received: (at 61490) by debbugs.gnu.org; 23 Feb 2023 15:30:06 +0000 Received: from localhost ([127.0.0.1]:35012 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pVDXq-0000CQ-F8 for submit@debbugs.gnu.org; Thu, 23 Feb 2023 10:30:06 -0500 Received: from forward500a.mail.yandex.net ([178.154.239.80]:47588) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pVDXn-0000Bq-NK; Thu, 23 Feb 2023 10:30:05 -0500 Received: from vla5-ea54f853bdd2.qloud-c.yandex.net (vla5-ea54f853bdd2.qloud-c.yandex.net [IPv6:2a02:6b8:c18:3e9f:0:640:ea54:f853]) by forward500a.mail.yandex.net (Yandex) with ESMTP id 457E95E558; Thu, 23 Feb 2023 18:30:01 +0300 (MSK) Received: by vla5-ea54f853bdd2.qloud-c.yandex.net (smtp/Yandex) with ESMTPSA id 0URLnj6ZHqM1-lhL9VCje; Thu, 23 Feb 2023 18:30:00 +0300 X-Yandex-Fwd: 1 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yandex.ru; s=mail; t=1677166200; bh=TBjroJD4vPv9Td6hKF2NMMHrjcKH+rEO5ak2KuboOWw=; h=References:Date:In-Reply-To:Cc:To:From:Subject:Message-ID; b=LhR3DGC3qitTg6D7gIrCMGGCaqYXknyffMltZW5nt8XW8MWvjpXSc6U9N2R4RlxMg NRLwGzFL+d55J5Q5JQFl1WeSFv6yt+YcLNpyraFdPeJhtw3YsJsZG95dCkKzdhrxhl 8tTX2EM8SGuJOASZ8D4xwGvoGSSdPsarLI4ayYNk= Authentication-Results: vla5-ea54f853bdd2.qloud-c.yandex.net; dkim=pass header.i=@yandex.ru Message-ID: <91c854289aa121d38d91699e976832e463ba90ba.camel@yandex.ru> Subject: Re: [PATCH v2] Increase BLOCK_ALIGN from 1024 to 32768 From: Konstantin Kharlamov To: 61489@debbugs.gnu.org Date: Thu, 23 Feb 2023 18:30:00 +0300 In-Reply-To: <20230216150755.27359-1-Hi-Angel@yandex.ru> References: <20230216150755.27359-1-Hi-Angel@yandex.ru> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable User-Agent: Evolution 3.46.4 MIME-Version: 1.0 X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 61490 Cc: 61490@debbugs.gnu.org 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: -1.0 (-) So, it's been a week since version 2 was posted and 10-11 days since I star= ted using the change locally. Everything has been nice and dandy, and in absenc= e of further comments, I wonder if somebody with write permissions could merge t= his patch? P.S.: since there's a duplicate issues (one for the cover letter of the pat= ch and another for the patch itself, I decided to add the second issue to CC). From debbugs-submit-bounces@debbugs.gnu.org Thu Feb 23 10:49:16 2023 Received: (at 61490) by debbugs.gnu.org; 23 Feb 2023 15:49:16 +0000 Received: from localhost ([127.0.0.1]:35034 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pVDqO-0000jv-Ex for submit@debbugs.gnu.org; Thu, 23 Feb 2023 10:49:16 -0500 Received: from mail-wm1-f49.google.com ([209.85.128.49]:39442) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pVDqM-0000jf-1o; Thu, 23 Feb 2023 10:49:14 -0500 Received: by mail-wm1-f49.google.com with SMTP id o4-20020a05600c4fc400b003e1f5f2a29cso11015831wmq.4; Thu, 23 Feb 2023 07:49:13 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=content-transfer-encoding:mime-version:message-id:date:references :in-reply-to:subject:cc:to:from:from:to:cc:subject:date:message-id :reply-to; bh=nEy69gwNvKDHzesznljIL1u1CYoCAj8j1ZkqEccwLLI=; b=T7JkIPSIz7YFFgx3vqU2XtUTWN6aY0VRwLWDI8cLzc6mbHf7WNzk9IlR97LZy7RX8o k9gm4wzn+IVjSKQumWm9hJs1wTUkA+8kyBAnEIDszKqdXHM/q+y15fHJSt6mfeeaTpgS bBG9+oRJVLMkr90ovxELQ+ymaDlzgLQWffbh/RcWAxaCDU7aXkuxBMgoj0rSFh8uMD7H JK7qFaYQAve3MI3npY30Q97bZNBbT00eJdCpPG1e5crZgAI3KAXyaF3L7epMZjHi+J5a 8kg51FAuzDMNlrTXYIYLmHmgXNXEhvE3qqE8bIOrI5FS+QbKnXsB3vQzo1Ant67drtZr w2qA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=content-transfer-encoding:mime-version:message-id:date:references :in-reply-to:subject:cc:to:from:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=nEy69gwNvKDHzesznljIL1u1CYoCAj8j1ZkqEccwLLI=; b=XhQ9n20ff8WxsAVT6Fu9S88qGLA+EAwMaLR/NHYnb/wGB6xIoKfBpTOtpnpsQoYJbp M2IorgI296ywbscqVwBZ9kCNcIz9QjHz9ERcAFulbWONL74F4H/kxTTlNfwRoSjGY9Zz SBZM/t7FxsCCGwfnqs66RuG6t3KE412xJvHzxVkV7rJBuCKTwEiBwSRxXPU6JjeUpYcy 6A93KUwQRW5lnpJwLUJLR/q238eRK1PGfAVta2he9g9oBItA2iUPX9f6m7ozKe3NX+ed yXhvSxYrrqusRTCPhmoSREkRxtfmEHJSY4i7CbEIm1vggkSExvzYEzko0hcdN6AL+Izp j+xw== X-Gm-Message-State: AO0yUKXJFSVedVLHPT4nbWPhCckHqU1qspF4sUspI+OHZjB8fNz52kHo YBBZ4TaA+cHYxtsdQrkdqOtz9gxXdWw= X-Google-Smtp-Source: AK7set8QdzD8VQRRnLZyR3PS5FZUuUj2RIoKngPMWiPCKnvhzHHgHKwz2iarMTCdrCGfYvx/oeITMQ== X-Received: by 2002:a05:600c:2ad6:b0:3e8:fade:3795 with SMTP id t22-20020a05600c2ad600b003e8fade3795mr4784051wme.17.1677167345949; Thu, 23 Feb 2023 07:49:05 -0800 (PST) Received: from rltb ([82.66.8.55]) by smtp.gmail.com with ESMTPSA id bl1-20020adfe241000000b002c54d8b89efsm11322992wrb.26.2023.02.23.07.49.05 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 23 Feb 2023 07:49:05 -0800 (PST) From: Robert Pluim To: Konstantin Kharlamov Subject: Re: bug#61489: [PATCH v2] Increase BLOCK_ALIGN from 1024 to 32768 In-Reply-To: <91c854289aa121d38d91699e976832e463ba90ba.camel@yandex.ru> (Konstantin Kharlamov's message of "Thu, 23 Feb 2023 18:30:00 +0300") References: <20230216150755.27359-1-Hi-Angel@yandex.ru> <91c854289aa121d38d91699e976832e463ba90ba.camel@yandex.ru> Date: Thu, 23 Feb 2023 16:49:04 +0100 Message-ID: <87edqg8jrj.fsf@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 61490 Cc: 61489@debbugs.gnu.org, 61490@debbugs.gnu.org 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: -1.0 (-) >>>>> On Thu, 23 Feb 2023 18:30:00 +0300, Konstantin Kharlamov said: Konstantin> So, it's been a week since version 2 was posted and 10-11 d= ays since I started Konstantin> using the change locally. Everything has been nice and dand= y, and in absence of Konstantin> further comments, I wonder if somebody with write permissio= ns could merge this Konstantin> patch? I=CA=BCve had no issues with it. Eli? Does this require 'Copyright-paperwor= k-exempt: yes'? Konstantin> P.S.: since there's a duplicate issues (one for the cover l= etter of the patch Konstantin> and another for the patch itself, I decided to add the seco= nd issue to CC). We can close 61489 or merge it with 61490. Probably the latter is best. Robert --=20 From debbugs-submit-bounces@debbugs.gnu.org Thu Feb 23 10:53:10 2023 Received: (at 61490) by debbugs.gnu.org; 23 Feb 2023 15:53:10 +0000 Received: from localhost ([127.0.0.1]:35043 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pVDu9-0000pk-S8 for submit@debbugs.gnu.org; Thu, 23 Feb 2023 10:53:10 -0500 Received: from forward501b.mail.yandex.net ([178.154.239.145]:60624) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pVDu6-0000pO-Tw; Thu, 23 Feb 2023 10:53:08 -0500 Received: from sas1-61ab5dc724a3.qloud-c.yandex.net (sas1-61ab5dc724a3.qloud-c.yandex.net [IPv6:2a02:6b8:c08:162d:0:640:61ab:5dc7]) by forward501b.mail.yandex.net (Yandex) with ESMTP id 6339E5EBCE; Thu, 23 Feb 2023 18:53:03 +0300 (MSK) Received: by sas1-61ab5dc724a3.qloud-c.yandex.net (smtp/Yandex) with ESMTPSA id 2rRw6q5bdiE1-AHfGLaPj; Thu, 23 Feb 2023 18:53:03 +0300 X-Yandex-Fwd: 1 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yandex.ru; s=mail; t=1677167583; bh=buFYyEAzvM5Fuv6w6ojT8E3ABcQqboAHCQcRVIuznlM=; h=References:Date:In-Reply-To:Cc:To:From:Subject:Message-ID; b=siTlBCz4e9iKjnxXHnsaRAx+VdIAvy+vDHJLfMxveioQzrwTKslYkFGTkF2ec3KHU diER48nyllI0FVZr2P6jZXq7YA/eAds7DHGEcg69ci6Dn1F9BGcQ6n+5pzEIc9ih/x XIBneuUkgAD7gdqJeOAghUOZ7/DDakzjWDo0/Wbo= Authentication-Results: sas1-61ab5dc724a3.qloud-c.yandex.net; dkim=pass header.i=@yandex.ru Message-ID: Subject: Re: bug#61489: [PATCH v2] Increase BLOCK_ALIGN from 1024 to 32768 From: Konstantin Kharlamov To: Robert Pluim Date: Thu, 23 Feb 2023 18:53:02 +0300 In-Reply-To: <87edqg8jrj.fsf@gmail.com> References: <20230216150755.27359-1-Hi-Angel@yandex.ru> <91c854289aa121d38d91699e976832e463ba90ba.camel@yandex.ru> <87edqg8jrj.fsf@gmail.com> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable User-Agent: Evolution 3.46.4 MIME-Version: 1.0 X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 61490 Cc: 61489@debbugs.gnu.org, 61490@debbugs.gnu.org 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: -1.0 (-) On Thu, 2023-02-23 at 16:49 +0100, Robert Pluim wrote: > > > > > > On Thu, 23 Feb 2023 18:30:00 +0300, Konstantin Kharlamov > > > > > > said: >=20 > =C2=A0=C2=A0=C2=A0 Konstantin> So, it's been a week since version 2 was p= osted and 10-11 days > since I started > =C2=A0=C2=A0=C2=A0 Konstantin> using the change locally. Everything has b= een nice and dandy, > and in absence of > =C2=A0=C2=A0=C2=A0 Konstantin> further comments, I wonder if somebody wit= h write permissions > could merge this > =C2=A0=C2=A0=C2=A0 Konstantin> patch? >=20 > I=CA=BCve had no issues with it. Eli? Does this require 'Copyright-paperw= ork- > exempt: yes'? No, I have a copyright assignment with GNU for Emacs, it's just that I don'= t write permissions :) From debbugs-submit-bounces@debbugs.gnu.org Thu Feb 23 10:57:20 2023 Received: (at 61490) by debbugs.gnu.org; 23 Feb 2023 15:57:20 +0000 Received: from localhost ([127.0.0.1]:35059 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pVDyC-0000wc-7a for submit@debbugs.gnu.org; Thu, 23 Feb 2023 10:57:20 -0500 Received: from mail-wr1-f43.google.com ([209.85.221.43]:34453) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pVDyA-0000wM-4i; Thu, 23 Feb 2023 10:57:18 -0500 Received: by mail-wr1-f43.google.com with SMTP id c12so11053954wrw.1; Thu, 23 Feb 2023 07:57:18 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=content-transfer-encoding:mime-version:message-id:date:references :in-reply-to:subject:cc:to:from:from:to:cc:subject:date:message-id :reply-to; bh=RxS2CZrkpemjc9/yQA3ijHhXn+HfxUEXVFwTXkUqrLs=; b=MOQF3XgYv8TllVwMe84nJetKQGM1+MSn4U22VPHrzkzGlyhOFYBIzqZKi1Z0vtJT42 ye0Vft9cqcvPg7aQmHN9xNzAgk6hd3SjoeSJjt6CMZDyjCDfC2b3QMqUj01gn4R7KYVK TFogVyNmn1A4e9bNFf4UfPK/vo3P2W2zY4xHoSWaYzdOUDczDLOk4TXZX6+BoO5d/hl8 VHXgx0h8Zf7IoqSmP/sRBHI55DVaDALnMZgiIq7T7rcG1iu5g9ur94bDIwgLW4nQr3FD jzq7aUT3qIJkIYy+/HnfL+aWPojd2HGNbHI9eR3sp7vi5VaYGhnggNYCPhVrCyL5BXeS j8Cg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=content-transfer-encoding:mime-version:message-id:date:references :in-reply-to:subject:cc:to:from:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=RxS2CZrkpemjc9/yQA3ijHhXn+HfxUEXVFwTXkUqrLs=; b=4FpEJuCEgPh7Sc7gIIJ5JjzwD9r2oCi0ccB3kKU2bWRVYRzM0O58Kwks7fL1D6x16c T6qrrwCEW39bWYqN6VqpeAcCQWL3aFWrnF3IdXW+p2bV1MqmcMRkgnRu4xi2OzKaTiix X+Y9m5+nt0JdoRRjHcuKS5ZHHAmWCgRJZF1EWc3lNJGjdFNetPixzJVEuC1XUXetRzZs MQyfz+gGZhEJuq3Nfklw1AvmvzuLDj0nngonEWxcusO2GmkUXuuKffwJ8N9MbV/kuc4u vp60csWYwlE+CwTbaaQk3qNZvoa+IgrKBpTclhfWWzDWaamCHLF5KtMUu+v/ngnWMRJw /3QA== X-Gm-Message-State: AO0yUKVUPaPJAOo4dHN2QR6zJuiAmaC8512KOs9fh73yb8+yhDa8h6bE fy60FYCgNcetY6s/2tlJQUSR04s/dr4= X-Google-Smtp-Source: AK7set/bf+QBdltYu3GZ91NRdRYs9hG2+9nASeMAMnQls/6TELiF40cLRjXbgaWo7Q8eB8q0KA3/Uw== X-Received: by 2002:a5d:5045:0:b0:2c5:8a5a:fc01 with SMTP id h5-20020a5d5045000000b002c58a5afc01mr11143596wrt.11.1677167831814; Thu, 23 Feb 2023 07:57:11 -0800 (PST) Received: from rltb ([82.66.8.55]) by smtp.gmail.com with ESMTPSA id p14-20020a5d4e0e000000b002c5a790e959sm13062597wrt.19.2023.02.23.07.57.11 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 23 Feb 2023 07:57:11 -0800 (PST) From: Robert Pluim To: Konstantin Kharlamov Subject: Re: bug#61489: [PATCH v2] Increase BLOCK_ALIGN from 1024 to 32768 In-Reply-To: (Konstantin Kharlamov's message of "Thu, 23 Feb 2023 18:53:02 +0300") References: <20230216150755.27359-1-Hi-Angel@yandex.ru> <91c854289aa121d38d91699e976832e463ba90ba.camel@yandex.ru> <87edqg8jrj.fsf@gmail.com> Date: Thu, 23 Feb 2023 16:57:10 +0100 Message-ID: <87a6148je1.fsf@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 61490 Cc: 61489@debbugs.gnu.org, 61490@debbugs.gnu.org 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: -1.0 (-) >>>>> On Thu, 23 Feb 2023 18:53:02 +0300, Konstantin Kharlamov said: Konstantin> On Thu, 2023-02-23 at 16:49 +0100, Robert Pluim wrote: >> > > > > > On Thu, 23 Feb 2023 18:30:00 +0300, Konstantin Kharlamov >> > > > > > said: >>=20 >> =C2=A0=C2=A0=C2=A0 Konstantin> So, it's been a week since version 2 = was posted and 10-11 days >> since I started >> =C2=A0=C2=A0=C2=A0 Konstantin> using the change locally. Everything = has been nice and dandy, >> and in absence of >> =C2=A0=C2=A0=C2=A0 Konstantin> further comments, I wonder if somebod= y with write permissions >> could merge this >> =C2=A0=C2=A0=C2=A0 Konstantin> patch? >>=20 >> I=CA=BCve had no issues with it. Eli? Does this require 'Copyright-p= aperwork- >> exempt: yes'? Konstantin> No, I have a copyright assignment with GNU for Emacs, it's = just that I don't write permissions :) OK. I can=CA=BCt find any commits in your name using 'hi-angel@yandex.ru>' as the email address, is it under a different one? Thanks Robert --=20 From debbugs-submit-bounces@debbugs.gnu.org Thu Feb 23 11:05:28 2023 Received: (at 61490) by debbugs.gnu.org; 23 Feb 2023 16:05:29 +0000 Received: from localhost ([127.0.0.1]:35086 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pVE64-0001BA-J5 for submit@debbugs.gnu.org; Thu, 23 Feb 2023 11:05:28 -0500 Received: from forward500a.mail.yandex.net ([178.154.239.80]:59138) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pVE61-0001Au-IS; Thu, 23 Feb 2023 11:05:27 -0500 Received: from vla5-91e5293da019.qloud-c.yandex.net (vla5-91e5293da019.qloud-c.yandex.net [IPv6:2a02:6b8:c18:3e1f:0:640:91e5:293d]) by forward500a.mail.yandex.net (Yandex) with ESMTP id 091A15EA39; Thu, 23 Feb 2023 19:05:23 +0300 (MSK) Received: by vla5-91e5293da019.qloud-c.yandex.net (smtp/Yandex) with ESMTPSA id M5SHJu6iD4Y1-WtTU3rTC; Thu, 23 Feb 2023 19:05:22 +0300 X-Yandex-Fwd: 1 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yandex.ru; s=mail; t=1677168322; bh=9ik/RT6mf/xba+VoXgIv+ZLVquYaLkWLi9MtgFXCk38=; h=References:Date:In-Reply-To:Cc:To:From:Subject:Message-ID; b=NcPRCzINFy4XKKoHhAijMa/4oqHoSvdHqDOzLcDgA16tOiJQITwwWu7lrH3kL/mvQ qtlHsDGunpuiUwrYYkRtVrGeu/u+ZngL1xs3IG0FOZO6a8hXze+71mp3QpVKX6H2w8 beFdP5PJNvs3iIXk7q18zreg7o0G8KFrHdJkGems= Authentication-Results: vla5-91e5293da019.qloud-c.yandex.net; dkim=pass header.i=@yandex.ru Message-ID: <9ed2f583346431e979022db775815bb62dc36db0.camel@yandex.ru> Subject: Re: bug#61489: [PATCH v2] Increase BLOCK_ALIGN from 1024 to 32768 From: Konstantin Kharlamov To: Robert Pluim Date: Thu, 23 Feb 2023 19:05:22 +0300 In-Reply-To: <87a6148je1.fsf@gmail.com> References: <20230216150755.27359-1-Hi-Angel@yandex.ru> <91c854289aa121d38d91699e976832e463ba90ba.camel@yandex.ru> <87edqg8jrj.fsf@gmail.com> <87a6148je1.fsf@gmail.com> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable User-Agent: Evolution 3.46.4 MIME-Version: 1.0 X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 61490 Cc: 61489@debbugs.gnu.org, 61490@debbugs.gnu.org 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: -1.0 (-) On Thu, 2023-02-23 at 16:57 +0100, Robert Pluim wrote: > > > > > > On Thu, 23 Feb 2023 18:53:02 +0300, Konstantin Kharlamov > > > > > > said: >=20 > =C2=A0=C2=A0=C2=A0 Konstantin> On Thu, 2023-02-23 at 16:49 +0100, Robert = Pluim wrote: > =C2=A0=C2=A0=C2=A0 >> > > > > > On Thu, 23 Feb 2023 18:30:00 +0300, Konst= antin Kharlamov > =C2=A0=C2=A0=C2=A0 >> > > > > > said: > =C2=A0=C2=A0=C2=A0 >>=20 > =C2=A0=C2=A0=C2=A0 >> =C2=A0=C2=A0=C2=A0 Konstantin> So, it's been a week= since version 2 was posted and 10- > 11 days > =C2=A0=C2=A0=C2=A0 >> since I started > =C2=A0=C2=A0=C2=A0 >> =C2=A0=C2=A0=C2=A0 Konstantin> using the change loc= ally. Everything has been nice and > dandy, > =C2=A0=C2=A0=C2=A0 >> and in absence of > =C2=A0=C2=A0=C2=A0 >> =C2=A0=C2=A0=C2=A0 Konstantin> further comments, I = wonder if somebody with write > permissions > =C2=A0=C2=A0=C2=A0 >> could merge this > =C2=A0=C2=A0=C2=A0 >> =C2=A0=C2=A0=C2=A0 Konstantin> patch? > =C2=A0=C2=A0=C2=A0 >>=20 > =C2=A0=C2=A0=C2=A0 >> I=CA=BCve had no issues with it. Eli? Does this req= uire 'Copyright- > paperwork- > =C2=A0=C2=A0=C2=A0 >> exempt: yes'? >=20 > =C2=A0=C2=A0=C2=A0 Konstantin> No, I have a copyright assignment with GNU= for Emacs, it's > just that I don't write permissions :) >=20 > OK. I can=CA=BCt find any commits in your name using 'hi-angel@yandex.ru>= ' > as the email address, is it under a different one? Well, the "Hi-Angel" is my old nickname, so I typically upcase it, includin= g inside the email address. So my email inside git config is "email =3D Hi-Angel@yandex.ru", and similarly to find my commits with `git-log` you go= tta use a: git log --author=3D"Hi-Angel@yandex.ru" From debbugs-submit-bounces@debbugs.gnu.org Thu Feb 23 11:34:20 2023 Received: (at 61490) by debbugs.gnu.org; 23 Feb 2023 16:34:20 +0000 Received: from localhost ([127.0.0.1]:35128 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pVEY0-0001uc-DJ for submit@debbugs.gnu.org; Thu, 23 Feb 2023 11:34:20 -0500 Received: from mail-wr1-f48.google.com ([209.85.221.48]:42982) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pVEXz-0001uN-9v; Thu, 23 Feb 2023 11:34:19 -0500 Received: by mail-wr1-f48.google.com with SMTP id j2so10965980wrh.9; Thu, 23 Feb 2023 08:34:19 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=content-transfer-encoding:mime-version:message-id:date:references :in-reply-to:subject:cc:to:from:from:to:cc:subject:date:message-id :reply-to; bh=s3ipNJs/CSCU3vnVTWs9RoULwWDL7YN7+/hSizHF+3c=; b=RLB4QTIsc5roDYHpr4kyRGGJdM8hPlHXCfGVihU1NEo87zqbhlgPPl05I0sEb/YK12 1k4/i5Gdj6L51MceY8ESDyluyiQAfDEMVawf0c/COpyWCcatbyml/Y8IFB86+/ba47nt 6MjfqY2ZFxpwJ/VXm1uKU0Cw2AWFSGJ+pDho0MM1GsgeZ8UR0NR+vG37W2UkIyLFnLUa dHvAYVKflcaMSfQ/BufoPziKBSaZNGOCqYFICgivvGnNUjbeVv1Yhbla+53ofIm7UXp8 I1bvAoXZZpKt269vjEhg72aL/c95cFZABw+yrZ/awiHhz0k+2kz9FAuoEibeF9hiCZl+ K0jg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=content-transfer-encoding:mime-version:message-id:date:references :in-reply-to:subject:cc:to:from:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=s3ipNJs/CSCU3vnVTWs9RoULwWDL7YN7+/hSizHF+3c=; b=5hcX2FgJBF2bbw/etzdjCB5qqsLpWEYnkA1hqXXRioAONOI7R4Ka53lV4IwuENfDWc pEaKBxe3X2zXgYYx/8bdntTDdeuCeEz7/0afSv4V7kAy2yfWtXP9ETExK7URmtJ1+LVq KaXmsnw/NhiPyEEVyM3e6O4ZEfMxalTVVC/LY6oYxlQLgDu6ACKuBHF/xv+6bY2X0DQG aJq1/nZlzCWPPLXSzuL4O69zIYmdAedFVnrwnPnxtUzWWLQNZO1N5HVe6MXiyf5fnId3 jBl36RB11rVXnn/VTZGWQ72H8pUbvIMzu38d82lBK7acyMJXqr5DSPajS9FuvaY1cymi 3NWw== X-Gm-Message-State: AO0yUKW7QxY7J3d+aHZZL/e90vorGHToFmIFzPHvNv5MFXPcdOkG3ERi Yr0IPYdNOQ4WHJf/ITCGa+rM/6bLZS0= X-Google-Smtp-Source: AK7set/R2FHIwRpasz3XR4PUsxn42PEGTz+vvtz228zlpgkOc9mfDJNA8yoNwpnc5WuwWrXaDt32DA== X-Received: by 2002:a5d:40c9:0:b0:2c7:13e4:2094 with SMTP id b9-20020a5d40c9000000b002c713e42094mr2161710wrq.42.1677170053237; Thu, 23 Feb 2023 08:34:13 -0800 (PST) Received: from rltb ([82.66.8.55]) by smtp.gmail.com with ESMTPSA id n3-20020a1c7203000000b003dc522dd25esm11694796wmc.30.2023.02.23.08.34.12 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 23 Feb 2023 08:34:12 -0800 (PST) From: Robert Pluim To: Konstantin Kharlamov Subject: Re: bug#61489: [PATCH v2] Increase BLOCK_ALIGN from 1024 to 32768 In-Reply-To: <9ed2f583346431e979022db775815bb62dc36db0.camel@yandex.ru> (Konstantin Kharlamov's message of "Thu, 23 Feb 2023 19:05:22 +0300") References: <20230216150755.27359-1-Hi-Angel@yandex.ru> <91c854289aa121d38d91699e976832e463ba90ba.camel@yandex.ru> <87edqg8jrj.fsf@gmail.com> <87a6148je1.fsf@gmail.com> <9ed2f583346431e979022db775815bb62dc36db0.camel@yandex.ru> Date: Thu, 23 Feb 2023 17:34:12 +0100 Message-ID: <871qmg8hob.fsf@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: 1.0 (+) X-Debbugs-Envelope-To: 61490 Cc: 61489@debbugs.gnu.org, 61490@debbugs.gnu.org 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: -1.0 (-) >>>>> On Thu, 23 Feb 2023 19:05:22 +0300, Konstantin Kharlamov said: Konstantin> On Thu, 2023-02-23 at 16:57 +0100, Robert Pluim wrote: >> > > > > > On Thu, 23 Feb 2023 18:53:02 +0300, Konstantin Kharlamov >> > > > > > said: >>=20 >> =C2=A0=C2=A0=C2=A0 Konstantin> On Thu, 2023-02-23 at 16:49 +0100, Ro= bert Pluim wrote: >> =C2=A0=C2=A0=C2=A0 >> > > > > > On Thu, 23 Feb 2023 18:30:00 +0300, = Konstantin Kharlamov >> =C2=A0=C2=A0=C2=A0 >> > > > > > said: >> =C2=A0=C2=A0=C2=A0 >>=20 >> =C2=A0=C2=A0=C2=A0 >> =C2=A0=C2=A0=C2=A0 Konstantin> So, it's been a= week since version 2 was posted and 10- >> 11 days >> =C2=A0=C2=A0=C2=A0 >> since I started >> =C2=A0=C2=A0=C2=A0 >> =C2=A0=C2=A0=C2=A0 Konstantin> using the chang= e locally. Everything has been nice and >> dandy, >> =C2=A0=C2=A0=C2=A0 >> and in absence of >> =C2=A0=C2=A0=C2=A0 >> =C2=A0=C2=A0=C2=A0 Konstantin> further comment= s, I wonder if somebody with write >> permissions >> =C2=A0=C2=A0=C2=A0 >> could merge this >> =C2=A0=C2=A0=C2=A0 >> =C2=A0=C2=A0=C2=A0 Konstantin> patch? >> =C2=A0=C2=A0=C2=A0 >>=20 >> =C2=A0=C2=A0=C2=A0 >> I=CA=BCve had no issues with it. Eli? Does thi= s require 'Copyright- >> paperwork- >> =C2=A0=C2=A0=C2=A0 >> exempt: yes'? >>=20 >> =C2=A0=C2=A0=C2=A0 Konstantin> No, I have a copyright assignment wit= h GNU for Emacs, it's >> just that I don't write permissions :) >>=20 >> OK. I can=CA=BCt find any commits in your name using 'hi-angel@yande= x.ru>' >> as the email address, is it under a different one? Konstantin> Well, the "Hi-Angel" is my old nickname, so I typically upc= ase it, including Konstantin> inside the email address. So my email inside git config is = "email =3D Konstantin> Hi-Angel@yandex.ru", and similarly to find my commits with = `git-log` you gotta Konstantin> use a: Konstantin> git log --author=3D"Hi-Angel@yandex.ru" TIL that I haven=CA=BCt turned on enough case-insensitivity in my git aliases :-) Robert --=20 From debbugs-submit-bounces@debbugs.gnu.org Thu Feb 23 11:40:47 2023 Received: (at 61490) by debbugs.gnu.org; 23 Feb 2023 16:40:47 +0000 Received: from localhost ([127.0.0.1]:35136 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pVEeE-00024Z-LO for submit@debbugs.gnu.org; Thu, 23 Feb 2023 11:40:46 -0500 Received: from eggs.gnu.org ([209.51.188.92]:42668) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pVEeC-00024J-Ek; Thu, 23 Feb 2023 11:40:44 -0500 Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1pVEe6-0001nK-PV; Thu, 23 Feb 2023 11:40:38 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-version:References:Subject:In-Reply-To:To:From: Date; bh=A1rruiMj0O57a8k1wY3Ndo0EllXs6eCUg91xy5i9gig=; b=GPdhZzu5j+rH7xQcF4ws uKVNZzKVMZj5ICZjNWjac6s5MZsI6w+QDTA5bwM7U3omYrbiUNqi0etVCLREqiVw41N6YuiMy5JP2 SymmZRnhNLUa0Jec1b8gend+WEwQqjP8Oes4nK5XqR8xHMcnoaneIjOPUrCuFewgfg+FGXbX/opmC acYZ5R0OrSh7yuz0laIPcISW0TlCtDgvwLcp41hQ0RG1nTc3LxQwnFU8pHcjKcX2kBDecTYce6+jo recEgw+DLAnzR92itGSdl5KKeoLOPxZzWVL/PfgMFD3qcVdvQOdvWFOMhnLHwkUglLYgt38xnvppW /ycluj+KCXLE2Q==; Received: from [87.69.77.57] (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 1pVEe6-0005fU-2E; Thu, 23 Feb 2023 11:40:38 -0500 Date: Thu, 23 Feb 2023 18:40:35 +0200 Message-Id: <83pma0pc70.fsf@gnu.org> From: Eli Zaretskii To: Robert Pluim In-Reply-To: <87edqg8jrj.fsf@gmail.com> (message from Robert Pluim on Thu, 23 Feb 2023 16:49:04 +0100) Subject: Re: bug#61489: [PATCH v2] Increase BLOCK_ALIGN from 1024 to 32768 References: <20230216150755.27359-1-Hi-Angel@yandex.ru> <91c854289aa121d38d91699e976832e463ba90ba.camel@yandex.ru> <87edqg8jrj.fsf@gmail.com> MIME-version: 1.0 Content-type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 61490 Cc: 61489@debbugs.gnu.org, 61490@debbugs.gnu.org, hi-angel@yandex.ru 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: 61489@debbugs.gnu.org, 61490@debbugs.gnu.org > From: Robert Pluim > Date: Thu, 23 Feb 2023 16:49:04 +0100 > > >>>>> On Thu, 23 Feb 2023 18:30:00 +0300, Konstantin Kharlamov said: > > Konstantin> So, it's been a week since version 2 was posted and 10-11 days since I started > Konstantin> using the change locally. Everything has been nice and dandy, and in absence of > Konstantin> further comments, I wonder if somebody with write permissions could merge this > Konstantin> patch? > > Iʼve had no issues with it. Eli? Does this require 'Copyright-paperwork-exempt: yes'? Yes, it does. From debbugs-submit-bounces@debbugs.gnu.org Thu Feb 23 11:41:50 2023 Received: (at 61490) by debbugs.gnu.org; 23 Feb 2023 16:41:50 +0000 Received: from localhost ([127.0.0.1]:35144 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pVEfG-000271-C5 for submit@debbugs.gnu.org; Thu, 23 Feb 2023 11:41:50 -0500 Received: from eggs.gnu.org ([209.51.188.92]:35096) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pVEf8-00026g-Ko; Thu, 23 Feb 2023 11:41:49 -0500 Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1pVEf3-00021c-F1; Thu, 23 Feb 2023 11:41:37 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-version:References:Subject:In-Reply-To:To:From: Date; bh=AO4qbcM4EatXOoNGnR8J5oKyLuES2PKPNFtewzzfcOw=; b=pLBOUMGjJvCM7LsFsiEL Le7oKwAUCmsZC4YpTEVYEr0nThJfSQLPKa5RGX4ajwW1k4SYcWTkG7lZDv0Cbk6jlxoZSBWmLtYak FnZPkf1GvUs3T5osr7rMgOFBgxEV0A48Kt3GJbufP7U4ADlqf9x6dHfTRmlkaiOuhN3hzpNRObLV7 JP+nT0XoNCVlzF37WC7UHj5gTiItInv9O+Fd+FzO+mXHwX7ZwIF5tt/IgiixHId0p4bbC/mnwsU7j oFj5hOKgNlSaPryl8d5salpuyo39wM2TD/gFTBTrrIIDcyYBgQxEy3EgT27dSUQ7VRFGFJd0ae2L3 SlZ33ApzW9HSng==; Received: from [87.69.77.57] (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 1pVEf2-0005pZ-Ti; Thu, 23 Feb 2023 11:41:37 -0500 Date: Thu, 23 Feb 2023 18:41:34 +0200 Message-Id: <83o7pkpc5d.fsf@gnu.org> From: Eli Zaretskii To: Konstantin Kharlamov In-Reply-To: (message from Konstantin Kharlamov on Thu, 23 Feb 2023 18:53:02 +0300) Subject: Re: bug#61490: bug#61489: [PATCH v2] Increase BLOCK_ALIGN from 1024 to 32768 References: <20230216150755.27359-1-Hi-Angel@yandex.ru> <91c854289aa121d38d91699e976832e463ba90ba.camel@yandex.ru> <87edqg8jrj.fsf@gmail.com> MIME-version: 1.0 Content-type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 61490 Cc: rpluim@gmail.com, 61489@debbugs.gnu.org, 61490@debbugs.gnu.org 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: 61489@debbugs.gnu.org, 61490@debbugs.gnu.org > From: Konstantin Kharlamov > Date: Thu, 23 Feb 2023 18:53:02 +0300 > > On Thu, 2023-02-23 at 16:49 +0100, Robert Pluim wrote: > > > > > > > On Thu, 23 Feb 2023 18:30:00 +0300, Konstantin Kharlamov > > > > > > > said: > > > >     Konstantin> So, it's been a week since version 2 was posted and 10-11 days > > since I started > >     Konstantin> using the change locally. Everything has been nice and dandy, > > and in absence of > >     Konstantin> further comments, I wonder if somebody with write permissions > > could merge this > >     Konstantin> patch? > > > > Iʼve had no issues with it. Eli? Does this require 'Copyright-paperwork- > > exempt: yes'? > > No, I have a copyright assignment with GNU for Emacs, it's just that I don't write permissions :) Sorry, you are right. Ignore my previous message where I said the Copyright-paperwork-exempt thingy is necessary. From debbugs-submit-bounces@debbugs.gnu.org Fri Feb 24 05:48:40 2023 Received: (at control) by debbugs.gnu.org; 24 Feb 2023 10:48:40 +0000 Received: from localhost ([127.0.0.1]:36031 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pVVd2-0000Ee-D1 for submit@debbugs.gnu.org; Fri, 24 Feb 2023 05:48:40 -0500 Received: from mail-wr1-f47.google.com ([209.85.221.47]:33660) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pVVcz-0000EA-Un for control@debbugs.gnu.org; Fri, 24 Feb 2023 05:48:38 -0500 Received: by mail-wr1-f47.google.com with SMTP id bo30so12901122wrb.0 for ; Fri, 24 Feb 2023 02:48:37 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=mime-version:message-id:date:subject:to:from:from:to:cc:subject :date:message-id:reply-to; bh=EHVkQ6uHF5FF2eCkvKCHSmUgTEw7dwyLFUPZPrUBsQ0=; b=SRUDJTZe2R+cwQYmzuECfLydpW3UCSomR++3Q0qazLH59gU0wOl+1KGQnd0gd7pPBw MbJQ4+6BrqJNUyKWbMfI9wcQzhgcLO59fG1fFlnUa3BAM8I5hw8B0v+0VYdqjDj2eUKv Lu6IHvzA542ckbL7JBvcTb0rAdQsktOdUpIRQn5A2sv4tQ8FwyPTyt7oJOzIZxyohCwi 94oACYnbhUpxd+jFuF4fBpxhzVSZ25SKKKYND7T4Tbtjf6hquj9d1m1Qkuh1umJad5oj fQAqDggsXD+zIzP+Ppcb4XoyXO6H/rv6axkYkd7G8Iv8ESVxxJKbfZgigdB8PLMnD84l W4wQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=mime-version:message-id:date:subject:to:from:x-gm-message-state :from:to:cc:subject:date:message-id:reply-to; bh=EHVkQ6uHF5FF2eCkvKCHSmUgTEw7dwyLFUPZPrUBsQ0=; b=jEkFA4cY6GdYCA55pd21xeY+l9ddPlqvbiNU3sCALWgbPaZm9XjFAscHT1HNYYmiDA jOercW3haAZwfuzARBpJjCMjjIzRCr2AjYqlP3Hx/6GBnaKu7D6A3EZpwrfawwOou9TE BFxCaHxG9etj/hScyKhAcAWray/ali/Xsvhp1PBAHNr+hr3rUkR01PN2SWZ1aDZHjzWh cxlYhFfOyNFarVcWX7R5ZEkJ6jXRaZnZLUw586z+uZtGx7v38bZ3B4E2TPQljwO+ePNT 2/2DZLePnXj454thxWMhoWWoZGFXxE7f2x5ydEiTakndFbKDq+zs+FQ1Ozvn2oaPLbmH JXqw== X-Gm-Message-State: AO0yUKVIuYptxL8dX5n7RBfxlfUIEEduq8p0uFx2tFOWHw+AINgxls0r htNG48eSRH3A0lZEUk6L0srXJMfKdWQ= X-Google-Smtp-Source: AK7set8dElxyxDekeNbYAbRGEjW4gj4Ag6Smu2cwT4uYGkaq3q+r3jpETuqvggmyXpy1vglMepztVQ== X-Received: by 2002:adf:fa0a:0:b0:2c7:851:c0bf with SMTP id m10-20020adffa0a000000b002c70851c0bfmr8474612wrr.0.1677235711601; Fri, 24 Feb 2023 02:48:31 -0800 (PST) Received: from rltb ([82.66.8.55]) by smtp.gmail.com with ESMTPSA id n5-20020adffe05000000b002c5539171d1sm15100167wrr.41.2023.02.24.02.48.31 for (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 24 Feb 2023 02:48:31 -0800 (PST) From: Robert Pluim To: control@debbugs.gnu.org Subject: control message for bug #61489 Date: Fri, 24 Feb 2023 11:48:30 +0100 Message-ID: <87r0uf730h.fsf@gmail.com> MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: control 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: -1.0 (-) merge 61489 61490 quit From debbugs-submit-bounces@debbugs.gnu.org Fri Feb 24 05:50:52 2023 Received: (at 61490) by debbugs.gnu.org; 24 Feb 2023 10:50:52 +0000 Received: from localhost ([127.0.0.1]:36036 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pVVf9-0000IB-Pd for submit@debbugs.gnu.org; Fri, 24 Feb 2023 05:50:52 -0500 Received: from mail-wr1-f53.google.com ([209.85.221.53]:40797) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pVVf8-0000Hu-FW; Fri, 24 Feb 2023 05:50:50 -0500 Received: by mail-wr1-f53.google.com with SMTP id t15so13574960wrz.7; Fri, 24 Feb 2023 02:50:50 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=content-transfer-encoding:mime-version:message-id:date:references :in-reply-to:subject:cc:to:from:from:to:cc:subject:date:message-id :reply-to; bh=8htOy76ngowleaksR2tCWxMQzw/I97PsIzFtx4/oEv4=; b=GVH1fI9ozoka+LGMa0xuYc19StTRA0IEYubRmHhmcaOt5e++J9hJaeKR5bx0obk49b xsPKAuTi4OmH6LtJ9D1LzuUXAYCSSYbxNd1fGs2edB1M1M/i6gjRprf8+f14/dNWL5Sg in8C4DhlT+WmgXF33mlFahgH8wRsoz105MVTQsPZc63I84soJPy1Z5XZQIcMTNjyz5fy EEz+6r8nMW3pnJYNvaIuBTNHTZkuIocUouoZDEr+h26lGt2c43r2uft2gEg31zJhx76b PO7tS8Xdmdqe99xz5gVcnKw8ZR4of9cF2RGf0/ZIOmJBbcgg0QsCr2LYR3KH/uzWLUoF +yJA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=content-transfer-encoding:mime-version:message-id:date:references :in-reply-to:subject:cc:to:from:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=8htOy76ngowleaksR2tCWxMQzw/I97PsIzFtx4/oEv4=; b=dJ28PjmtzVNXm7+UBGnTKSRrYbkeAxn96ptVf9zysxjmbXQN0F4XuwKLtDLD+oKh6J JqnAwNRrvAarO/B+IKKD80uPTBeBY2/7LpFIhGdkoE+AwIxVDHKH6/6vXqvRYVxBtPVM b/a6POEodn/E4QJi0iGFYL4JeCzo8TwKeAAvbBObIWOCEzebOekpvBUC1AEuoje4AbHO Y4aCr2NfgsJtQiE/NhcO8TXVeMoBHtUI/1MrjEU9OvXXY69l8SCduhqwOKcI1S7/Suw2 X0Bz5HDnQa3O1Ufd1W2/JUbiNFH2zVCwryBqmCUV2ZJnUH/QfNXIGvx021xxC7XVI7OB VZ2Q== X-Gm-Message-State: AO0yUKXn5ye8d4n3fNRE3v3lHjC6LRW3egdsF5ZLYleGE3SGC+5kDPJx qS4k2E+O5VVR+m6xrHh0UonPaMzUuQ8= X-Google-Smtp-Source: AK7set/Vo1YUqYpCHulCxUIH7J/xWnh8Xn0kd3A3cbgUevmnBbKwBF9J8nR56HWy5mv0o9/EWnyGpQ== X-Received: by 2002:a5d:6089:0:b0:2c5:5327:1b09 with SMTP id w9-20020a5d6089000000b002c553271b09mr13992618wrt.37.1677235844405; Fri, 24 Feb 2023 02:50:44 -0800 (PST) Received: from rltb ([82.66.8.55]) by smtp.gmail.com with ESMTPSA id v7-20020a5d6107000000b002c559626a50sm13246350wrt.13.2023.02.24.02.50.43 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 24 Feb 2023 02:50:43 -0800 (PST) From: Robert Pluim To: Eli Zaretskii Subject: Re: bug#61489: bug#61490: bug#61489: [PATCH v2] Increase BLOCK_ALIGN from 1024 to 32768 In-Reply-To: <83o7pkpc5d.fsf@gnu.org> (Eli Zaretskii's message of "Thu, 23 Feb 2023 18:41:34 +0200") References: <20230216150755.27359-1-Hi-Angel@yandex.ru> <91c854289aa121d38d91699e976832e463ba90ba.camel@yandex.ru> <87edqg8jrj.fsf@gmail.com> <83o7pkpc5d.fsf@gnu.org> Date: Fri, 24 Feb 2023 11:50:43 +0100 Message-ID: <87lekn72ws.fsf@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 61490 Cc: 61489@debbugs.gnu.org, 61490@debbugs.gnu.org, Konstantin Kharlamov 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: -1.0 (-) >>>>> On Thu, 23 Feb 2023 18:41:34 +0200, Eli Zaretskii said: >> Cc: 61489@debbugs.gnu.org, 61490@debbugs.gnu.org >> From: Konstantin Kharlamov >> Date: Thu, 23 Feb 2023 18:53:02 +0300 >>=20 >> On Thu, 2023-02-23 at 16:49 +0100, Robert Pluim wrote: >> > > > > > > On Thu, 23 Feb 2023 18:30:00 +0300, Konstantin Kharlamov >> > > > > > > said: >> >=20 >> > =C2=A0=C2=A0=C2=A0 Konstantin> So, it's been a week since version = 2 was posted and 10-11 days >> > since I started >> > =C2=A0=C2=A0=C2=A0 Konstantin> using the change locally. Everythin= g has been nice and dandy, >> > and in absence of >> > =C2=A0=C2=A0=C2=A0 Konstantin> further comments, I wonder if someb= ody with write permissions >> > could merge this >> > =C2=A0=C2=A0=C2=A0 Konstantin> patch? >> >=20 >> > I=CA=BCve had no issues with it. Eli? Does this require 'Copyright= -paperwork- >> > exempt: yes'? >>=20 >> No, I have a copyright assignment with GNU for Emacs, it's just that= I don't write permissions :) Eli> Sorry, you are right. Ignore my previous message where I said the Eli> Copyright-paperwork-exempt thingy is necessary. OK, I=CA=BCve merged the two bugs. I can push whenever you deem it=CA=BCs r= eady. Robert --=20 From debbugs-submit-bounces@debbugs.gnu.org Mon Feb 27 05:30:19 2023 Received: (at 61490) by debbugs.gnu.org; 27 Feb 2023 10:30:19 +0000 Received: from localhost ([127.0.0.1]:46166 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pWalu-0001Y6-Up for submit@debbugs.gnu.org; Mon, 27 Feb 2023 05:30:19 -0500 Received: from forward502b.mail.yandex.net ([178.154.239.146]:34588) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pWals-0001Xn-0q; Mon, 27 Feb 2023 05:30:17 -0500 Received: from myt6-1289f562e823.qloud-c.yandex.net (myt6-1289f562e823.qloud-c.yandex.net [IPv6:2a02:6b8:c12:259d:0:640:1289:f562]) by forward502b.mail.yandex.net (Yandex) with ESMTP id 97C045ED4F; Mon, 27 Feb 2023 13:30:11 +0300 (MSK) Received: by myt6-1289f562e823.qloud-c.yandex.net (smtp/Yandex) with ESMTPSA id AUQ3cj0cv8c1-jRUcjFUI; Mon, 27 Feb 2023 13:30:11 +0300 X-Yandex-Fwd: 1 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yandex.ru; s=mail; t=1677493811; bh=7CpM01+Js6noDXy3SHQ73cZAwI3gomiWFaaY/yxgyAI=; h=References:Date:In-Reply-To:Cc:To:From:Subject:Message-ID; b=X+JVM9J7iz0ZDRJI8Omwpb1pMDPN3fJTL4ZVKESHJp5D0NENic2mO01V3VqZ6U7pD xindvIQtwLkHRRcY9v/o9x6k7Rp8+HYdX+FvQBOHubba8Xy5tg5kX6r4IlZ8jn4+o8 1UJiOnmGmy33vc1BHNXmgjmeDB4n3F05twHMSEUI= Authentication-Results: myt6-1289f562e823.qloud-c.yandex.net; dkim=pass header.i=@yandex.ru Message-ID: Subject: Re: bug#61489: bug#61490: bug#61489: [PATCH v2] Increase BLOCK_ALIGN from 1024 to 32768 From: Konstantin Kharlamov To: Robert Pluim , Eli Zaretskii Date: Mon, 27 Feb 2023 13:30:10 +0300 In-Reply-To: <87lekn72ws.fsf@gmail.com> References: <20230216150755.27359-1-Hi-Angel@yandex.ru> <91c854289aa121d38d91699e976832e463ba90ba.camel@yandex.ru> <87edqg8jrj.fsf@gmail.com> <83o7pkpc5d.fsf@gnu.org> <87lekn72ws.fsf@gmail.com> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable User-Agent: Evolution 3.46.4 MIME-Version: 1.0 X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 61490 Cc: 61489@debbugs.gnu.org, 61490@debbugs.gnu.org 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: -1.0 (-) On Fri, 2023-02-24 at 11:50 +0100, Robert Pluim wrote: > > > > > > On Thu, 23 Feb 2023 18:41:34 +0200, Eli Zaretskii > > > > > > said: >=20 > =C2=A0=C2=A0=C2=A0 >> Cc: 61489@debbugs.gnu.org, 61490@debbugs.gnu.org > =C2=A0=C2=A0=C2=A0 >> From: Konstantin Kharlamov > =C2=A0=C2=A0=C2=A0 >> Date: Thu, 23 Feb 2023 18:53:02 +0300 > =C2=A0=C2=A0=C2=A0 >>=20 > =C2=A0=C2=A0=C2=A0 >> On Thu, 2023-02-23 at 16:49 +0100, Robert Pluim wro= te: > =C2=A0=C2=A0=C2=A0 >> > > > > > > On Thu, 23 Feb 2023 18:30:00 +0300, Kon= stantin Kharlamov > =C2=A0=C2=A0=C2=A0 >> > > > > > > said: > =C2=A0=C2=A0=C2=A0 >> >=20 > =C2=A0=C2=A0=C2=A0 >> > =C2=A0=C2=A0=C2=A0 Konstantin> So, it's been a we= ek since version 2 was posted and > 10-11 days > =C2=A0=C2=A0=C2=A0 >> > since I started > =C2=A0=C2=A0=C2=A0 >> > =C2=A0=C2=A0=C2=A0 Konstantin> using the change l= ocally. Everything has been nice > and dandy, > =C2=A0=C2=A0=C2=A0 >> > and in absence of > =C2=A0=C2=A0=C2=A0 >> > =C2=A0=C2=A0=C2=A0 Konstantin> further comments, = I wonder if somebody with write > permissions > =C2=A0=C2=A0=C2=A0 >> > could merge this > =C2=A0=C2=A0=C2=A0 >> > =C2=A0=C2=A0=C2=A0 Konstantin> patch? > =C2=A0=C2=A0=C2=A0 >> >=20 > =C2=A0=C2=A0=C2=A0 >> > I=CA=BCve had no issues with it. Eli? Does this r= equire 'Copyright- > paperwork- > =C2=A0=C2=A0=C2=A0 >> > exempt: yes'? > =C2=A0=C2=A0=C2=A0 >>=20 > =C2=A0=C2=A0=C2=A0 >> No, I have a copyright assignment with GNU for Emac= s, it's just that I > don't write permissions :) >=20 > =C2=A0=C2=A0=C2=A0 Eli> Sorry, you are right.=C2=A0 Ignore my previous me= ssage where I said the > =C2=A0=C2=A0=C2=A0 Eli> Copyright-paperwork-exempt thingy is necessary. >=20 > OK, I=CA=BCve merged the two bugs. I can push whenever you deem it=CA=BCs= ready. There was no opposition in any of the answers, so I presume it is ready=E2= =80=A6? From debbugs-submit-bounces@debbugs.gnu.org Fri Mar 03 05:44:39 2023 Received: (at 61490) by debbugs.gnu.org; 3 Mar 2023 10:44:39 +0000 Received: from localhost ([127.0.0.1]:59702 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pY2tz-0007FA-BB for submit@debbugs.gnu.org; Fri, 03 Mar 2023 05:44:39 -0500 Received: from forward202c.mail.yandex.net ([178.154.239.219]:52572) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pY2tv-0007Er-JG; Fri, 03 Mar 2023 05:44:37 -0500 Received: from myt6-65ee53fe8ed8.qloud-c.yandex.net (myt6-65ee53fe8ed8.qloud-c.yandex.net [IPv6:2a02:6b8:c12:1d8e:0:640:65ee:53fe]) by forward202c.mail.yandex.net (Yandex) with ESMTP id 8023860109; Fri, 3 Mar 2023 13:44:33 +0300 (MSK) Received: by myt6-65ee53fe8ed8.qloud-c.yandex.net (smtp/Yandex) with ESMTPSA id WiUQxk8bgqM1-2ZPNcDSL; Fri, 03 Mar 2023 13:44:33 +0300 X-Yandex-Fwd: 1 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yandex.ru; s=mail; t=1677840273; bh=BhsA1aKlglGjpRdMu2peVecDmERAuTyLLhI53Hw2hvM=; h=Date:Cc:To:From:Subject:Message-ID; b=XuJcNmHsdgfjRc1qKpKeaItSsENkHx9oQBxfzz2ETONtbBzg6Qej/QlYtcWsIz5sT h+qSyjWTNGqWcCs67aXercJMchYWuaNtpQyE/GQ+q7ITjBHsOcjWOl6+ptaUCoYTB7 AtGxRbXkO7w5ka7GyIgc7JCiOjWb1L8Bye2UtjBk= Authentication-Results: myt6-65ee53fe8ed8.qloud-c.yandex.net; dkim=pass header.i=@yandex.ru Message-ID: Subject: Re: bug#61490: [PATCH v2] Increase BLOCK_ALIGN from 1024 to 32768 From: Konstantin Kharlamov To: 61490@debbugs.gnu.org Date: Fri, 03 Mar 2023 13:44:32 +0300 Content-Type: text/plain Content-Transfer-Encoding: 7bit User-Agent: Evolution 3.46.4 MIME-Version: 1.0 X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 61490 Cc: Eli Zaretskii , 61489@debbugs.gnu.org, Konstantin Kharlamov 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: -1.0 (-) Ping From unknown Tue Sep 23 19:46:21 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Sun, 02 Apr 2023 11:24:11 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator