From unknown Sat Jun 21 05:16:39 2025 X-Loop: help-debbugs@gnu.org Subject: bug#77850: PATCH: reftex.el update author email Resent-From: Jeremy Bryant Original-Sender: "Debbugs-submit" Resent-CC: bug-auctex@gnu.org Resent-Date: Wed, 16 Apr 2025 20:23:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 77850 X-GNU-PR-Package: auctex X-GNU-PR-Keywords: To: 77850@debbugs.gnu.org Cc: Carsten Dominik X-Debbugs-Original-To: bug-auctex@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.174483496316332 (code B ref -1); Wed, 16 Apr 2025 20:23:02 +0000 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 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-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 unknown Sat Jun 21 05:16:39 2025 X-Loop: help-debbugs@gnu.org Subject: bug#77850: PATCH: reftex.el update author email Resent-From: Arash Esbati Original-Sender: "Debbugs-submit" Resent-CC: bug-auctex@gnu.org Resent-Date: Thu, 17 Apr 2025 08:41:03 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 77850 X-GNU-PR-Package: auctex X-GNU-PR-Keywords: To: 77850@debbugs.gnu.org Cc: jb@jeremybryant.net, carsten.dominik@gmail.com X-Debbugs-Original-To: Jeremy Bryant via bug-auctex via Bug reporting list for AUCTeX X-Debbugs-Original-Cc: 77850@debbugs.gnu.org, Jeremy Bryant , Carsten Dominik Received: via spool by submit@debbugs.gnu.org id=B.174487922823598 (code B ref -1); Thu, 17 Apr 2025 08:41:03 +0000 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 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-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 unknown Sat Jun 21 05:16:39 2025 X-Loop: help-debbugs@gnu.org Subject: bug#77850: PATCH: reftex.el update author email Resent-From: Jeremy Bryant Original-Sender: "Debbugs-submit" Resent-CC: bug-auctex@gnu.org Resent-Date: Thu, 17 Apr 2025 09:34:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 77850 X-GNU-PR-Package: auctex X-GNU-PR-Keywords: To: Arash Esbati Cc: 77850@debbugs.gnu.org, carsten.dominik@gmail.com X-Debbugs-Original-Cc: Jeremy Bryant via bug-auctex via Bug reporting list for AUCTeX , 77850@debbugs.gnu.org, Carsten Dominik Received: via spool by submit@debbugs.gnu.org id=B.174488240810138 (code B ref -1); Thu, 17 Apr 2025 09:34:01 +0000 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 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-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 unknown Sat Jun 21 05:16:39 2025 X-Loop: help-debbugs@gnu.org Subject: bug#77850: PATCH: reftex.el update author email Resent-From: Jeremy Bryant Original-Sender: "Debbugs-submit" Resent-CC: bug-auctex@gnu.org Resent-Date: Thu, 17 Apr 2025 09:51:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 77850 X-GNU-PR-Package: auctex X-GNU-PR-Keywords: To: Arash Esbati Cc: 77850@debbugs.gnu.org, carsten.dominik@gmail.com X-Debbugs-Original-Cc: Jeremy Bryant via bug-auctex via Bug reporting list for AUCTeX , 77850@debbugs.gnu.org, Carsten Dominik Received: via spool by submit@debbugs.gnu.org id=B.174488341816841 (code B ref -1); Thu, 17 Apr 2025 09:51:02 +0000 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 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-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 unknown Sat Jun 21 05:16:39 2025 X-Loop: help-debbugs@gnu.org Subject: bug#77850: PATCH: reftex.el update author email Resent-From: Arash Esbati Original-Sender: "Debbugs-submit" Resent-CC: bug-auctex@gnu.org Resent-Date: Wed, 07 May 2025 20:15:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 77850 X-GNU-PR-Package: auctex X-GNU-PR-Keywords: To: Jeremy Bryant Cc: 77850@debbugs.gnu.org, 77850-done@debbugs.gnu.org, carsten.dominik@gmail.com X-Debbugs-Original-Cc: Jeremy Bryant via bug-auctex via Bug reporting list for AUCTeX , 77850-done@debbugs.gnu.org, Carsten Dominik Received: via spool by submit@debbugs.gnu.org id=B.174664889814765 (code B ref -1); Wed, 07 May 2025 20:15:01 +0000 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 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-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 Sat Jun 21 05:16:39 2025 MIME-Version: 1.0 X-Mailer: MIME-tools 5.505 (Entity 5.505) X-Loop: help-debbugs@gnu.org From: help-debbugs@gnu.org (GNU bug Tracking System) To: Jeremy Bryant Subject: bug#77850: closed (Re: bug#77850: PATCH: reftex.el update author email) Message-ID: References: <87v7r3oo08.fsf@jeremybryant.net> X-Gnu-PR-Message: they-closed 77850 X-Gnu-PR-Package: auctex Reply-To: 77850@debbugs.gnu.org Date: Wed, 07 May 2025 20:15:02 +0000 Content-Type: multipart/mixed; boundary="----------=_1746648902-14798-1" This is a multi-part message in MIME format... ------------=_1746648902-14798-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #77850: PATCH: reftex.el update author email which was filed against the auctex package, has been closed. The explanation is attached below, along with your original report. If you require more details, please reply to 77850@debbugs.gnu.org. --=20 77850: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D77850 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1746648902-14798-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 77850-done) by debbugs.gnu.org; 7 May 2025 20:14:58 +0000 Received: from localhost ([127.0.0.1]:48282 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1uClAQ-0003pw-2X for submit@debbugs.gnu.org; Wed, 07 May 2025 16:14:58 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:40374) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1uClAM-0003p4-GW for 77850-done@debbugs.gnu.org; Wed, 07 May 2025 16:14:55 -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: -2.3 (--) X-Debbugs-Envelope-To: 77850-done 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: -3.3 (---) Jeremy Bryant writes: > Revised patch attached. Thanks, I installed your patch (commit 0d96565d5d), closing. Best, Arash ------------=_1746648902-14798-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit 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 --=-=-=-- ------------=_1746648902-14798-1--