From unknown Wed Jun 18 23:04:49 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#77850 <77850@debbugs.gnu.org> To: bug#77850 <77850@debbugs.gnu.org> Subject: Status: PATCH: reftex.el update author email Reply-To: bug#77850 <77850@debbugs.gnu.org> Date: Thu, 19 Jun 2025 06:04:49 +0000 retitle 77850 PATCH: reftex.el update author email reassign 77850 auctex submitter 77850 Jeremy Bryant severity 77850 normal thanks From debbugs-submit-bounces@debbugs.gnu.org Wed Apr 16 16:22:43 2025 Received: (at submit) by debbugs.gnu.org; 16 Apr 2025 20:22:43 +0000 Received: from localhost ([127.0.0.1]:42832 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1u59HO-0004FE-A5 for submit@debbugs.gnu.org; Wed, 16 Apr 2025 16:22:43 -0400 Received: from lists.gnu.org ([2001:470:142::17]:49866) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1u59HI-0004Db-5d for submit@debbugs.gnu.org; Wed, 16 Apr 2025 16:22:40 -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 1u59H9-0006eU-BV for bug-auctex@gnu.org; Wed, 16 Apr 2025 16:22:27 -0400 Received: from out-173.mta0.migadu.com ([2001:41d0:1004:224b::ad]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1u59H5-0001g6-SP for bug-auctex@gnu.org; Wed, 16 Apr 2025 16:22:26 -0400 X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=jeremybryant.net; s=key1; t=1744834938; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type; bh=SCC1Z3EEDlrQ6t6lfN63vAjCdngTHB4duxX1FEq72NA=; b=CZdaKnJJQnQy1AWBJdAJnW9r2psv5wYm9fkKHi2nGvjMSgSieTRQAz26O+fPVinhu1i78I RnPA7oISX91xvJW6B5nGq/Teoos7m+Ya9XS6Mzen8WHEkeb62nchTVpGMR3ufUMEMXwTvE r/O0FPSKUlrDCI+9KJInA2XvaaEZAe/P2kR2f0SvsMuZ7ttjav3rpyx2bIIDfUe60OdG8L VI/VfeATuBmUJvxu1Q2yWqJ6muDenBrjUxjGKxbJlmY4ZjbQyNTD7fSnd5b/fgNns+ejgL BIpFs2eaKSTMMs00jftDcp3pVkWNWAEG3ciS7UKT1qKvv7h86/D9LNY+N2zntw== From: Jeremy Bryant To: bug-auctex@gnu.org Subject: PATCH: reftex.el update author email Date: Wed, 16 Apr 2025 21:22:15 +0100 Message-ID: <87v7r3oo08.fsf@jeremybryant.net> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" X-Migadu-Flow: FLOW_OUT Received-SPF: pass client-ip=2001:41d0:1004:224b::ad; envelope-from=jb@jeremybryant.net; helo=out-173.mta0.migadu.com 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, 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 Cc: Carsten Dominik 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 Dear AUCTeX maintainers, In the course of working on reftex.el, I observed the email for author Carsten is out of date. After corresponding with Carsten, and on his behalf, I would like to propose the attached. The patch is formatted with a changelog as per the Emacs conventions. Please review for installation and let me know if any amendment necessary. Thanks in advance --=-=-= Content-Type: text/x-diff Content-Disposition: attachment; filename=0001-lisp-textmodes-reftex.el-Update-author-email.patch >From 0ded06a4596f37d2e4c0f18cb159aee8ce335507 Mon Sep 17 00:00:00 2001 From: Jeremy Bryant Date: Wed, 16 Apr 2025 21:14:57 +0100 Subject: [PATCH] ; * lisp/textmodes/reftex.el: Update author email. --- lisp/textmodes/reftex.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/textmodes/reftex.el b/lisp/textmodes/reftex.el index e51e03ca350..21587ecee38 100644 --- a/lisp/textmodes/reftex.el +++ b/lisp/textmodes/reftex.el @@ -2,7 +2,7 @@ ;; Copyright (C) 1997-2025 Free Software Foundation, Inc. -;; Author: Carsten Dominik +;; Author: Carsten Dominik ;; Maintainer: auctex-devel@gnu.org ;; Keywords: tex -- 2.47.2 --=-=-=-- From debbugs-submit-bounces@debbugs.gnu.org Thu Apr 17 04:40:27 2025 Received: (at submit) by debbugs.gnu.org; 17 Apr 2025 08:40:28 +0000 Received: from localhost ([127.0.0.1]:45737 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1u5KnL-00068Y-JJ for submit@debbugs.gnu.org; Thu, 17 Apr 2025 04:40:27 -0400 Received: from lists.gnu.org ([2001:470:142::17]:36248) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1u5KnJ-000670-3H for submit@debbugs.gnu.org; Thu, 17 Apr 2025 04:40:26 -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 1u5Kn0-0000hC-3X for bug-auctex@gnu.org; Thu, 17 Apr 2025 04:40:08 -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 1u5Kmz-0006FK-Mh; Thu, 17 Apr 2025 04:40:05 -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=z6c2Jc3Ff8GdWkcboTczzLC8d4aWRRH+V2wxcKim2Zc=; b=cx4ElpOtPaezjt2mKhhD +2SiERccyw/lOllY0W8KHFR7ZE4wfNYekYt5tOKWtH8cR5I7PXp2+bxf7FAkjZbT4mPPYu/hselyX JQfNlVWMK8F5Hc0dECuhXEJWVBDUb6XvMEf8cC+WyITEaNSG8CBFbpmc8VMv1D/Rku6vK30WJ2aKj gMcPTpAbqdlwHXzI91s+VF90AvALcjBYv7aN6iZ5OiDsf0m4QHnRPcNmW1GlR2OBONVgTNGuPtowp /92V0RKXbTWjOhAHwNv6M9BqAzy+EU33Lf2G3NcssXhpuOLM98O10XUky4SQBPTGySNl6UyFmYIU7 GKzjM+LnQ8CEaQ==; From: Arash Esbati To: Jeremy Bryant via bug-auctex via Bug reporting list for AUCTeX Subject: Re: bug#77850: PATCH: reftex.el update author email In-Reply-To: <87v7r3oo08.fsf@jeremybryant.net> References: <87v7r3oo08.fsf@jeremybryant.net> Date: Thu, 17 Apr 2025 10:40:02 +0200 Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: submit Cc: 77850@debbugs.gnu.org, Jeremy Bryant , Carsten Dominik 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 (-) Jeremy Bryant via bug-auctex via Bug reporting list for AUCTeX writes: > In the course of working on reftex.el, I observed the email for author > Carsten is out of date. > > After corresponding with Carsten, and on his behalf, I would like to > propose the attached. > > The patch is formatted with a changelog as per the Emacs conventions. > Please review for installation and let me know if any amendment > necessary. Thanks. But while you're at it, can you please make this change for all reftex*.el files? Or is there a specific reason you're touching only reftex.el and not the other files? Best, Arash From debbugs-submit-bounces@debbugs.gnu.org Thu Apr 17 05:33:28 2025 Received: (at submit) by debbugs.gnu.org; 17 Apr 2025 09:33:28 +0000 Received: from localhost ([127.0.0.1]:45808 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1u5Lcd-0002dG-1p for submit@debbugs.gnu.org; Thu, 17 Apr 2025 05:33:28 -0400 Received: from lists.gnu.org ([2001:470:142::17]:33694) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1u5LcY-0002cZ-L4 for submit@debbugs.gnu.org; Thu, 17 Apr 2025 05:33:24 -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 1u5LcQ-0000eL-Ak for bug-auctex@gnu.org; Thu, 17 Apr 2025 05:33:14 -0400 Received: from out-178.mta0.migadu.com ([2001:41d0:1004:224b::b2]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1u5LcO-0006HT-EM for bug-auctex@gnu.org; Thu, 17 Apr 2025 05:33:14 -0400 X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=jeremybryant.net; s=key1; t=1744882379; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=6n3iEpZIsmaGvzbCjonVBy4fORqZqIqnUVXvuAciHP8=; b=MsjNwvjBDUJI77qlJgT3DIDatAvPSSsgXD822BPBNkMBH0chruDAMXzHzJfS4djxNPVmDO M7dggpVNhPrX4Lg2rxarE8RtriVJT/t+s92bDqKGPHblx/6xzJj51J3sGfRC14Bt8cTjsa Atd/gBrLUHWF2ubCg0dJWu+QqmTHjr1IHTCVIIV2Nx6yUJrT/2bmSncT4NwtCGjmHS5yiM ciNdOXPwm1ack+ikj2GPA7jyPmijjkoPLcY1yaz5JlKvYT2KtuobEdamwahTVibMx7D+fi 14oPBoLXmsumkpfqzCnsVke7CqO3HIvijnchWPXWTzZkNYbro7rUBothjsgNFg== From: Jeremy Bryant To: Arash Esbati Subject: Re: bug#77850: PATCH: reftex.el update author email In-Reply-To: (Arash Esbati's message of "Thu, 17 Apr 2025 10:40:02 +0200") References: <87v7r3oo08.fsf@jeremybryant.net> Date: Thu, 17 Apr 2025 10:32:57 +0100 Message-ID: <87jz7jnnee.fsf@jeremybryant.net> MIME-Version: 1.0 Content-Type: text/plain X-Migadu-Flow: FLOW_OUT Received-SPF: pass client-ip=2001:41d0:1004:224b::b2; envelope-from=jb@jeremybryant.net; helo=out-178.mta0.migadu.com 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, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001 autolearn=unavailable autolearn_force=no X-Spam_action: no action X-Spam-Score: 0.9 (/) X-Debbugs-Envelope-To: submit Cc: Jeremy Bryant via bug-auctex via Bug reporting list for AUCTeX , 77850@debbugs.gnu.org, Carsten Dominik 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 (/) Arash Esbati writes: > Jeremy Bryant via bug-auctex via Bug reporting list for AUCTeX writes: > >> In the course of working on reftex.el, I observed the email for author >> Carsten is out of date. >> >> After corresponding with Carsten, and on his behalf, I would like to >> propose the attached. >> >> The patch is formatted with a changelog as per the Emacs conventions. >> Please review for installation and let me know if any amendment >> necessary. > > Thanks. But while you're at it, can you please make this change for all > reftex*.el files? Or is there a specific reason you're touching only > reftex.el and not the other files? > > Best, Arash Good point. I happened to be working on reftex.el, but as you point out this change can be done across the board. I will work on it and send a revised patch. From debbugs-submit-bounces@debbugs.gnu.org Thu Apr 17 05:50:18 2025 Received: (at submit) by debbugs.gnu.org; 17 Apr 2025 09:50:18 +0000 Received: from localhost ([127.0.0.1]:45850 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1u5Lsv-0004NA-1Z for submit@debbugs.gnu.org; Thu, 17 Apr 2025 05:50:17 -0400 Received: from lists.gnu.org ([2001:470:142::17]:46128) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1u5Lsl-0004GF-83 for submit@debbugs.gnu.org; Thu, 17 Apr 2025 05:50:10 -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 1u5Lsf-0006xL-Pk for bug-auctex@gnu.org; Thu, 17 Apr 2025 05:50:01 -0400 Received: from out-173.mta1.migadu.com ([2001:41d0:203:375::ad]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1u5Lsc-0000cl-Gk for bug-auctex@gnu.org; Thu, 17 Apr 2025 05:50:01 -0400 X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=jeremybryant.net; s=key1; t=1744883395; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=Zy2rJ/2j/RXcIufY9u+lsikQ9PFe1k5tbcyo6bL5pBU=; b=b6wP/ncaHKzK4hfH5CbSOJA4Hr4Zlje469IOl6q/QpAjhgYiATvrBBcyMj8BUWKfDXHAFs vDSPB6NBN4rLHlZ3UyJfIw06spUuuD7LgWypeaGsBadZarnvUaDCUXOqxKBcCwYd+oWtnz onea3853iHDkLSXNqMblFt4j7x4vVZr/nCfsmaH80b/h238TpW7Wo0bSyFhC68iVJJcROX qsYEp4TqW3wyLGdL9tvhglzEC9Ld5bPk6fcKxWCWDGkW01oVCjcDpWSO9OACc1urOnsWxJ JuyZ4h57MIP3CdYjqIJB6MVeMyD1HnOaeMCWYPCxACeAwUM+/qvYx6laLSwJgw== From: Jeremy Bryant To: Arash Esbati Subject: Re: bug#77850: PATCH: reftex.el update author email In-Reply-To: <87jz7jnnee.fsf@jeremybryant.net> (Jeremy Bryant's message of "Thu, 17 Apr 2025 10:32:57 +0100") References: <87v7r3oo08.fsf@jeremybryant.net> <87jz7jnnee.fsf@jeremybryant.net> Date: Thu, 17 Apr 2025 10:49:47 +0100 Message-ID: <87ecxrnmmc.fsf@jeremybryant.net> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" X-Migadu-Flow: FLOW_OUT Received-SPF: pass client-ip=2001:41d0:203:375::ad; envelope-from=jb@jeremybryant.net; helo=out-173.mta1.migadu.com 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, 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 Cc: Jeremy Bryant via bug-auctex via Bug reporting list for AUCTeX , 77850@debbugs.gnu.org, Carsten Dominik 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 Jeremy Bryant writes: > Arash Esbati writes: > >> Jeremy Bryant via bug-auctex via Bug reporting list for AUCTeX writes: >> >>> In the course of working on reftex.el, I observed the email for author >>> Carsten is out of date. >>> >>> After corresponding with Carsten, and on his behalf, I would like to >>> propose the attached. >>> >>> The patch is formatted with a changelog as per the Emacs conventions. >>> Please review for installation and let me know if any amendment >>> necessary. >> >> Thanks. But while you're at it, can you please make this change for all >> reftex*.el files? Or is there a specific reason you're touching only >> reftex.el and not the other files? >> >> Best, Arash > > Good point. I happened to be working on reftex.el, but as you point out > this change can be done across the board. I will work on it and send a > revised patch. Revised patch attached. --=-=-= Content-Type: text/x-diff Content-Disposition: attachment; filename=0001-lisp-textmodes-reftex.el-and-related-Update-author-e.patch >From 00d8b55094dd381b4115fba113d21f32523c74c2 Mon Sep 17 00:00:00 2001 From: Jeremy Bryant Date: Wed, 16 Apr 2025 21:14:57 +0100 Subject: [PATCH] ; * lisp/textmodes/reftex.el and related: Update author email Update Carsten's email across related reftex* files: lisp/textmodes/reftex.el lisp/textmodes/reftex-auc.el lisp/textmodes/reftex-cite.el lisp/textmodes/reftex-dcr.el lisp/textmodes/reftex-global.el lisp/textmodes/reftex-index.el lisp/textmodes/reftex-parse.el lisp/textmodes/reftex-ref.el lisp/textmodes/reftex-sel.el lisp/textmodes/reftex-toc.el lisp/textmodes/reftex-vars.el lisp/textmodes/reftex.el --- lisp/textmodes/reftex-auc.el | 2 +- lisp/textmodes/reftex-cite.el | 2 +- lisp/textmodes/reftex-dcr.el | 2 +- lisp/textmodes/reftex-global.el | 2 +- lisp/textmodes/reftex-index.el | 2 +- lisp/textmodes/reftex-parse.el | 2 +- lisp/textmodes/reftex-ref.el | 2 +- lisp/textmodes/reftex-sel.el | 2 +- lisp/textmodes/reftex-toc.el | 2 +- lisp/textmodes/reftex-vars.el | 2 +- lisp/textmodes/reftex.el | 2 +- 11 files changed, 11 insertions(+), 11 deletions(-) diff --git a/lisp/textmodes/reftex-auc.el b/lisp/textmodes/reftex-auc.el index 7302156a60b..88cf1b1a3cf 100644 --- a/lisp/textmodes/reftex-auc.el +++ b/lisp/textmodes/reftex-auc.el @@ -2,7 +2,7 @@ ;; Copyright (C) 1997-2025 Free Software Foundation, Inc. -;; Author: Carsten Dominik +;; Author: Carsten Dominik ;; Maintainer: auctex-devel@gnu.org ;; This file is part of GNU Emacs. diff --git a/lisp/textmodes/reftex-cite.el b/lisp/textmodes/reftex-cite.el index fe6751a13f6..0f296d0ba0f 100644 --- a/lisp/textmodes/reftex-cite.el +++ b/lisp/textmodes/reftex-cite.el @@ -2,7 +2,7 @@ ;; Copyright (C) 1997-2025 Free Software Foundation, Inc. -;; Author: Carsten Dominik +;; Author: Carsten Dominik ;; Maintainer: auctex-devel@gnu.org ;; This file is part of GNU Emacs. diff --git a/lisp/textmodes/reftex-dcr.el b/lisp/textmodes/reftex-dcr.el index 77516ca840a..65d0670bc35 100644 --- a/lisp/textmodes/reftex-dcr.el +++ b/lisp/textmodes/reftex-dcr.el @@ -2,7 +2,7 @@ ;; Copyright (C) 1997-2025 Free Software Foundation, Inc. -;; Author: Carsten Dominik +;; Author: Carsten Dominik ;; Maintainer: auctex-devel@gnu.org ;; This file is part of GNU Emacs. diff --git a/lisp/textmodes/reftex-global.el b/lisp/textmodes/reftex-global.el index 20abd36192d..1473e860995 100644 --- a/lisp/textmodes/reftex-global.el +++ b/lisp/textmodes/reftex-global.el @@ -2,7 +2,7 @@ ;; Copyright (C) 1997-2025 Free Software Foundation, Inc. -;; Author: Carsten Dominik +;; Author: Carsten Dominik ;; Maintainer: auctex-devel@gnu.org ;; This file is part of GNU Emacs. diff --git a/lisp/textmodes/reftex-index.el b/lisp/textmodes/reftex-index.el index db6ebb4caf8..4b5b7c375ed 100644 --- a/lisp/textmodes/reftex-index.el +++ b/lisp/textmodes/reftex-index.el @@ -2,7 +2,7 @@ ;; Copyright (C) 1997-2025 Free Software Foundation, Inc. -;; Author: Carsten Dominik +;; Author: Carsten Dominik ;; Maintainer: auctex-devel@gnu.org ;; This file is part of GNU Emacs. diff --git a/lisp/textmodes/reftex-parse.el b/lisp/textmodes/reftex-parse.el index 7795c583076..3a2ce5a2c2f 100644 --- a/lisp/textmodes/reftex-parse.el +++ b/lisp/textmodes/reftex-parse.el @@ -2,7 +2,7 @@ ;; Copyright (C) 1997-2025 Free Software Foundation, Inc. -;; Author: Carsten Dominik +;; Author: Carsten Dominik ;; Maintainer: auctex-devel@gnu.org ;; This file is part of GNU Emacs. diff --git a/lisp/textmodes/reftex-ref.el b/lisp/textmodes/reftex-ref.el index 30e9968a8e5..5c0de710028 100644 --- a/lisp/textmodes/reftex-ref.el +++ b/lisp/textmodes/reftex-ref.el @@ -2,7 +2,7 @@ ;; Copyright (C) 1997-2025 Free Software Foundation, Inc. -;; Author: Carsten Dominik +;; Author: Carsten Dominik ;; Maintainer: auctex-devel@gnu.org ;; This file is part of GNU Emacs. diff --git a/lisp/textmodes/reftex-sel.el b/lisp/textmodes/reftex-sel.el index 1f1c74550a5..f264098cd66 100644 --- a/lisp/textmodes/reftex-sel.el +++ b/lisp/textmodes/reftex-sel.el @@ -2,7 +2,7 @@ ;; Copyright (C) 1997-2025 Free Software Foundation, Inc. -;; Author: Carsten Dominik +;; Author: Carsten Dominik ;; Maintainer: auctex-devel@gnu.org ;; This file is part of GNU Emacs. diff --git a/lisp/textmodes/reftex-toc.el b/lisp/textmodes/reftex-toc.el index d8d09da5ed0..61710ca3b38 100644 --- a/lisp/textmodes/reftex-toc.el +++ b/lisp/textmodes/reftex-toc.el @@ -2,7 +2,7 @@ ;; Copyright (C) 1997-2025 Free Software Foundation, Inc. -;; Author: Carsten Dominik +;; Author: Carsten Dominik ;; Maintainer: auctex-devel@gnu.org ;; This file is part of GNU Emacs. diff --git a/lisp/textmodes/reftex-vars.el b/lisp/textmodes/reftex-vars.el index 49343b85de7..6c852566df9 100644 --- a/lisp/textmodes/reftex-vars.el +++ b/lisp/textmodes/reftex-vars.el @@ -2,7 +2,7 @@ ;; Copyright (C) 1997-1999, 2001-2025 Free Software Foundation, Inc. -;; Author: Carsten Dominik +;; Author: Carsten Dominik ;; Maintainer: auctex-devel@gnu.org ;; This file is part of GNU Emacs. diff --git a/lisp/textmodes/reftex.el b/lisp/textmodes/reftex.el index e51e03ca350..21587ecee38 100644 --- a/lisp/textmodes/reftex.el +++ b/lisp/textmodes/reftex.el @@ -2,7 +2,7 @@ ;; Copyright (C) 1997-2025 Free Software Foundation, Inc. -;; Author: Carsten Dominik +;; Author: Carsten Dominik ;; Maintainer: auctex-devel@gnu.org ;; Keywords: tex -- 2.47.2 --=-=-=-- From debbugs-submit-bounces@debbugs.gnu.org Wed May 07 16:14:58 2025 Received: (at submit) by debbugs.gnu.org; 7 May 2025 20:14:58 +0000 Received: from localhost ([127.0.0.1]:48284 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1uClAQ-0003q4-CM for submit@debbugs.gnu.org; Wed, 07 May 2025 16:14:58 -0400 Received: from lists.gnu.org ([2001:470:142::17]:50194) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1uClAN-0003p5-Rf for submit@debbugs.gnu.org; Wed, 07 May 2025 16:14:56 -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 1uClAH-0003RW-Gf for bug-auctex@gnu.org; Wed, 07 May 2025 16:14:49 -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 1uClAG-0006t4-I4; Wed, 07 May 2025 16:14:48 -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=KeMAie9Hm44Vymi1ao2zLKlJ2iPXGtjnNG3hCQnxmsE=; b=N2p+0EMSdNsgv1xarBcO o065O1EcBPd77J/gYV1nZ8Pg1dO6kWZPVbSrTVkkO3VQJ71TQmwZobWRlOs/h9JJaT5rOYr1GEFHP fZKAlmoUmV2phS0UYa0FKso517bZTT1dTn0xctkbildVtCWQmFc7FYHDgSvZYrRMxUEAhNnnqfRER aIABT12yIy4rn0a1SpyDB7iwH1EOFJM2OEOLWenFa0e1XGf6EBjAztIeUCEDGl0pZeGZoeIv9mR+v 1cxVjCjiBli3G/Iw5lNI3Lrw8NijaQUFN2WNXU5QqDOkC2QIXJwiU4w8vqSGQqyaAAAtlerbq7EnQ Qd/IT6/kVKOh+A==; From: Arash Esbati To: Jeremy Bryant Subject: Re: bug#77850: PATCH: reftex.el update author email In-Reply-To: <87ecxrnmmc.fsf@jeremybryant.net> References: <87v7r3oo08.fsf@jeremybryant.net> <87jz7jnnee.fsf@jeremybryant.net> <87ecxrnmmc.fsf@jeremybryant.net> Date: Wed, 07 May 2025 22:14:44 +0200 Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: submit Cc: Jeremy Bryant via bug-auctex via Bug reporting list for AUCTeX , 77850-done@debbugs.gnu.org, Carsten Dominik 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 (-) Jeremy Bryant writes: > Revised patch attached. Thanks, I installed your patch (commit 0d96565d5d), closing. Best, Arash From unknown Wed Jun 18 23:04:49 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Thu, 05 Jun 2025 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