From unknown Sat Aug 16 15:54:38 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#79161 <79161@debbugs.gnu.org> To: bug#79161 <79161@debbugs.gnu.org> Subject: Status: [PATCH] Improve Vprint_variable_mapping Reply-To: bug#79161 <79161@debbugs.gnu.org> Date: Sat, 16 Aug 2025 22:54:38 +0000 retitle 79161 [PATCH] Improve Vprint_variable_mapping reassign 79161 emacs submitter 79161 zach shaftel severity 79161 normal tag 79161 patch thanks From debbugs-submit-bounces@debbugs.gnu.org Sun Aug 03 00:10:50 2025 Received: (at submit) by debbugs.gnu.org; 3 Aug 2025 04:10:50 +0000 Received: from localhost ([127.0.0.1]:40754 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1uiQ3d-0004bo-L3 for submit@debbugs.gnu.org; Sun, 03 Aug 2025 00:10:50 -0400 Received: from lists.gnu.org ([2001:470:142::17]:33052) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1uiQ3b-0004bE-FB for submit@debbugs.gnu.org; Sun, 03 Aug 2025 00:10:48 -0400 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 1uiQ3J-0003mi-Gf for bug-gnu-emacs@gnu.org; Sun, 03 Aug 2025 00:10:30 -0400 Received: from smtp.forwardemail.net ([121.127.44.73]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1uiQ3E-00008c-NT for bug-gnu-emacs@gnu.org; Sun, 03 Aug 2025 00:10:27 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=shaf.tel; h=Content-Type: MIME-Version: Message-ID: Date: Subject: To: From; q=dns/txt; s=fe-acc5b42812; t=1754194221; bh=j7vTSRVO2ZUOLjFTNphav3IZT2i8Ol2tW/oLvs+89pY=; b=B60kdQbl8edsJaKUqZkqg16BhqWQG3Bre888zTTZfiBZYdac32bxzUOdlKOIV39IGbn2nk8FD e/VZ5p5SyvtwhlIV+0GnZ8jSVHB2nUn9In9dfYu/fL6+oj3M30LvI888Lx5RgR18QN7eBXHY75e of0b5FtK9fnOY+Wb5CUy2Fs= X-Forward-Email-ID: 688ee12631e0427d0f592641 X-Forward-Email-Sender: rfc822; zach@shaf.tel, smtp.forwardemail.net, 121.127.44.73 X-Forward-Email-Version: 1.1.8 X-Forward-Email-Website: https://forwardemail.net X-Complaints-To: abuse@forwardemail.net X-Report-Abuse: abuse@forwardemail.net X-Report-Abuse-To: abuse@forwardemail.net From: zach shaftel To: bug-gnu-emacs@gnu.org Subject: [PATCH] Improve Vprint_variable_mapping User-Agent: mu4e 1.12.10; emacs 31.0.50 X-Debbugs-Cc: Date: Sun, 03 Aug 2025 00:10:11 -0400 Message-ID: <87zfchyrj0.fsf@shaf.tel> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" Received-SPF: pass client-ip=121.127.44.73; envelope-from=SRS0=d26f=2P=shaf.tel=zach@fe-bounces.shaf.tel; helo=smtp.forwardemail.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, RCVD_IN_VALIDITY_CERTIFIED_BLOCKED=0.001, RCVD_IN_VALIDITY_RPBL_BLOCKED=0.001, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: 0.9 (/) 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: -0.1 (/) --=-=-= Content-Type: text/plain Tags: patch just a couple small updates to the PRINT-OVERRIDES argument to prin1/prin1-to-string. fixes the typo "unreadeable-function", and adds an override for `print-symbols-bare'. In GNU Emacs 31.0.50 (build 1, x86_64-pc-linux-gnu, GTK+ Version 3.24.49, cairo version 1.18.4) of 2025-07-13 built on bigbox Repository revision: c44903b0118357336cca964bd210835ca4881e87 Repository branch: master System Description: Arch Linux Configured using: 'configure --with-modules --without-xwidgets --with-native-compilation --with-tree-sitter --without-gsettings --without-gconf --without-gpm --with-pgtk --without-compress-install 'CFLAGS=-mtune=native -march=native -O2 -g -fuse-ld=mold'' --=-=-= Content-Type: text/patch Content-Disposition: attachment; filename=0001-Improve-Vprint_variable_mapping.patch >From 02581fc5f6c9a6d59714a79ddec8e221737f0300 Mon Sep 17 00:00:00 2001 From: Zach Shaftel Date: Sat, 2 Aug 2025 23:49:23 -0400 Subject: [PATCH] Improve Vprint_variable_mapping * src/print.c (print_create_variable_mapping): Fix a typo, `unreadeable-function' to `unreadable-function'. Add `symbols-bare' as an override for `print-symbols-bare'. --- src/print.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/print.c b/src/print.c index fa800743497..29edfaad531 100644 --- a/src/print.c +++ b/src/print.c @@ -682,7 +682,7 @@ print_create_variable_mapping (void) intern ("print-escape-multibyte"), Qnil), list3 (intern ("charset-text-property"), intern ("print-charset-text-property"), Qnil), - list3 (intern ("unreadeable-function"), + list3 (intern ("unreadable-function"), intern ("print-unreadable-function"), Qnil), list3 (intern ("gensym"), intern ("print-gensym"), Qnil), list3 (intern ("continuous-numbering"), @@ -691,6 +691,7 @@ print_create_variable_mapping (void) list3 (intern ("float-format"), intern ("float-output-format"), Qnil), list3 (intern ("integers-as-characters"), intern ("print-integers-as-characters"), Qnil), + list3 (intern ("symbols-bare"), intern ("print-symbols-bare"), Qnil), }; Vprint_variable_mapping = CALLMANY (Flist, total); -- 2.50.1 --=-=-=-- From debbugs-submit-bounces@debbugs.gnu.org Sun Aug 03 09:36:50 2025 Received: (at 79161) by debbugs.gnu.org; 3 Aug 2025 13:36:50 +0000 Received: from localhost ([127.0.0.1]:43309 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1uiYtO-0005Ud-8i for submit@debbugs.gnu.org; Sun, 03 Aug 2025 09:36:50 -0400 Received: from mail-24417.protonmail.ch ([109.224.244.17]:17769) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1uiYtL-0005UD-Oh for 79161@debbugs.gnu.org; Sun, 03 Aug 2025 09:36:48 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=protonmail.com; s=protonmail3; t=1754228198; x=1754487398; bh=nO4jWjhv+FcN9Y0Fpyc3OF89mub4nIXXvp7ULel+JuE=; h=Date:To:From:Subject:Message-ID:In-Reply-To:References: Feedback-ID:From:To:Cc:Date:Subject:Reply-To:Feedback-ID: Message-ID:BIMI-Selector; b=BLGpD+6Nw6q0/uYTVZOdrNNMoExHGJCsagc7XF2Llii02IAgtbMLO2mTRp1wL695h RCLo61N3H0tyzkpPCVoUT/APnYlxkJylAPYV2E36dt8TD1kwL7A/a0SoazoCHwiCsq 4U1EbXgql2h0R6ZCw4ifHhQknPZIYN1/CKGZ5qfnSyOv8ZZ1ZWx5g0g92mv6A+U1yg V5Zehb61kRYL1vG6GGqjTGAiXtjeg8p49lZGdb2HwVr+s1qYPjM0ejQ+VJsJOBawYW sj9EXsDBTIPGfCxBpUAhhPbEDrEbkc3W5xGmp8Ls+oSbXafcjccVrPUnfMX7yp0tVe kx3r7MVqOiT2w== Date: Sun, 03 Aug 2025 13:36:34 +0000 To: 79161@debbugs.gnu.org, zach shaftel From: Pip Cet Subject: Re: bug#79161: [PATCH] Improve Vprint_variable_mapping Message-ID: <87pldca5oo.fsf@protonmail.com> In-Reply-To: <87zfchyrj0.fsf@shaf.tel> References: <87zfchyrj0.fsf@shaf.tel> Feedback-ID: 112775352:user:proton X-Pm-Message-ID: 6f18d008c97bd60635ac0cd2a2627b4cb2445f4e 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: 79161 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 (-) "zach shaftel via \"Bug reports for GNU Emacs, the Swiss army knife of text= editors\"" writes: > Tags: patch > > just a couple small updates to the PRINT-OVERRIDES argument to > prin1/prin1-to-string. fixes the typo "unreadeable-function", and adds > an override for `print-symbols-bare'. The "unreadeable" typo was discussed before, and we decided to keep both spellings, though that appears never to have happened. I'm okay with just fixing it, of course! Pip From debbugs-submit-bounces@debbugs.gnu.org Mon Aug 04 07:53:19 2025 Received: (at 79161) by debbugs.gnu.org; 4 Aug 2025 11:53:19 +0000 Received: from localhost ([127.0.0.1]:49529 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1uitkl-0000EK-Dg for submit@debbugs.gnu.org; Mon, 04 Aug 2025 07:53:19 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:45942) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1uitki-0000Dx-Ux for 79161@debbugs.gnu.org; Mon, 04 Aug 2025 07:53:17 -0400 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 1uitkd-0004EB-7x; Mon, 04 Aug 2025 07:53:11 -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=oGXmNBSaCU3dhPpVZHnJAYchyIIiZD5rgeRAwiFWoiA=; b=Upx0tZzKy4Vn trmvwhFA5mFao7OSjQcApc7OxNKRhEhwsa80MSifBUsBCDE4TeKZmS6LxUCjYsT9UpjJA1I+XwuhX Kr3ElyAlRFHZ/Kk7sQZxX+KYm0gjw+6xLjIM3y1OFRaUoMHy1PkGZmTP+7GPD5071b7xLG9GMoWuH gyleUiOuaTuOapbMH2YeyDcX3G1qWt6JTTwxwDdny8dcY2QiJnCswf6n/b5GniEra9N956bFTCIYp NJnEphYHnvKfv+MoiaRC4xyQZD70/xRcVX9ZWhJntcirqTcksw5mZM9gXWEkr5vWY45cxyteuPxq+ UjYChiWfa079fxWvf5WGgA==; Date: Mon, 04 Aug 2025 14:52:54 +0300 Message-Id: <86wm7jwbft.fsf@gnu.org> From: Eli Zaretskii To: zach shaftel , Stefan Monnier In-Reply-To: <87zfchyrj0.fsf@shaf.tel> (bug-gnu-emacs@gnu.org) Subject: Re: bug#79161: [PATCH] Improve Vprint_variable_mapping References: <87zfchyrj0.fsf@shaf.tel> X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 79161 Cc: 79161@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 (---) > Date: Sun, 03 Aug 2025 00:10:11 -0400 > From: zach shaftel via "Bug reports for GNU Emacs, > the Swiss army knife of text editors" > > just a couple small updates to the PRINT-OVERRIDES argument to > prin1/prin1-to-string. fixes the typo "unreadeable-function", and adds > an override for `print-symbols-bare'. Thanks. Stefan, any comments? From debbugs-submit-bounces@debbugs.gnu.org Mon Aug 04 08:02:07 2025 Received: (at 79161) by debbugs.gnu.org; 4 Aug 2025 12:02:07 +0000 Received: from localhost ([127.0.0.1]:49587 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1uittH-0000kP-1O for submit@debbugs.gnu.org; Mon, 04 Aug 2025 08:02:07 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:42526) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1uittE-0000jn-3z for 79161@debbugs.gnu.org; Mon, 04 Aug 2025 08:02:04 -0400 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 1uitt7-00064L-69; Mon, 04 Aug 2025 08:01:57 -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=Dmosd9KxtCuZhKBXa8cKWTVA1UdXWIKfhzFWDJnZDNg=; b=EPLmduBMoJ+c gJzudpfzwrQUMIs/Wa8E/XthrN/ts0acdVJz5bJXBHiBwx+7hbu/onpx/vaNq0KDx0G2ZK0WygFBC Zr9nbIPazxA59KtLbP3dLd66waPssi3wPlQRfXfdzr88fASm43jFpqcnpD4k46O2db4qrCoC1Mr6I oPMDTwePX/51U02XjEo4zmE9oKMq5mTHVQQn7dnoKGi+NqBjRPoEnFIWmnrTXQ9GOf8x7KQwnD/Tz Taos0wfRTPfEw/I2RFPZzTq+b95qsHL4j8tGhw9h3Do4a0k+ecdz9xe7W66lOCkxJ9brd56TSrw+m UYmAGxpk+xZGmtiGZPk45w==; Date: Mon, 04 Aug 2025 15:01:52 +0300 Message-Id: <86qzxrwb0v.fsf@gnu.org> From: Eli Zaretskii To: Pip Cet In-Reply-To: <87pldca5oo.fsf@protonmail.com> (bug-gnu-emacs@gnu.org) Subject: Re: bug#79161: [PATCH] Improve Vprint_variable_mapping References: <87zfchyrj0.fsf@shaf.tel> <87pldca5oo.fsf@protonmail.com> X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 79161 Cc: 79161@debbugs.gnu.org, zach@shaf.tel 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 (---) > Date: Sun, 03 Aug 2025 13:36:34 +0000 > From: Pip Cet via "Bug reports for GNU Emacs, > the Swiss army knife of text editors" > > "zach shaftel via \"Bug reports for GNU Emacs, the Swiss army knife of text editors\"" writes: > > > Tags: patch > > > > just a couple small updates to the PRINT-OVERRIDES argument to > > prin1/prin1-to-string. fixes the typo "unreadeable-function", and adds > > an override for `print-symbols-bare'. > > The "unreadeable" typo was discussed before, and we decided to keep both > spellings, though that appears never to have happened. Could you please point me to that discussion? TIA From debbugs-submit-bounces@debbugs.gnu.org Mon Aug 04 09:27:47 2025 Received: (at 79161) by debbugs.gnu.org; 4 Aug 2025 13:27:47 +0000 Received: from localhost ([127.0.0.1]:49771 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1uivEA-0005V7-LK for submit@debbugs.gnu.org; Mon, 04 Aug 2025 09:27:47 -0400 Received: from mail-4316.protonmail.ch ([185.70.43.16]:59481) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1uivE7-0005Uk-HO for 79161@debbugs.gnu.org; Mon, 04 Aug 2025 09:27:44 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=protonmail.com; s=protonmail3; t=1754314056; x=1754573256; bh=vWyr+6k0NsZLjyfqpwgl7Dr1Aol/2dt+3cKlOhUAeW0=; h=Date:To:From:Cc:Subject:Message-ID:In-Reply-To:References: Feedback-ID:From:To:Cc:Date:Subject:Reply-To:Feedback-ID: Message-ID:BIMI-Selector; b=xslPodvuja74hHSZXnfEcsVK4CxvpNrWiOkM9cnLFbcPDXG+5h2qyP8pEmT1z+1i0 y7nwckHyem9s0xDVI0wPIqC6IibZasuSnr4JsI68mMswRUGWi9BuyUeuCsSXdcvG8j 5oDhat/un4hhis6McSLIq3+fxYUUTNjJEZRqh2GxBBUr3T30nVgc0SxcRdDH1r8cys DuaEUavg4BMSr8F+o5IGzFXhE43sOpJQbAhW4170vqA6VQ2O+lsa6pnZyMr9FvB0FO FjPUEecwhAR3haTCOxzN3QTxgcHdgRZUwN4bjA9IYJumknxZw55DdmwKqscyIU+J9l WxZ+2I1X1qJcQ== Date: Mon, 04 Aug 2025 13:27:32 +0000 To: Eli Zaretskii From: Pip Cet Subject: Re: bug#79161: [PATCH] Improve Vprint_variable_mapping Message-ID: <87wm7j8bfo.fsf@protonmail.com> In-Reply-To: <86qzxrwb0v.fsf@gnu.org> References: <87zfchyrj0.fsf@shaf.tel> <87pldca5oo.fsf@protonmail.com> <86qzxrwb0v.fsf@gnu.org> Feedback-ID: 112775352:user:proton X-Pm-Message-ID: 18cd200b0c0c5919a214b751deee5aea217d4d88 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: 79161 Cc: 79161@debbugs.gnu.org, zach@shaf.tel 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 (-) "Eli Zaretskii" writes: >> Date: Sun, 03 Aug 2025 13:36:34 +0000 >> From: Pip Cet via "Bug reports for GNU Emacs, >> the Swiss army knife of text editors" >> >> "zach shaftel via \"Bug reports for GNU Emacs, the Swiss army knife of t= ext editors\"" writes: >> >> > Tags: patch >> > >> > just a couple small updates to the PRINT-OVERRIDES argument to >> > prin1/prin1-to-string. fixes the typo "unreadeable-function", and adds >> > an override for `print-symbols-bare'. >> >> The "unreadeable" typo was discussed before, and we decided to keep both >> spellings, though that appears never to have happened. > > Could you please point me to that discussion? > > TIA https://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D75784 Pip From debbugs-submit-bounces@debbugs.gnu.org Mon Aug 04 16:25:44 2025 Received: (at 79161) by debbugs.gnu.org; 4 Aug 2025 20:25:44 +0000 Received: from localhost ([127.0.0.1]:52785 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1uj1kd-0001ag-Ho for submit@debbugs.gnu.org; Mon, 04 Aug 2025 16:25:43 -0400 Received: from smtp.forwardemail.net ([121.127.44.73]:30151) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.84_2) (envelope-from ) id 1uj1ka-0001aP-Na for 79161@debbugs.gnu.org; Mon, 04 Aug 2025 16:25:41 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=shaf.tel; h=Content-Type: MIME-Version: Message-ID: Date: References: In-Reply-To: Subject: Cc: To: From; q=dns/txt; s=fe-acc5b42812; t=1754339135; bh=8Ol54/vUHtQYU0wPFgKuzJJXAOFcL1gK9KOyEj9HUtE=; b=K1T4gVaov5y3lk1RW9C0A9ML1X6hrkhbCkwT4xxrq1H0sXikMTru49mooiUGlJAz5NxzIA+a4 bT0scSFLFvr7KSkzKP7SECZZRW+mrlFLBIvUvp/64pH8GSlxZi0+Vp26GRNjaNkY+38UOC6Z5Ti YbiJS+qZxp583b5gEq2SRUw= X-Forward-Email-ID: 6891173a89ea277a0b79c4dc X-Forward-Email-Sender: rfc822; zach@shaf.tel, smtp.forwardemail.net, 121.127.44.73 X-Forward-Email-Version: 1.1.8 X-Forward-Email-Website: https://forwardemail.net X-Complaints-To: abuse@forwardemail.net X-Report-Abuse: abuse@forwardemail.net X-Report-Abuse-To: abuse@forwardemail.net From: zach shaftel To: Eli Zaretskii Subject: Re: bug#79161: [PATCH] Improve Vprint_variable_mapping In-Reply-To: <86wm7jwbft.fsf@gnu.org> References: <87zfchyrj0.fsf@shaf.tel> <86wm7jwbft.fsf@gnu.org> User-Agent: mu4e 1.12.10; emacs 31.0.50 Date: Mon, 04 Aug 2025 16:25:28 -0400 Message-ID: <87fre6n8av.fsf@shaf.tel> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 79161 Cc: Stefan Monnier , 79161@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 (-) --=-=-= Content-Type: text/x-patch Content-Disposition: attachment; filename=0001-Improve-Vprint_variable_mapping.patch >From cf2b113794b37287e8f06f58b00144e5f9536fa9 Mon Sep 17 00:00:00 2001 From: Zach Shaftel Date: Sat, 2 Aug 2025 23:49:23 -0400 Subject: [PATCH] Improve Vprint_variable_mapping * src/print.c (print_create_variable_mapping): Fix a typo, `unreadeable-function' to `unreadable-function'. Add `symbols-bare' as an override for `print-symbols-bare'. --- doc/lispref/streams.texi | 4 +++- src/print.c | 3 ++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/doc/lispref/streams.texi b/doc/lispref/streams.texi index 3fd8f038bae..f049a2d23b1 100644 --- a/doc/lispref/streams.texi +++ b/doc/lispref/streams.texi @@ -1054,7 +1054,7 @@ Output Overrides This overrides @code{print-escape-multibyte}. @item charset-text-property This overrides @code{print-charset-text-property}. -@item unreadeable-function +@item unreadable-function This overrides @code{print-unreadable-function}. @item gensym This overrides @code{print-gensym}. @@ -1066,6 +1066,8 @@ Output Overrides This overrides @code{float-output-format}. @item integers-as-characters This overrides @code{print-integers-as-characters}. +@item symbols-bare +This overrides @code{print-symbols-bare}. @end table In the future, more overrides may be offered that do not map directly diff --git a/src/print.c b/src/print.c index fa800743497..29edfaad531 100644 --- a/src/print.c +++ b/src/print.c @@ -682,7 +682,7 @@ print_create_variable_mapping (void) intern ("print-escape-multibyte"), Qnil), list3 (intern ("charset-text-property"), intern ("print-charset-text-property"), Qnil), - list3 (intern ("unreadeable-function"), + list3 (intern ("unreadable-function"), intern ("print-unreadable-function"), Qnil), list3 (intern ("gensym"), intern ("print-gensym"), Qnil), list3 (intern ("continuous-numbering"), @@ -691,6 +691,7 @@ print_create_variable_mapping (void) list3 (intern ("float-format"), intern ("float-output-format"), Qnil), list3 (intern ("integers-as-characters"), intern ("print-integers-as-characters"), Qnil), + list3 (intern ("symbols-bare"), intern ("print-symbols-bare"), Qnil), }; Vprint_variable_mapping = CALLMANY (Flist, total); -- 2.50.1 --=-=-= Content-Type: text/plain i forgot to update the manual, a revised patch is attached. Eli Zaretskii writes: >> Date: Sun, 03 Aug 2025 00:10:11 -0400 >> From: zach shaftel via "Bug reports for GNU Emacs, >> the Swiss army knife of text editors" >> >> just a couple small updates to the PRINT-OVERRIDES argument to >> prin1/prin1-to-string. fixes the typo "unreadeable-function", and adds >> an override for `print-symbols-bare'. > > Thanks. > > Stefan, any comments? --=-=-=-- From debbugs-submit-bounces@debbugs.gnu.org Thu Aug 07 09:15:56 2025 Received: (at 79161) by debbugs.gnu.org; 7 Aug 2025 13:15:57 +0000 Received: from localhost ([127.0.0.1]:34049 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1uk0TM-00079D-Cf for submit@debbugs.gnu.org; Thu, 07 Aug 2025 09:15:56 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:42968) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1uk0TK-00078w-2x for 79161@debbugs.gnu.org; Thu, 07 Aug 2025 09:15:54 -0400 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 1uk0TD-00022c-F5; Thu, 07 Aug 2025 09:15:47 -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=/lNs4z8J44TsYfObmtNe6Zh9cDNRkKSYdBCb3BD2uaY=; b=i1TMaqKeOWVq 9rQjb0HUTlwcBywGz8bctUeMR0fyZgJth6YWhncNmFxrF6D/zNVm8BxbZCnxI4kQuBr5+qcR1v46I NPjRrpqIRI/voN48vDU1A+Fuh/4+Dqhvc1OOVUMpDN8KH6XGwKtFbvPLKA/sMGl/A80NQwh0t9XGX 76T1/apKS3Ua2U3G7uxSwMSV9pL03PnDTLfbRoXzbFeQUruILBGVxLgiZAHpOZAAva5NdI8UXlsUC VErtUC41TiH9cNB05AhYSudy3cF95pE+POImRWwULbbsqv51X2s6GIYUNzIRv84EPT12Us1ibuu79 cqmW2FGkLMVphAvjiIHyQA==; Date: Thu, 07 Aug 2025 16:15:42 +0300 Message-Id: <86fre3qnlt.fsf@gnu.org> From: Eli Zaretskii To: monnier@iro.umontreal.ca, zach shaftel In-Reply-To: <87fre6n8av.fsf@shaf.tel> (message from zach shaftel on Mon, 04 Aug 2025 16:25:28 -0400) Subject: Re: bug#79161: [PATCH] Improve Vprint_variable_mapping References: <87zfchyrj0.fsf@shaf.tel> <86wm7jwbft.fsf@gnu.org> <87fre6n8av.fsf@shaf.tel> X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 79161 Cc: 79161@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 (---) > From: zach shaftel > Cc: Stefan Monnier , 79161@debbugs.gnu.org > Date: Mon, 04 Aug 2025 16:25:28 -0400 > > i forgot to update the manual, a revised patch is attached. Thanks. Stefan, would you please take a look and tell what you think about this? From debbugs-submit-bounces@debbugs.gnu.org Thu Aug 07 09:23:27 2025 Received: (at 79161) by debbugs.gnu.org; 7 Aug 2025 13:23:27 +0000 Received: from localhost ([127.0.0.1]:34078 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1uk0ad-0007UW-DI for submit@debbugs.gnu.org; Thu, 07 Aug 2025 09:23:27 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:60880) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1uk0aa-0007UH-Qw for 79161@debbugs.gnu.org; Thu, 07 Aug 2025 09:23:25 -0400 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 1uk0aV-0003gI-6w; Thu, 07 Aug 2025 09:23:19 -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=vr5j9HNF+OnYbqF30Qmnuoieh+pU9M1juZ1JmzEO+uE=; b=r3ij2jFs50cb 8eFENlGcmY2Y9M25L39swG89LAUiEj0KJFopriqBLIoV+GmVnut7F8ppPxGCL7MuajKs1lS8p+mor NDMz0E45Z8Wv/EuFnYpwdY+YtF23BAgYEkedGKY2DcknrjoSMdF6wD90si31DcF3bLa93416gNoXg Dx65u748dLBXC9uthKNfhMPwBfcyfeKyHbijHhGfZLHxpTT4ddyCcDMVN1IEbAagWpWXKFmnFxE4E pVKkkuhDuwhjNoCnWFd5cVSf5bGGN0ONBv2dCMm57wMTVElM3zyDa108sxbJkE83iF8t29l3beDji NRcCaib5FF1Lr9LjvIOuow==; Date: Thu, 07 Aug 2025 16:23:13 +0300 Message-Id: <868qjvqn9a.fsf@gnu.org> From: Eli Zaretskii To: Pip Cet In-Reply-To: <87wm7j8bfo.fsf@protonmail.com> (message from Pip Cet on Mon, 04 Aug 2025 13:27:32 +0000) Subject: Re: bug#79161: [PATCH] Improve Vprint_variable_mapping References: <87zfchyrj0.fsf@shaf.tel> <87pldca5oo.fsf@protonmail.com> <86qzxrwb0v.fsf@gnu.org> <87wm7j8bfo.fsf@protonmail.com> X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 79161 Cc: 79161@debbugs.gnu.org, zach@shaf.tel 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 (---) > Date: Mon, 04 Aug 2025 13:27:32 +0000 > From: Pip Cet > Cc: 79161@debbugs.gnu.org, zach@shaf.tel > > "Eli Zaretskii" writes: > > >> Date: Sun, 03 Aug 2025 13:36:34 +0000 > >> From: Pip Cet via "Bug reports for GNU Emacs, > >> the Swiss army knife of text editors" > >> > >> "zach shaftel via \"Bug reports for GNU Emacs, the Swiss army knife of text editors\"" writes: > >> > >> > Tags: patch > >> > > >> > just a couple small updates to the PRINT-OVERRIDES argument to > >> > prin1/prin1-to-string. fixes the typo "unreadeable-function", and adds > >> > an override for `print-symbols-bare'. > >> > >> The "unreadeable" typo was discussed before, and we decided to keep both > >> spellings, though that appears never to have happened. > > > > Could you please point me to that discussion? > > > > TIA > > https://debbugs.gnu.org/cgi/bugreport.cgi?bug=75784 Thanks. What do you think about installing only the corrected-spelling patch from that discussion? From debbugs-submit-bounces@debbugs.gnu.org Thu Aug 07 14:01:34 2025 Received: (at 79161) by debbugs.gnu.org; 7 Aug 2025 18:01:34 +0000 Received: from localhost ([127.0.0.1]:35849 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1uk4vl-0004fB-NS for submit@debbugs.gnu.org; Thu, 07 Aug 2025 14:01:34 -0400 Received: from mail-24416.protonmail.ch ([109.224.244.16]:25319) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1uk4vj-0004eu-6y for 79161@debbugs.gnu.org; Thu, 07 Aug 2025 14:01:32 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=protonmail.com; s=protonmail3; t=1754589685; x=1754848885; bh=oXNcu0+30ilhoEdLelUDtKKQdiSogVEYJ7mEanq04Ok=; h=Date:To:From:Cc:Subject:Message-ID:In-Reply-To:References: Feedback-ID:From:To:Cc:Date:Subject:Reply-To:Feedback-ID: Message-ID:BIMI-Selector; b=iPR73WIVE1ypbYPHnRRyo0irPr6YvJWyWDw4lo1hcBiGwFL0DVzo4j5SbOS5DoFBK W9x2Tv12crHo2mJ+CS/28Dso+497+luWThkyHk4ewrQm/xM/M9fwvLjOikPBxxgSIx xxvWjV2kPeA3Ih3Ts7TQnMKlDFfthEw2u+JxmkQpwtB3rXUyP7jlAur+B87urdZGp5 kEVDO1YnnvDvNtCnrBTzAh2fJaVBR+r7csp9bfyYKm5/yxka7OLtwowRToe4UtPgaG MfL1vqjsFsMisWgfAK4sOsrGsLm1GUD9pfAPksF4XGxUE7yotn1xuTuvYJcTGZyVKF tGkKuUCeVeSfw== Date: Thu, 07 Aug 2025 18:01:19 +0000 To: Eli Zaretskii From: Pip Cet Subject: Re: bug#79161: [PATCH] Improve Vprint_variable_mapping Message-ID: <871ppn811i.fsf@protonmail.com> In-Reply-To: <868qjvqn9a.fsf@gnu.org> References: <87zfchyrj0.fsf@shaf.tel> <87pldca5oo.fsf@protonmail.com> <86qzxrwb0v.fsf@gnu.org> <87wm7j8bfo.fsf@protonmail.com> <868qjvqn9a.fsf@gnu.org> Feedback-ID: 112775352:user:proton X-Pm-Message-ID: 0b86663f755d1b57e173645c214e94b2ea25f20e 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: 79161 Cc: 79161@debbugs.gnu.org, zach@shaf.tel 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 (-) "Eli Zaretskii" writes: >> Date: Mon, 04 Aug 2025 13:27:32 +0000 >> From: Pip Cet >> Cc: 79161@debbugs.gnu.org, zach@shaf.tel >> >> "Eli Zaretskii" writes: >> >> >> Date: Sun, 03 Aug 2025 13:36:34 +0000 >> >> From: Pip Cet via "Bug reports for GNU Emacs, >> >> the Swiss army knife of text editors" >> >> >> >> "zach shaftel via \"Bug reports for GNU Emacs, the Swiss army knife o= f text editors\"" writes: >> >> >> >> > Tags: patch >> >> > >> >> > just a couple small updates to the PRINT-OVERRIDES argument to >> >> > prin1/prin1-to-string. fixes the typo "unreadeable-function", and a= dds >> >> > an override for `print-symbols-bare'. >> >> >> >> The "unreadeable" typo was discussed before, and we decided to keep b= oth >> >> spellings, though that appears never to have happened. >> > >> > Could you please point me to that discussion? >> > >> > TIA >> >> https://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D75784 > > Thanks. What do you think about installing only the > corrected-spelling patch from that discussion? Sounds good to me. Would that work for everyone? Pip From debbugs-submit-bounces@debbugs.gnu.org Thu Aug 07 14:43:00 2025 Received: (at 79161) by debbugs.gnu.org; 7 Aug 2025 18:43:00 +0000 Received: from localhost ([127.0.0.1]:35939 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1uk5Zr-0006cQ-QF for submit@debbugs.gnu.org; Thu, 07 Aug 2025 14:43:00 -0400 Received: from mailscanner.iro.umontreal.ca ([132.204.25.50]:19883) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1uk5Zp-0006c9-Vp for 79161@debbugs.gnu.org; Thu, 07 Aug 2025 14:42:58 -0400 Received: from pmg3.iro.umontreal.ca (localhost [127.0.0.1]) by pmg3.iro.umontreal.ca (Proxmox) with ESMTP id 46ACE441638; Thu, 7 Aug 2025 14:42:52 -0400 (EDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=iro.umontreal.ca; s=mail; t=1754592171; bh=K4oCW73Qhi084G9zuL5prdbcdFmG2TwEAaxDkGLhaRM=; h=From:To:Cc:Subject:In-Reply-To:References:Date:From; b=G/HGjI5ds9wxqMJwlBAFt3fAcDJO3kbCkKTeaKW4+K1peLp0+2lfbP9fztpxfzfD7 9sOl/UUfZAR72qvtT78IEyxgKtBRMclhed/pgHwTs5Q15fcSBqiLYnbcI7IyhwqEhJ ViRmgMdC4lG+08aLrvZIQH0zaJ5rs7JVJlqkvAmZePFim9NiYho71ZIWv8l7GvOd16 3lkUWIKdVl6mIb/BGBJOvNMC4TW+aLWDGRp+6GEdaNtZErrjcp/lvt3iyw5+R0W6EO ico6ggd72/MnODEgouHYHaRiJxMtgVrcpvOIZQ4+GFmdogJQcRDseOyW/FtG17fdWM W9Z8qSdrpWH2Q== Received: from mail01.iro.umontreal.ca (unknown [172.31.2.1]) by pmg3.iro.umontreal.ca (Proxmox) with ESMTP id 110E644154B; Thu, 7 Aug 2025 14:42:51 -0400 (EDT) Received: from asado (unknown [194.230.144.170]) by mail01.iro.umontreal.ca (Postfix) with ESMTPSA id E618D1203FD; Thu, 7 Aug 2025 14:42:48 -0400 (EDT) From: Stefan Monnier To: Eli Zaretskii Subject: Re: bug#79161: [PATCH] Improve Vprint_variable_mapping In-Reply-To: <86wm7jwbft.fsf@gnu.org> Message-ID: References: <87zfchyrj0.fsf@shaf.tel> <86wm7jwbft.fsf@gnu.org> Date: Thu, 07 Aug 2025 14:42:42 -0400 User-Agent: Gnus/5.13 (Gnus v5.13) MIME-Version: 1.0 Content-Type: text/plain X-SPAM-INFO: Spam detection results: 0 ALL_TRUSTED -1 Passed through trusted hosts only via SMTP AWL 0.517 Adjusted score from AWL reputation of From: address BAYES_00 -1.9 Bayes spam probability is 0 to 1% DKIM_SIGNED 0.1 Message has a DKIM or DK signature, not necessarily valid DKIM_VALID -0.1 Message has at least one valid DKIM or DK signature DKIM_VALID_AU -0.1 Message has a valid DKIM or DK signature from author's domain DKIM_VALID_EF -0.1 Message has a valid DKIM or DK signature from envelope-from domain X-SPAM-LEVEL: X-Spam-Score: 1.3 (+) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: >> just a couple small updates to the PRINT-OVERRIDES argument to >> prin1/prin1-to-string. fixes the typo "unreadeable-function", and adds >> an override for `print-symbols-bare'. > Thanks. > Stefan, [...] Content analysis details: (1.3 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- 0.0 RCVD_IN_VALIDITY_CERTIFIED_BLOCKED RBL: ADMINISTRATOR NOTICE: The query to Validity was blocked. See https://knowledge.validity.com/hc/en-us/articles/20961730681243 for more information. [132.204.25.50 listed in sa-accredit.habeas.com] 3.6 RCVD_IN_SBL_CSS RBL: Received via a relay in Spamhaus SBL-CSS [194.230.144.170 listed in zen.spamhaus.org] 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record -0.0 SPF_PASS SPF: sender matches SPF record -2.3 RCVD_IN_DNSWL_MED RBL: Sender listed at https://www.dnswl.org/, medium trust [132.204.25.50 listed in list.dnswl.org] 0.0 RCVD_IN_VALIDITY_RPBL_BLOCKED RBL: ADMINISTRATOR NOTICE: The query to Validity was blocked. See https://knowledge.validity.com/hc/en-us/articles/20961730681243 for more information. [132.204.25.50 listed in bl.score.senderscore.com] X-Debbugs-Envelope-To: 79161 Cc: 79161@debbugs.gnu.org, zach shaftel 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: 0.3 (/) >> just a couple small updates to the PRINT-OVERRIDES argument to >> prin1/prin1-to-string. fixes the typo "unreadeable-function", and adds >> an override for `print-symbols-bare'. > Thanks. > Stefan, any comments? LGTM. Stefan From debbugs-submit-bounces@debbugs.gnu.org Thu Aug 07 14:50:27 2025 Received: (at 79161) by debbugs.gnu.org; 7 Aug 2025 18:50:27 +0000 Received: from localhost ([127.0.0.1]:35961 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1uk5h5-00071q-FU for submit@debbugs.gnu.org; Thu, 07 Aug 2025 14:50:27 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:33550) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1uk5h2-0006yZ-Qt for 79161@debbugs.gnu.org; Thu, 07 Aug 2025 14:50:25 -0400 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 1uk5gx-00088h-7o; Thu, 07 Aug 2025 14:50:19 -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=FidatiGHQJpRWiSqux7/VHg/D9Q+F+aBxHoUwluXTC8=; b=g6cdK40W+cEj F3UQpz4RDDMAils4xNelRL4+3QEG/nS+tkmTz0Ql+t/EfiNFsbpypOHeCkw8lq5/jtuwCXR5f3vAs GWP/SyPH1Nk3mBHeRbasxS9beIjGE3sewJh59EuW8HhjRonWhmRgsxX189R+SQDaoi3VFaDheUawO 80KO5Rq/QCLe7sHG+l0uNEY748/cZwwc+OtNWMirgTPFPmTtLmpnYSlcl1b19xN2q7cv+5YCPNF1N MR38BWS8eSPW7eA8F5080Fp6GsULxodSSoeeUmOyASu2PzIjX+vE1QUs96vlGfw3n5TXmID1jgSpx 7WSg+qFM6dIYC+a+HerKHw==; Date: Thu, 07 Aug 2025 21:50:15 +0300 Message-Id: <8634a3otjs.fsf@gnu.org> From: Eli Zaretskii To: Pip Cet In-Reply-To: <871ppn811i.fsf@protonmail.com> (message from Pip Cet on Thu, 07 Aug 2025 18:01:19 +0000) Subject: Re: bug#79161: [PATCH] Improve Vprint_variable_mapping References: <87zfchyrj0.fsf@shaf.tel> <87pldca5oo.fsf@protonmail.com> <86qzxrwb0v.fsf@gnu.org> <87wm7j8bfo.fsf@protonmail.com> <868qjvqn9a.fsf@gnu.org> <871ppn811i.fsf@protonmail.com> X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 79161 Cc: 79161@debbugs.gnu.org, zach@shaf.tel 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 (---) > Date: Thu, 07 Aug 2025 18:01:19 +0000 > From: Pip Cet > Cc: 79161@debbugs.gnu.org, zach@shaf.tel > > "Eli Zaretskii" writes: > > >> https://debbugs.gnu.org/cgi/bugreport.cgi?bug=75784 > > > > Thanks. What do you think about installing only the > > corrected-spelling patch from that discussion? > > Sounds good to me. Would that work for everyone? It's at least a step in the right direction, IMO. From debbugs-submit-bounces@debbugs.gnu.org Sat Aug 09 08:39:31 2025 Received: (at 79161-done) by debbugs.gnu.org; 9 Aug 2025 12:39:31 +0000 Received: from localhost ([127.0.0.1]:40691 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ukirC-00036b-I1 for submit@debbugs.gnu.org; Sat, 09 Aug 2025 08:39:30 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:40714) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1ukirA-00036H-5o for 79161-done@debbugs.gnu.org; Sat, 09 Aug 2025 08:39:29 -0400 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 1ukir4-0005j4-J7; Sat, 09 Aug 2025 08:39:22 -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=lHFFCwhKA4azDnY5tz3Rq5eV3RVEqU1x//oedAkgDZI=; b=KfD6J9+zPhFd jZ8KE/A58ptWhzf4K0syxI4PV/GkKnDhm7/+9xRco3Bp2o3HxR59NS3iOO84fnOjQxaoxnS1F6dXy s/zg5nQIA6ovuj9TrYLR0lJvPYVop2uAZhHJYtmM1WG7XJPOTiKEASEvKNW619bSG8u23njL4n6CW fetzYm00Da9AUICMppQv+za1IMDL2/lkJyGxjgTmtjYIgrHpmgLcEc3wyhy6IYjJUsSRHelBn8JOI 2TGZR7jH3FsWkb2EfoCYbjEynPstZbexpNz/rw7KBNWaaBf9wxhnpETIzStu9SQdZhukTK0JmMLeO sgESqCVWgdGov3x33ryAnA==; Date: Sat, 09 Aug 2025 15:39:19 +0300 Message-Id: <86qzxklle0.fsf@gnu.org> From: Eli Zaretskii To: zach shaftel In-Reply-To: <87fre6n8av.fsf@shaf.tel> (message from zach shaftel on Mon, 04 Aug 2025 16:25:28 -0400) Subject: Re: bug#79161: [PATCH] Improve Vprint_variable_mapping References: <87zfchyrj0.fsf@shaf.tel> <86wm7jwbft.fsf@gnu.org> <87fre6n8av.fsf@shaf.tel> X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 79161-done Cc: monnier@iro.umontreal.ca, 79161-done@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 (---) > From: zach shaftel > Cc: Stefan Monnier , 79161@debbugs.gnu.org > Date: Mon, 04 Aug 2025 16:25:28 -0400 > > i forgot to update the manual, a revised patch is attached. Thanks, installed on master, and closing the bug. From debbugs-submit-bounces@debbugs.gnu.org Sat Aug 09 08:49:16 2025 Received: (at 79161) by debbugs.gnu.org; 9 Aug 2025 12:49:16 +0000 Received: from localhost ([127.0.0.1]:40741 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ukj0d-0003ef-Ki for submit@debbugs.gnu.org; Sat, 09 Aug 2025 08:49:15 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:43486) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1ukj0b-0003eO-1k for 79161@debbugs.gnu.org; Sat, 09 Aug 2025 08:49:13 -0400 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 1ukj0U-00075F-NU; Sat, 09 Aug 2025 08:49:06 -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=+XhUPvebMb0/mMcRTeDHu8OI9Z+18GZg+vCi4T0hnMU=; b=U5hIVZxGlFuf pH4jdwl1yakzWHNr83CPXOqosrruEU2qyrTbS7ILqzTvt26/2N25a4dZiVKPkEp1+j0DaXyv7t1pO na+24SKfvBwHbAWrCqQrfyx6VvTsiyh8te89lOibLA15pgV6sGHXyAY+bU+T+RTDBdp2yclPfobO7 5Ys2KKi8Mi4ZhDQsnVE3KTgC/ONhh1OiCEOpvfnGkCkDOW0jzpi3WepjjvDVJYeCMIUsTNrdpMAzk YFGmkuH1lCCwHC057/xI/E7SABSSoxrygYMuo/5qotf8QEFL0D3ZizSbBvQlUi8qIbAnzsiXUFOgi 7j4FjmQzsI3SS7KXNkvnJA==; Date: Sat, 09 Aug 2025 15:49:02 +0300 Message-Id: <86ldnslkxt.fsf@gnu.org> From: Eli Zaretskii To: pipcet@protonmail.com In-Reply-To: <8634a3otjs.fsf@gnu.org> (message from Eli Zaretskii on Thu, 07 Aug 2025 21:50:15 +0300) Subject: Re: bug#79161: [PATCH] Improve Vprint_variable_mapping References: <87zfchyrj0.fsf@shaf.tel> <87pldca5oo.fsf@protonmail.com> <86qzxrwb0v.fsf@gnu.org> <87wm7j8bfo.fsf@protonmail.com> <868qjvqn9a.fsf@gnu.org> <871ppn811i.fsf@protonmail.com> <8634a3otjs.fsf@gnu.org> X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 79161 Cc: 79161@debbugs.gnu.org, zach@shaf.tel 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: 79161@debbugs.gnu.org, zach@shaf.tel > Date: Thu, 07 Aug 2025 21:50:15 +0300 > From: Eli Zaretskii > > > Date: Thu, 07 Aug 2025 18:01:19 +0000 > > From: Pip Cet > > Cc: 79161@debbugs.gnu.org, zach@shaf.tel > > > > "Eli Zaretskii" writes: > > > > >> https://debbugs.gnu.org/cgi/bugreport.cgi?bug=75784 > > > > > > Thanks. What do you think about installing only the > > > corrected-spelling patch from that discussion? > > > > Sounds good to me. Would that work for everyone? > > It's at least a step in the right direction, IMO. I've now installed that part of the patches discussed in bug#75784.