From unknown Mon Jun 16 23:40:46 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#17679 <17679@debbugs.gnu.org> To: bug#17679 <17679@debbugs.gnu.org> Subject: Status: Wrong :type for `gnus-signature-limit' Reply-To: bug#17679 <17679@debbugs.gnu.org> Date: Tue, 17 Jun 2025 06:40:46 +0000 retitle 17679 Wrong :type for `gnus-signature-limit' reassign 17679 emacs,gnus submitter 17679 Samuel Bronson severity 17679 normal tag 17679 fixed thanks From debbugs-submit-bounces@debbugs.gnu.org Tue Jun 03 13:53:01 2014 Received: (at submit) by debbugs.gnu.org; 3 Jun 2014 17:53:01 +0000 Received: from localhost ([127.0.0.1]:42488 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1WrstL-00052v-UZ for submit@debbugs.gnu.org; Tue, 03 Jun 2014 13:53:01 -0400 Received: from mail-qa0-f54.google.com ([209.85.216.54]:64489) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1WrstF-00052S-B2 for submit@debbugs.gnu.org; Tue, 03 Jun 2014 13:52:54 -0400 Received: by mail-qa0-f54.google.com with SMTP id j15so5446762qaq.13 for ; Tue, 03 Jun 2014 10:52:43 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:subject:date:message-id:user-agent:mime-version :content-type; bh=yyORWNqejpwZnyLJJsPXhElnvKWuZNa617fcgv6pXl0=; b=DVwHpFTJYQ/sqdK2TFv1HMK2HzvKB2/vpnMRcRQqoaIWKRzvz00Cf15+MH+Ub1nMCm H/TktmBPQ9ztlGJSaTGLwC8g7qc7vz49W9gNpXKsNBNI09eAGpVEj0oOId2+ON9we57+ zgOLXuTeIxpkHpxCol6x4CrIYXxBvx5tpa9khreCU2uH/Y37a3D37InFHDkQIDvUG8DA TXU9cYr7MVz0lWLKlpyoa7EwM9JVuDPMC7RsJBFMlOX8k4FtVgrULR4dsJ08ITY3ukTm SbqUDipjtQpa7fmFFVoomlFG/kLy4SDaK0zfqhrgwx1Qc7iC3VTTi+nmqSaun0LLFqlW tvdQ== X-Received: by 10.224.43.148 with SMTP id w20mr64125140qae.26.1401817963739; Tue, 03 Jun 2014 10:52:43 -0700 (PDT) Received: from hydrogen (naesten-pt.tunnel.tserv4.nyc4.ipv6.he.net. [2001:470:1f06:57::2]) by mx.google.com with ESMTPSA id q7sm27728731qad.12.2014.06.03.10.52.42 for (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Tue, 03 Jun 2014 10:52:42 -0700 (PDT) Received: from naesten by hydrogen with local (Exim 4.82) (envelope-from ) id 1Wrst5-0002i8-5o for submit@debbugs.gnu.org; Tue, 03 Jun 2014 13:52:39 -0400 From: Samuel Bronson To: submit@debbugs.gnu.org (The Gnus Bugfixing Girls + Boys) Subject: Wrong :type for `gnus-signature-limit' X-Debbugs-Version: 5.13 X-Debbugs-Package: gnus Date: Tue, 03 Jun 2014 13:52:38 -0400 Message-ID: <87zjht2849.fsf@naesten.mooo.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux) MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 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.7 (/) --=-=-= Content-Type: text/plain I see this in `gnus-art.el': --=-=-= Content-Type: text/x-emacs-lisp Content-Disposition: inline (defcustom gnus-signature-limit nil "Provide a limit to what is considered a signature. If it is a number, no signature may not be longer (in characters) than that number. If it is a floating point number, no signature may be longer (in lines) than that number. If it is a function, the function will be called without any parameters, and if it returns nil, there is no signature in the buffer. If it is a string, it will be used as a regexp. If it matches, the text in question is not a signature. This can also be a list of the above values." :type '(choice (const nil) (integer :value 200) (number :value 4.0) function (regexp :value ".*")) :group 'gnus-article-signature) --=-=-= Content-Type: text/plain I can't help but notice that the :type neglects the case "This can also be a list of the above values." from the docstring. Gnus v5.13 GNU Emacs 24.3.1 (i486-pc-linux-gnu, X toolkit, Xaw3d scroll bars) of 2013-12-22 on binet, modified by Debian -- Hi! I'm a .signature virus! Copy me into your ~/.signature to help me spread! --=-=-=-- From debbugs-submit-bounces@debbugs.gnu.org Wed Jan 25 12:32:54 2017 Received: (at 17679) by debbugs.gnu.org; 25 Jan 2017 17:32:54 +0000 Received: from localhost ([127.0.0.1]:43195 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1cWRRF-0005JV-Sc for submit@debbugs.gnu.org; Wed, 25 Jan 2017 12:32:54 -0500 Received: from hermes.netfonds.no ([80.91.224.195]:42168) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1cWRRE-0005JN-FC for 17679@debbugs.gnu.org; Wed, 25 Jan 2017 12:32:52 -0500 Received: from 2.150.50.220.tmi.telenormobil.no ([2.150.50.220] helo=mouse) by hermes.netfonds.no with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1cWRRB-0007gT-W7; Wed, 25 Jan 2017 18:32:51 +0100 From: Lars Ingebrigtsen To: Samuel Bronson Subject: Re: bug#17679: Wrong :type for `gnus-signature-limit' In-Reply-To: <87zjht2849.fsf@naesten.mooo.com> (Samuel Bronson's message of "Tue, 03 Jun 2014 13:52:38 -0400") Date: Wed, 25 Jan 2017 18:32:03 +0100 Message-ID: <87tw8nt59o.fsf@gnus.org> References: <87zjht2849.fsf@naesten.mooo.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.0.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 17679 Cc: 17679@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: 0.0 (/) Samuel Bronson writes: > (defcustom gnus-signature-limit nil > "Provide a limit to what is considered a signature. > If it is a number, no signature may not be longer (in characters) than > that number. If it is a floating point number, no signature may be > longer (in lines) than that number. If it is a function, the function > will be called without any parameters, and if it returns nil, there is > no signature in the buffer. If it is a string, it will be used as a > regexp. If it matches, the text in question is not a signature. > > This can also be a list of the above values." > :type '(choice (const nil) > (integer :value 200) > (number :value 4.0) > function > (regexp :value ".*")) > :group 'gnus-article-signature) > > I can't help but notice that the :type neglects the case "This can also > be a list of the above values." from the docstring. OK; fixed in the Emacs master now. -- (domestic pets only, the antidote for overdose, milk.) bloggy blog: http://lars.ingebrigtsen.no From debbugs-submit-bounces@debbugs.gnu.org Wed Jan 25 12:32:45 2017 Received: (at control) by debbugs.gnu.org; 25 Jan 2017 17:32:45 +0000 Received: from localhost ([127.0.0.1]:43192 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1cWRR7-0005J8-Mw for submit@debbugs.gnu.org; Wed, 25 Jan 2017 12:32:45 -0500 Received: from hermes.netfonds.no ([80.91.224.195]:42160) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1cWRR6-0005J1-97 for control@debbugs.gnu.org; Wed, 25 Jan 2017 12:32:44 -0500 Received: from 2.150.50.220.tmi.telenormobil.no ([2.150.50.220] helo=mouse) by hermes.netfonds.no with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1cWRR4-00079v-2w for control@debbugs.gnu.org; Wed, 25 Jan 2017 18:32:43 +0100 From: Lars Ingebrigtsen To: control@debbugs.gnu.org Subject: control message for bug #17679 Message-ID: <87y3xzt5dl.fsf@totally-fudged-out-message-id> Date: Wed, 25 Jan 2017 18:32:36 +0100 User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.0.50 (gnu/linux) X-Spam-Score: 0.0 (/) 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: 0.0 (/) reassign 17679 emacs,gnus From debbugs-submit-bounces@debbugs.gnu.org Wed Jan 25 12:33:10 2017 Received: (at control) by debbugs.gnu.org; 25 Jan 2017 17:33:10 +0000 Received: from localhost ([127.0.0.1]:43207 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1cWRRW-0005L9-3n for submit@debbugs.gnu.org; Wed, 25 Jan 2017 12:33:10 -0500 Received: from hermes.netfonds.no ([80.91.224.195]:42191) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1cWRRU-0005L2-Rg for control@debbugs.gnu.org; Wed, 25 Jan 2017 12:33:09 -0500 Received: from 2.150.50.220.tmi.telenormobil.no ([2.150.50.220] helo=mouse) by hermes.netfonds.no with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1cWRRJ-0008Dg-PW for control@debbugs.gnu.org; Wed, 25 Jan 2017 18:33:08 +0100 From: Lars Ingebrigtsen To: control@debbugs.gnu.org Subject: control message for bug #17679 Message-ID: <87sho7t59m.fsf@totally-fudged-out-message-id> Date: Wed, 25 Jan 2017 18:32:52 +0100 User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.0.50 (gnu/linux) X-Spam-Score: 0.0 (/) 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: 0.0 (/) tags 17679 fixed close 17679 From unknown Mon Jun 16 23:40:46 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, 23 Feb 2017 12:24:07 +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