From debbugs-submit-bounces@debbugs.gnu.org Thu Apr 11 19:04:28 2019 Received: (at submit) by debbugs.gnu.org; 11 Apr 2019 23:04:28 +0000 Received: from localhost ([127.0.0.1]:55295 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hEik8-0001dU-FY for submit@debbugs.gnu.org; Thu, 11 Apr 2019 19:04:28 -0400 Received: from mail-ed1-f43.google.com ([209.85.208.43]:45357) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hEik6-0001dD-JL for submit@debbugs.gnu.org; Thu, 11 Apr 2019 19:04:27 -0400 Received: by mail-ed1-f43.google.com with SMTP id o26so6652945edv.12 for ; Thu, 11 Apr 2019 16:04:26 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=tcd-ie.20150623.gappssmtp.com; s=20150623; h=from:to:subject:date:message-id:user-agent:mime-version; bh=YAVZzTDXB04Mwstpp6Zu+8B0KqSg6f0pcD/6aKOEQyg=; b=OAWzMy8+ihGydT+l5uy8atFg8DwYLMe61m9ElyfyZiZHjZ8TqoqusLTf78tn2vaCP0 C7sJWBMV4G4kJXYI01BF4VMl7fKjAstE+xoV+BsCOWAvFCGk+hxuiXRjvwme7pJeIK/W f4t27h4yAkqIM4CbXzEl48OaaT9xOEqlBQ+MeTJEPWL1jxQyhZyJerIaLEPTzg7WNIop XnpO19qMhZoasCJy+k0fYz0uzQXrKH/D9eh4vsx3EpJfg4T+QJEegUBK8bqZPqGVcFNA 2oDqH4jDJd4UNa4HvoeSSaFRMFwKQkcTBufwKJy+ZfTvhClHRg0sBqv1uQ7N6Wc0E0gP FsKg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:subject:date:message-id:user-agent :mime-version; bh=YAVZzTDXB04Mwstpp6Zu+8B0KqSg6f0pcD/6aKOEQyg=; b=Mb98//ZjrmRbigSsxJOGTvP48Ax+bhIhxxDYQCVHgFinynd8Ou78AJgue/sP6wW85m re3NsuIyAZ7TBXf40tNetlTTT25ae+00BghgHPYnVl5d7j/IY480GQlNrxqQVFKakOtx uM7XcGVDMcZKLRy2b1uYgNkObWUY32Cg2UJ/VsTWZYia26YR5aG5vF69SnCOayvMHgjY +FMdrulx7TZ07FIIFoAlHYX6blnrnMAeSE4d5/zBTPdcoWdgLbD3HjCjgeLEfO75b6tz yjYux7hrM0Dn7Ub3y51IWaGqfjdbQVqVFtAM4k21ZaojvMraat4V+V7euO3xvEMDofny 8AHw== X-Gm-Message-State: APjAAAXMR+DL4UEk6gxz2sTlzP1A1j2wxyy/T68SFHS8ygeOfa2/emIj 2uWexpoH7QgF1HStq4AdG6imlyZmPCpiC6nP X-Google-Smtp-Source: APXvYqyqiU1lRLEAth6eZIlRgRBMcEUGGa3Zm7EWNvz3Plo9lFtg8k8JdSDdyt/k6tmz73M2p6Dehg== X-Received: by 2002:a50:a49c:: with SMTP id w28mr33324496edb.151.1555023860571; Thu, 11 Apr 2019 16:04:20 -0700 (PDT) Received: from localhost ([2a02:8084:20e2:c380:f786:805d:f4ab:1006]) by smtp.gmail.com with ESMTPSA id o58sm8223151edc.74.2019.04.11.16.04.19 for (version=TLS1_3 cipher=AEAD-AES256-GCM-SHA384 bits=256/256); Thu, 11 Apr 2019 16:04:19 -0700 (PDT) From: "Basil L. Contovounesios" To: submit@debbugs.gnu.org (The Gnus Bugfixing Girls + Boys) Subject: 27.0.50; Some gnus-msg.el variables are unused X-Debbugs-Version: 5.13 X-Debbugs-Package: emacs,gnus Date: Fri, 12 Apr 2019 00:04:10 +0100 Message-ID: <87ef68p2j9.fsf@tcd.ie> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux) MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" X-Spam-Score: 0.0 (/) 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: -1.0 (-) --=-=-= Content-Type: text/plain Severity: minor Tags: patch The user options gnus-debug-files and gnus-debug-exclude-variables have been unused since Emacs 24.1[1]. The following patch marks them as obsolete, fixes a few custom :types, and also removes the unused variable gnus-check-before-posting. WDYT? [1: 72aba33f59]: Merge changes made in Gnus trunk. 2011-07-07 23:18:23 +0000 https://git.savannah.gnu.org/cgit/emacs.git/commit/?id=72aba33f59d0ba30a01adf7aa7952b5839a8410d --=-=-= Content-Type: text/x-diff Content-Disposition: inline; filename=0001-Fix-some-gnus-msg.el-variables.patch >From 4b4fe3ed5a817f4535871c06ea001dc7d4077a96 Mon Sep 17 00:00:00 2001 From: "Basil L. Contovounesios" Date: Thu, 11 Apr 2019 23:55:03 +0100 Subject: [PATCH] Fix some gnus-msg.el variables * lisp/gnus/gnus-msg.el (gnus-gcc-externalize-attachments): Fix custom :type. (gnus-debug-files, gnus-debug-exclude-variables): Mark variables that have been unused since Emacs 24.1 as obsolete. (gnus-check-before-posting): Remove unused variable. --- lisp/gnus/gnus-msg.el | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/lisp/gnus/gnus-msg.el b/lisp/gnus/gnus-msg.el index b6d649d760..b7a97f19d0 100644 --- a/lisp/gnus/gnus-msg.el +++ b/lisp/gnus/gnus-msg.el @@ -158,9 +158,9 @@ gnus-gcc-externalize-attachments if nil, attach files as normal parts." :version "22.1" :group 'gnus-message - :type '(choice (const nil :tag "None") - (const all :tag "Any") - (string :tag "Regexp"))) + :type '(choice (const :tag "None" nil) + (const :tag "Any" all) + regexp)) (defcustom gnus-gcc-self-resent-messages 'no-gcc-self "Like `gcc-self' group parameter, only for unmodified resent messages. @@ -232,7 +232,9 @@ gnus-debug-files "Files whose variables will be reported in `gnus-bug'." :version "22.1" :group 'gnus-message - :type '(repeat (string :tag "File"))) + :type '(repeat file)) + +(make-obsolete-variable 'gnus-debug-files "it is no longer used." "24.1") (defcustom gnus-debug-exclude-variables '(mm-mime-mule-charset-alist @@ -240,7 +242,10 @@ gnus-debug-exclude-variables "Variables that should not be reported in `gnus-bug'." :version "22.1" :group 'gnus-message - :type '(repeat (symbol :tag "Variable"))) + :type '(repeat variable)) + +(make-obsolete-variable + 'gnus-debug-exclude-variables "it is no longer used." "24.1") (defcustom gnus-discouraged-post-methods '(nndraft nnml nnimap nnmaildir nnmh nnfolder nndir) @@ -340,7 +345,6 @@ gnus-inhibit-posting-styles (defvar gnus-article-yanked-articles nil) (defvar gnus-message-buffer "*Mail Gnus*") (defvar gnus-article-copy nil) -(defvar gnus-check-before-posting nil) (defvar gnus-last-posting-server nil) (defvar gnus-message-group-art nil) -- 2.20.1 --=-=-= Content-Type: text/plain Thanks, -- Basil Gnus v5.13 GNU Emacs 27.0.50 (build 9, x86_64-pc-linux-gnu, X toolkit, Xaw3d scroll bars) of 2019-04-11 --=-=-=-- From debbugs-submit-bounces@debbugs.gnu.org Tue May 07 13:22:31 2019 Received: (at 35239) by debbugs.gnu.org; 7 May 2019 17:22:31 +0000 Received: from localhost ([127.0.0.1]:59479 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hO3nS-00037d-QX for submit@debbugs.gnu.org; Tue, 07 May 2019 13:22:31 -0400 Received: from mail-wr1-f53.google.com ([209.85.221.53]:33309) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hO3nR-00037P-Pg for 35239@debbugs.gnu.org; Tue, 07 May 2019 13:22:30 -0400 Received: by mail-wr1-f53.google.com with SMTP id e11so10396268wrs.0 for <35239@debbugs.gnu.org>; Tue, 07 May 2019 10:22:29 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=tcd-ie.20150623.gappssmtp.com; s=20150623; h=from:to:subject:references:date:in-reply-to:message-id:user-agent :mime-version; bh=GOdxnqODVsandGQQ/yDFgetGfQqy+hX/Vme6BUNDtvg=; b=Faqte5H+XtzrmxUdk+Gx9XIXrv5mDbNbSS9DJfec4Adt2g8RIWZdcPkL+QiaSVjiKu QRYvUGqzCuVQOiohUPQkyPgV/NrEa90sbE+igGpjLz0/uCRXGgAjNLnKhuD1EX/NXe0f F3pqeaQ231vwFGW61sb3tII6PoxHYdMQQAYVAJWAGBfgUXm51UQh/i4xDIiODrR1JhfZ 2SpuyeDbStmz1kM9yIRCj3BvPm1lq3CbSIBelBqmT0sOAwpGdAu7Wd9rF6647wMJ/Ti0 sORDYpVVp78qOWFeXRG31tgSoYGfX60L/DNoBsZckCCTlkgI0vUcyFNONH7oZuuliUrJ seZQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:subject:references:date:in-reply-to :message-id:user-agent:mime-version; bh=GOdxnqODVsandGQQ/yDFgetGfQqy+hX/Vme6BUNDtvg=; b=P7jOP8DHi5rSiDkFwm5KqepsCsLcI2gCCFpM7S12wRib215KOUJojsVD/HXFX8+79g 9SX8p3yomEuYvx5vycy9wZE/adL4DaqSprYYz07o1C7aKqNPCaikRzR0GNdxGLewKGHa GEp1J/wPGtXqEV6WcK4M/rHYNhUwPCPjzD//wYmjfgDUKkktkxNzN3iJ+1c8vY4CPsfz up9oszVSne9685qkgnI3N6JTkfvAqVN1lIEOR0FlWNm/tGJLuUoG227fDy+tlblj99LG 3nkJcQq3FHC4Ks0IWZjMoYKiPt+uABwi0fns2Qx2JmTYJByZKIYloJuAQTRjY1dlr7iy kgCQ== X-Gm-Message-State: APjAAAXC+1qWvBwOVnU+w7P5N1dI+fhgCj4q/Dk6PutLWmw9Q15j1VKL tz8JHBGqQCctvB8hPo0XWRkqZKA7E047hnld X-Google-Smtp-Source: APXvYqweImiUkv0sP/4BkXYeWPrGT0t+sKO8aRQj+7J3vfIPP+AgsjQL0vh5GXSz0CVsMtb5wnPf0A== X-Received: by 2002:adf:b243:: with SMTP id y3mr8432007wra.21.1557249743625; Tue, 07 May 2019 10:22:23 -0700 (PDT) Received: from localhost ([163.172.211.46]) by smtp.gmail.com with ESMTPSA id v12sm12350316wrw.23.2019.05.07.10.22.21 (version=TLS1_3 cipher=AEAD-AES256-GCM-SHA384 bits=256/256); Tue, 07 May 2019 10:22:22 -0700 (PDT) From: "Basil L. Contovounesios" To: 35239@debbugs.gnu.org, Lars Ingebrigtsen Subject: Re: bug#35239: 27.0.50; Some gnus-msg.el variables are unused References: <87ef68p2j9.fsf@tcd.ie> Date: Tue, 07 May 2019 18:22:19 +0100 In-Reply-To: <87ef68p2j9.fsf@tcd.ie> (Basil L. Contovounesios's message of "Fri, 12 Apr 2019 00:04:10 +0100") Message-ID: <875zqm2n90.fsf@tcd.ie> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 35239 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 (-) "Basil L. Contovounesios" writes: > The user options gnus-debug-files and gnus-debug-exclude-variables have > been unused since Emacs 24.1[1]. The following patch marks them as > obsolete, fixes a few custom :types, and also removes the unused > variable gnus-check-before-posting. WDYT? > > [1: 72aba33f59]: Merge changes made in Gnus trunk. > 2011-07-07 23:18:23 +0000 > https://git.savannah.gnu.org/cgit/emacs.git/commit/?id=72aba33f59d0ba30a01adf7aa7952b5839a8410d > > From 4b4fe3ed5a817f4535871c06ea001dc7d4077a96 Mon Sep 17 00:00:00 2001 > From: "Basil L. Contovounesios" > Date: Thu, 11 Apr 2019 23:55:03 +0100 > Subject: [PATCH] Fix some gnus-msg.el variables > > * lisp/gnus/gnus-msg.el (gnus-gcc-externalize-attachments): > Fix custom :type. > (gnus-debug-files, gnus-debug-exclude-variables): Mark variables > that have been unused since Emacs 24.1 as obsolete. > (gnus-check-before-posting): Remove unused variable. > --- > lisp/gnus/gnus-msg.el | 16 ++++++++++------ > 1 file changed, 10 insertions(+), 6 deletions(-) > > diff --git a/lisp/gnus/gnus-msg.el b/lisp/gnus/gnus-msg.el > index b6d649d760..b7a97f19d0 100644 > --- a/lisp/gnus/gnus-msg.el > +++ b/lisp/gnus/gnus-msg.el > @@ -158,9 +158,9 @@ gnus-gcc-externalize-attachments > if nil, attach files as normal parts." > :version "22.1" > :group 'gnus-message > - :type '(choice (const nil :tag "None") > - (const all :tag "Any") > - (string :tag "Regexp"))) > + :type '(choice (const :tag "None" nil) > + (const :tag "Any" all) > + regexp)) > > (defcustom gnus-gcc-self-resent-messages 'no-gcc-self > "Like `gcc-self' group parameter, only for unmodified resent messages. > @@ -232,7 +232,9 @@ gnus-debug-files > "Files whose variables will be reported in `gnus-bug'." > :version "22.1" > :group 'gnus-message > - :type '(repeat (string :tag "File"))) > + :type '(repeat file)) > + > +(make-obsolete-variable 'gnus-debug-files "it is no longer used." "24.1") > > (defcustom gnus-debug-exclude-variables > '(mm-mime-mule-charset-alist > @@ -240,7 +242,10 @@ gnus-debug-exclude-variables > "Variables that should not be reported in `gnus-bug'." > :version "22.1" > :group 'gnus-message > - :type '(repeat (symbol :tag "Variable"))) > + :type '(repeat variable)) > + > +(make-obsolete-variable > + 'gnus-debug-exclude-variables "it is no longer used." "24.1") > > (defcustom gnus-discouraged-post-methods > '(nndraft nnml nnimap nnmaildir nnmh nnfolder nndir) > @@ -340,7 +345,6 @@ gnus-inhibit-posting-styles > (defvar gnus-article-yanked-articles nil) > (defvar gnus-message-buffer "*Mail Gnus*") > (defvar gnus-article-copy nil) > -(defvar gnus-check-before-posting nil) > (defvar gnus-last-posting-server nil) > (defvar gnus-message-group-art nil) > > -- > 2.20.1 Lars, is this change acceptable? Thanks, -- Basil From debbugs-submit-bounces@debbugs.gnu.org Thu May 09 14:28:52 2019 Received: (at 35239) by debbugs.gnu.org; 9 May 2019 18:28:52 +0000 Received: from localhost ([127.0.0.1]:36412 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hOnmm-0003uJ-JU for submit@debbugs.gnu.org; Thu, 09 May 2019 14:28:52 -0400 Received: from quimby.gnus.org ([80.91.231.51]:60846) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hOnmk-0003uA-9Q for 35239@debbugs.gnu.org; Thu, 09 May 2019 14:28:50 -0400 Received: from broadband14.b.subnet.rcn.com ([206.71.230.141] helo=sandy) by quimby.gnus.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.89) (envelope-from ) id 1hOnmh-0007TK-32; Thu, 09 May 2019 20:28:49 +0200 From: Lars Ingebrigtsen To: "Basil L. Contovounesios" Subject: Re: bug#35239: 27.0.50; Some gnus-msg.el variables are unused References: <87ef68p2j9.fsf@tcd.ie> <875zqm2n90.fsf@tcd.ie> Date: Thu, 09 May 2019 14:28:45 -0400 In-Reply-To: <875zqm2n90.fsf@tcd.ie> (Basil L. Contovounesios's message of "Tue, 07 May 2019 18:22:19 +0100") Message-ID: <87v9yj4h42.fsf@mouse.gnus.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux) 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: "Basil L. Contovounesios" writes: > Lars, is this change acceptable? Yes, looks good to me. 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: 0.0 (/) X-Debbugs-Envelope-To: 35239 Cc: 35239@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 (-) "Basil L. Contovounesios" writes: > Lars, is this change acceptable? Yes, looks good to me. -- (domestic pets only, the antidote for overdose, milk.) bloggy blog: http://lars.ingebrigtsen.no From debbugs-submit-bounces@debbugs.gnu.org Sun May 12 07:22:24 2019 Received: (at control) by debbugs.gnu.org; 12 May 2019 11:22:25 +0000 Received: from localhost ([127.0.0.1]:41992 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hPmYi-00063m-KN for submit@debbugs.gnu.org; Sun, 12 May 2019 07:22:24 -0400 Received: from mail-ed1-f65.google.com ([209.85.208.65]:46473) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hPmYg-00063V-AR for control@debbugs.gnu.org; Sun, 12 May 2019 07:22:23 -0400 Received: by mail-ed1-f65.google.com with SMTP id f37so12761468edb.13 for ; Sun, 12 May 2019 04:22:22 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=tcd-ie.20150623.gappssmtp.com; s=20150623; h=from:to:cc:subject:references:date:in-reply-to:message-id :user-agent:mime-version; bh=uvAFZzOzoOVPgIp+NxkDvLGLEYXCRD/jbwSGPE3Ou+Q=; b=CWPFdmxe31wlESb7sXCyCUaHrKDBiINsNqQVluyvOA84XJiRk7cbu8Z/CqNGkIErgm G04WHYTYPulI2CeZUzV4BCZYViF/DLI64s+4R2S9C7ntFjx1wxeb8FmWnH2t5HM5KYGJ KkpO0extxH4sfZDcjB+jSKTMFsWMB7aBvRZJWTfMtCLasHJSvCsIYP5wEwjvkTi7Ib9i kxP4jvMtWVRnWxOX07S5Ty5V0szccS4N3un2fjdzeWkPJgkZNmuPuxXVJs+p5Vl5l2J7 DwMI0LVbQltU/KcIW6ZsqWexpRzcm9X6pHBHHWi1Q33VQeDFrMYfTbogSiU+Ykob6v4f qvHg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:references:date:in-reply-to :message-id:user-agent:mime-version; bh=uvAFZzOzoOVPgIp+NxkDvLGLEYXCRD/jbwSGPE3Ou+Q=; b=RgAggJM8QyEdaWVjQror1HVlGsOB0DuG1lB2L7fKK9JS2qO553X24IbN4cnZE0s783 gViH9w/z9dgPLy2Vw4joUbh9tOPwyIw6Owoc3VvMSCkna1Y5W22IFheepzDse+hdETzl yiYQ71T1cOLFkQQQPHconzhAkl17BpdYZ2yvW3ZquyGhYcLjsAIbAnde8WLRCbnSYKXt 2EYynIELERNgctVJdrdLoo7PK6uwNARbcfemKZ+kjt4HiyLVSec9Blo++FwI134ZO1Sf ASZgYkFu3jcLuLJ+9cLG8B2o3nbw8hraS08xqI7Zd1xHpaz6ociGpzYeHBfSxsMzKRhN GS0g== X-Gm-Message-State: APjAAAUOAVCHwFGCXbnGnNfY8XcYjH6W0yX0iVB0yeUPmBZRK+lGMJCi cWjK0hadcuIL1/lW8VyjZk3gPw== X-Google-Smtp-Source: APXvYqzeVbZ1rLTtpZxSYNkknvXYqPsEYWdsLrp4xATJL1CTzJ/kAK5ipYVO2hEkJgsQ7YCjvjHz+A== X-Received: by 2002:a17:906:bcc9:: with SMTP id lw9mr17171072ejb.83.1557660136501; Sun, 12 May 2019 04:22:16 -0700 (PDT) Received: from localhost ([2a02:8084:20e2:c380:8cad:ae29:555d:852d]) by smtp.gmail.com with ESMTPSA id e28sm1441591ede.21.2019.05.12.04.22.15 (version=TLS1_3 cipher=AEAD-AES256-GCM-SHA384 bits=256/256); Sun, 12 May 2019 04:22:15 -0700 (PDT) From: "Basil L. Contovounesios" To: Lars Ingebrigtsen Subject: Re: bug#35239: 27.0.50; Some gnus-msg.el variables are unused References: <87ef68p2j9.fsf@tcd.ie> <875zqm2n90.fsf@tcd.ie> <87v9yj4h42.fsf@mouse.gnus.org> Date: Sun, 12 May 2019 12:22:08 +0100 In-Reply-To: <87v9yj4h42.fsf@mouse.gnus.org> (Lars Ingebrigtsen's message of "Thu, 9 May 2019 14:28:45 -0400") Message-ID: <871s13ncin.fsf@tcd.ie> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: control Cc: 35239-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: -1.0 (-) tags 35239 fixed close 35239 quit Lars Ingebrigtsen writes: > "Basil L. Contovounesios" writes: > >> Lars, is this change acceptable? > > Yes, looks good to me. Thanks, I pushed it to master[1] and am therefore closing this report. [1: ef62469e56]: Fix some gnus-msg.el variables (bug#35239) 2019-05-12 11:59:11 +0100 https://git.savannah.gnu.org/cgit/emacs.git/commit/?id=ef62469e566b6254742e0287b04fd138225e82a8 -- Basil From unknown Tue Jun 17 21:54:38 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Sun, 09 Jun 2019 11:24:04 +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