From debbugs-submit-bounces@debbugs.gnu.org Thu Oct 06 04:59:58 2022 Received: (at submit) by debbugs.gnu.org; 6 Oct 2022 08:59:58 +0000 Received: from localhost ([127.0.0.1]:58951 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ogMjW-0003PY-B4 for submit@debbugs.gnu.org; Thu, 06 Oct 2022 04:59:58 -0400 Received: from lists.gnu.org ([209.51.188.17]:40486) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ogMjU-0003PQ-8o for submit@debbugs.gnu.org; Thu, 06 Oct 2022 04:59:56 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:47456) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1ogMjQ-0005XS-BB for bug-gnu-emacs@gnu.org; Thu, 06 Oct 2022 04:59:55 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:40160) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1ogMjP-00014o-V7 for bug-gnu-emacs@gnu.org; Thu, 06 Oct 2022 04:59:51 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-Version:Date:Subject:To:From:in-reply-to: references; bh=BtmaVNAbcvsX5XRw/1qYN3I+CD5Ks2aF2fFdT2advzw=; b=aoXnAHCo3mg6TQ WPtMP29Cj+CA9fG7iiH9cGac/SWtGXiylOHqJTzQtYO4F+Knuh8KCUdGzg6UkxGTiC3rpD6e/85JV qo3b+D9n5u93VWfdkzPqnRJ/HacqieGNfjzmVYXOIe7Bl0nDc+vbCzOFcdX0zU6/NZMH+yGhnVJ0H Ra6TNcV1AQRlPi+ou6s/A5aZry7eXJ1peh4tR10ElFQnxgHbejZgRGqUlhB7aBkPuKOKKibt2rD+Z AZgsPe2iKAvjd+45+9GOz/jgbnLsMK979lWxONIkKM8MIyA3C7A0wgVqIVG2wPS0DM/jK+dYKaEjp 6+N0R+jrA6zbiR/oc69w==; Received: from pd9fb7965.dip0.t-ipconnect.de ([217.251.121.101]:53319 helo=MUTANT) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1ogMjP-0002g8-Hy for bug-gnu-emacs@gnu.org; Thu, 06 Oct 2022 04:59:51 -0400 From: Arash Esbati To: emacs-bugs Subject: 29.0.50; [PATCH] Pass correct environment name to `reftex-label' Date: Thu, 06 Oct 2022 10:59:28 +0200 Message-ID: <86k05diaz3.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -2.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: -3.3 (---) Hi all, I'd like to install this small change in tex-mode.el: --8<---------------cut here---------------start------------->8--- diff --git a/lisp/textmodes/tex-mode.el b/lisp/textmodes/tex-mode.el index 6dc2865dd9..bb8ea0d942 100644 --- a/lisp/textmodes/tex-mode.el +++ b/lisp/textmodes/tex-mode.el @@ -1557,7 +1557,7 @@ latex-block-body-alist '(if (and (boundp 'reftex-mode) reftex-mode) (reftex-label "table")) \n _) ("figure" nil > _ \n "\\caption{" > (skeleton-read "Caption: ") "}" > \n - '(if (and (boundp 'reftex-mode) reftex-mode) (reftex-label "table")))) + '(if (and (boundp 'reftex-mode) reftex-mode) (reftex-label "figure")))) "Skeleton element to use for the body of particular environments. Every element of the list has the form (NAME . SKEL-ELEM) where NAME is the name of the environment and SKEL-ELEM is an element to use in --8<---------------cut here---------------end--------------->8--- I'm asking because tex-mode isn't my home turf. Best, Arash From debbugs-submit-bounces@debbugs.gnu.org Thu Oct 06 08:19:35 2022 Received: (at 58329) by debbugs.gnu.org; 6 Oct 2022 12:19:35 +0000 Received: from localhost ([127.0.0.1]:59249 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ogPqh-0006zN-CR for submit@debbugs.gnu.org; Thu, 06 Oct 2022 08:19:35 -0400 Received: from quimby.gnus.org ([95.216.78.240]:40886) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ogPqe-0006yu-Cp for 58329@debbugs.gnu.org; Thu, 06 Oct 2022 08:19:33 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnus.org; s=20200322; h=Content-Type:MIME-Version:Message-ID:Date:References: In-Reply-To:Subject:Cc:To:From:Sender:Reply-To:Content-Transfer-Encoding: Content-ID:Content-Description:Resent-Date:Resent-From:Resent-Sender: Resent-To:Resent-Cc:Resent-Message-ID:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=7TAnPVQ1luck4jce/JLPESGTF9G6cXB3t+8mAthLTFo=; b=RngyX9TJ59ij4Tj7Sr38/CdAKA MLV8+cH43ep18BUuyEqj+3NkyoAiAhKeVs//dKsW5UnQTMwp0EXaFuINEc39Jnxxilanib0lnRSYy xaEeNOr98h9PUofkpi4JVO03RYBTpo0ORmM0r44RdG/ts29nbYaCYjRUzV+yUUzPDNk8=; Received: from [84.212.220.105] (helo=downe) by quimby.gnus.org with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1ogPqT-0002fG-TJ; Thu, 06 Oct 2022 14:19:24 +0200 From: Lars Ingebrigtsen To: Arash Esbati Subject: Re: bug#58329: 29.0.50; [PATCH] Pass correct environment name to `reftex-label' In-Reply-To: <86k05diaz3.fsf@gnu.org> (Arash Esbati's message of "Thu, 06 Oct 2022 10:59:28 +0200") References: <86k05diaz3.fsf@gnu.org> X-Now-Playing: Alan Vega's _Collision Drive_: "Raver" Date: Thu, 06 Oct 2022 14:19:17 +0200 Message-ID: <87leptywje.fsf@gnus.org> User-Agent: Gnus/5.13 (Gnus v5.13) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Report: Spam detection software, running on the system "quimby.gnus.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 @@CONTACT_ADDRESS@@ for details. Content preview: Arash Esbati writes: > - '(if (and (boundp 'reftex-mode) reftex-mode) (reftex-label "table")))) > + '(if (and (boundp 'reftex-mode) reftex-mode) (reftex-label "figure")))) Your change look like the right thing to me. This code was apparently introduced in: Content analysis details: (-2.9 points, 5.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -1.0 ALL_TRUSTED Passed through trusted hosts only via SMTP -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 58329 Cc: Stefan Monnier , 58329@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 (---) Arash Esbati writes: > - '(if (and (boundp 'reftex-mode) reftex-mode) (reftex-label "table")))) > + '(if (and (boundp 'reftex-mode) reftex-mode) (reftex-label "figure")))) Your change look like the right thing to me. This code was apparently introduced in: commit dd166d5fa1712b0dda35859c91d89666c2873471 Author: Stefan Monnier AuthorDate: Sun Oct 3 19:53:23 2004 +0000 It looks to me like a cut and paste error -- I've added Stefan to the CCs; I'm sure he remembers this code. It's just 18 years ago. (defvar latex-block-body-alist '(("enumerate" nil '(latex-insert-item) > _) ("itemize" nil '(latex-insert-item) > _) - ("table" nil "\\caption{" > - "}" > \n _) - ("figure" nil > _ \n "\\caption{" > _ "}" >)) + ("table" nil "\\caption{" > (skeleton-read "Caption: ") "}" > \n + '(if (and (boundp 'reftex-mode) reftex-mode) (reftex-label "table")) + \n _) + ("figure" nil > _ \n "\\caption{" > (skeleton-read "Caption: ") "}" > \n + '(if (and (boundp 'reftex-mode) reftex-mode) (reftex-label "table")))) From debbugs-submit-bounces@debbugs.gnu.org Thu Oct 06 08:19:36 2022 Received: (at control) by debbugs.gnu.org; 6 Oct 2022 12:19:36 +0000 Received: from localhost ([127.0.0.1]:59251 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ogPqh-0006zP-Mm for submit@debbugs.gnu.org; Thu, 06 Oct 2022 08:19:35 -0400 Received: from quimby.gnus.org ([95.216.78.240]:40900) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ogPqf-0006z2-U6 for control@debbugs.gnu.org; Thu, 06 Oct 2022 08:19:34 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnus.org; s=20200322; h=Subject:From:To:Message-Id:Date:Sender:Reply-To:Cc: MIME-Version:Content-Type:Content-Transfer-Encoding:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:In-Reply-To:References:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=5J0gxsP5U3dXpYmzaIxLqVl/t3tFvGTDaAVBgB5X/7c=; b=OOWnfy+fTqq+tzMcXuf+b0Sakb /WsVtaTuKmVETrOXg1x7Qknj23FMDGNf4dSV6WGgsxkum6F3oXesWAwZVxvxvJp8Yu5cqzgdO/e/w kBxQNM0gzTcB3VTIVjyonRlObqljcHCT3K2TRYy7jJxDZmXsnbpswjkyNzC3jkUBOK4M=; Received: from [84.212.220.105] (helo=downe) by quimby.gnus.org with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1ogPqY-0002fL-2D for control@debbugs.gnu.org; Thu, 06 Oct 2022 14:19:28 +0200 Date: Thu, 06 Oct 2022 14:19:25 +0200 Message-Id: <87k05dywj6.fsf@gnus.org> To: control@debbugs.gnu.org From: Lars Ingebrigtsen Subject: control message for bug #58329 X-Spam-Report: Spam detection software, running on the system "quimby.gnus.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 @@CONTACT_ADDRESS@@ for details. Content preview: tags 58329 + moreinfo quit Content analysis details: (-2.9 points, 5.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -1.0 ALL_TRUSTED Passed through trusted hosts only via SMTP -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] X-Spam-Score: -2.3 (--) 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: -3.3 (---) tags 58329 + moreinfo quit From debbugs-submit-bounces@debbugs.gnu.org Thu Oct 06 09:41:50 2022 Received: (at 58329) by debbugs.gnu.org; 6 Oct 2022 13:41:50 +0000 Received: from localhost ([127.0.0.1]:59428 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ogR8I-0007TT-F9 for submit@debbugs.gnu.org; Thu, 06 Oct 2022 09:41:50 -0400 Received: from mailscanner.iro.umontreal.ca ([132.204.25.50]:25447) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ogR8E-0007TD-Tp for 58329@debbugs.gnu.org; Thu, 06 Oct 2022 09:41:49 -0400 Received: from pmg1.iro.umontreal.ca (localhost.localdomain [127.0.0.1]) by pmg1.iro.umontreal.ca (Proxmox) with ESMTP id 8EEE6100142; Thu, 6 Oct 2022 09:41:41 -0400 (EDT) Received: from mail01.iro.umontreal.ca (unknown [172.31.2.1]) by pmg1.iro.umontreal.ca (Proxmox) with ESMTP id 1D788100091; Thu, 6 Oct 2022 09:41:40 -0400 (EDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=iro.umontreal.ca; s=mail; t=1665063700; bh=kYyADvuvc8l7h6QCoJTwSXqLn8TPu/m0sEUCV1+XufU=; h=From:To:Cc:Subject:In-Reply-To:References:Date:From; b=PztBrjE7IFI9Cy/4BfUyheAHcoOP+QYu/PyLdHj015s186NchURJlDyIRQeCHb6Qj kZM7KwGrQp/EYQj9PsFy1LPTkVX00w2d4IKvJMECcPK0GsfPLiXu7KOOchPNhRgudX 8ma3L+NOVRAN78VFV/Pvp2gAu1KK6kHJIHyFYDNsE04czhVeDxO8nlMDPniCbSeuSE b1oLKQnwX67JHzJdmh4J4iVV+0fA15AqWW7kTgMwPjJGOOqTPNIZBe/of3zxvWFQzc eXlBDcc+vHVeXkFdolnp8ksPMOWx4NBjpEZ2x1gFvniDg5jbkGnactc4BMCi9auvsZ TegitGtI7BFPg== Received: from lechazo (lechon.iro.umontreal.ca [132.204.27.242]) by mail01.iro.umontreal.ca (Postfix) with ESMTPSA id 0A53F120D85; Thu, 6 Oct 2022 09:41:40 -0400 (EDT) From: Stefan Monnier To: Lars Ingebrigtsen Subject: Re: bug#58329: 29.0.50; [PATCH] Pass correct environment name to `reftex-label' In-Reply-To: <87leptywje.fsf@gnus.org> (Lars Ingebrigtsen's message of "Thu, 06 Oct 2022 14:19:17 +0200") Message-ID: References: <86k05diaz3.fsf@gnu.org> <87leptywje.fsf@gnus.org> Date: Thu, 06 Oct 2022 09:41:32 -0400 User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (gnu/linux) 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.165 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 X-SPAM-LEVEL: X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 58329 Cc: Arash Esbati , 58329@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 (---) Lars Ingebrigtsen [2022-10-06 14:19:17] wrote: > Arash Esbati writes: > >> - '(if (and (boundp 'reftex-mode) reftex-mode) (reftex-label "table")))) >> + '(if (and (boundp 'reftex-mode) reftex-mode) (reftex-label "figure")))) > > Your change look like the right thing to me. This code was apparently > introduced in: > > commit dd166d5fa1712b0dda35859c91d89666c2873471 > Author: Stefan Monnier > AuthorDate: Sun Oct 3 19:53:23 2004 +0000 > > It looks to me like a cut and paste error -- I've added Stefan to the > CCs; I'm sure he remembers this code. It's just 18 years ago. Oh, so that's what it was. I've noticed the problem but just lived with the quirk thinking it was a problem in my own local changes since noone else complained. Thanks a lot Arash for fixing it! Stefan From debbugs-submit-bounces@debbugs.gnu.org Thu Oct 06 14:05:38 2022 Received: (at 58329) by debbugs.gnu.org; 6 Oct 2022 18:05:38 +0000 Received: from localhost ([127.0.0.1]:33508 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ogVFa-00073N-Ad for submit@debbugs.gnu.org; Thu, 06 Oct 2022 14:05:38 -0400 Received: from eggs.gnu.org ([209.51.188.92]:35506) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ogVFX-00072x-DC for 58329@debbugs.gnu.org; Thu, 06 Oct 2022 14:05:37 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:38100) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1ogVFR-0007CZ-JX; Thu, 06 Oct 2022 14:05:29 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-Version:Date:References:In-Reply-To:Subject:To: From; bh=OplfOPwTdH+ksDwkeZ2OoUgflWmjnSGvDXox1RAOxWo=; b=NZm3+D3r8fQVAmFxd9mQ cyoAy/LFNO5JcFiPMgcxShBr4XK4kOsdBxIIBahgsSkL8v9jNTI/9Q5F4y1Syox8LOxxHdabYyQVt XL/x1NYW8Q2Pbiq1Ufw0jWEv+VVnha09hsLt0niU22/JMXYKoF0BebMMWe18L4Z6KLaAN7pry90XM /Z9q6ccRvbPwluYhti7PtfDLj3MQhKzhg10OknEl6n/Ox8zyv7K2HxqVbyF/mcEATCCWg0p5zegI2 FyXgFNDwlYKTo3Vms+Z7VwWhEs5m1Xn1iutL9a3qJ5U29TSylXEquWyp12csTbemjg/zL5LYqULC2 zUnLUgnjsjEeNg==; Received: from pd9fb7965.dip0.t-ipconnect.de ([217.251.121.101]:62588 helo=MUTANT) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1ogVFR-0002wo-4a; Thu, 06 Oct 2022 14:05:29 -0400 From: Arash Esbati To: Stefan Monnier Subject: Re: bug#58329: 29.0.50; [PATCH] Pass correct environment name to `reftex-label' In-Reply-To: (Stefan Monnier's message of "Thu, 06 Oct 2022 09:41:32 -0400") References: <86k05diaz3.fsf@gnu.org> <87leptywje.fsf@gnus.org> Date: Thu, 06 Oct 2022 20:01:55 +0200 Message-ID: <86mta8ltkc.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 58329 Cc: Lars Ingebrigtsen , 58329@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 (---) Stefan Monnier writes: > Oh, so that's what it was. I've noticed the problem but just lived with > the quirk thinking it was a problem in my own local changes since noone > else complained. > Thanks a lot Arash for fixing it! You're welcome. Fixed with 0c65c9dfb3. Closing. Best, Arash From debbugs-submit-bounces@debbugs.gnu.org Thu Oct 06 14:05:37 2022 Received: (at control) by debbugs.gnu.org; 6 Oct 2022 18:05:37 +0000 Received: from localhost ([127.0.0.1]:33506 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ogVFZ-000739-1R for submit@debbugs.gnu.org; Thu, 06 Oct 2022 14:05:37 -0400 Received: from eggs.gnu.org ([209.51.188.92]:35504) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ogVFX-00072w-Dz for control@debbugs.gnu.org; Thu, 06 Oct 2022 14:05:35 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:38102) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1ogVFS-0007Cj-5u for control@debbugs.gnu.org; Thu, 06 Oct 2022 14:05:30 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-Version:Date:Subject:To:From:in-reply-to: references; bh=MX0rx/wflAQTnLAms2uMLNKJ4W5txryYaEtexEhXPR8=; b=HzrMAhjvqPBJB+ lVLoRcgDVz+HITwFALP9+sEQWdkP1dDyLBrTJh1WIdPZyfdTUV+kH20WGLLiBnbuxkel4vD/LPJXC 6WHiP6wOA95cIBYvqHAlhHOWMxQSiY2LR/N3HP8W1pmC8vo4KkMFiN33Xtm+7GpglyhI4S0vPwGsb KMnFNJRsbOeZINbKN8uQD58DJRrKaJ+fUzwqsYYGDs5IUtYFbYOJ+4sd72m09KjLLhrj/r28WjY05 +RhltDFPdckRqMVsodphLPb+QTAWW2sd5uoS2Vn6C8Fh7M/Ko2jWwbRPHuBBzXYmwd6kh6HwIiDQJ s/0oAppVb/IH1utf6cjw==; Received: from pd9fb7965.dip0.t-ipconnect.de ([217.251.121.101]:62588 helo=MUTANT) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1ogVFR-0002wo-OK for control@debbugs.gnu.org; Thu, 06 Oct 2022 14:05:29 -0400 From: Arash Esbati To: control-debbugs Subject: Re: bug#58329: 29.0.50; [PATCH] Pass correct environment name to `reftex-label' Date: Thu, 06 Oct 2022 20:05:11 +0200 Message-ID: <86ilkwltew.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -2.3 (--) 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: -3.3 (---) tags 58329 fixed close 58329 29.1 thanks From unknown Mon Aug 18 04:42:13 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Fri, 04 Nov 2022 11:24:08 +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