From unknown Fri Aug 22 01:04:03 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#49474 <49474@debbugs.gnu.org> To: bug#49474 <49474@debbugs.gnu.org> Subject: Status: 28.0.50; package-menu-filter-by-status doesn't accept argument it claims to Reply-To: bug#49474 <49474@debbugs.gnu.org> Date: Fri, 22 Aug 2025 08:04:03 +0000 retitle 49474 28.0.50; package-menu-filter-by-status doesn't accept argumen= t it claims to reassign 49474 emacs submitter 49474 Adam Porter severity 49474 normal thanks From debbugs-submit-bounces@debbugs.gnu.org Thu Jul 08 21:21:12 2021 Received: (at submit) by debbugs.gnu.org; 9 Jul 2021 01:21:12 +0000 Received: from localhost ([127.0.0.1]:57903 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1m1fCa-000564-BQ for submit@debbugs.gnu.org; Thu, 08 Jul 2021 21:21:12 -0400 Received: from lists.gnu.org ([209.51.188.17]:50092) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1m1fCV-00055v-VU for submit@debbugs.gnu.org; Thu, 08 Jul 2021 21:21:11 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:35102) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1m1fCV-0000RR-PN for bug-gnu-emacs@gnu.org; Thu, 08 Jul 2021 21:21:07 -0400 Received: from mail-lf1-f54.google.com ([209.85.167.54]:37680) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1m1fCT-0007mU-4P for bug-gnu-emacs@gnu.org; Thu, 08 Jul 2021 21:21:07 -0400 Received: by mail-lf1-f54.google.com with SMTP id v14so19922851lfb.4 for ; Thu, 08 Jul 2021 18:21:03 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=nPxKVJ4CL1No7ykfbjJexuh2nU3cZiAqXEmqmXLWSSg=; b=SBV9o5zX29XG/7CLIloLk9UEvh7owG5Z+Wut8Jl8Wx0ZAWcbj0RJlX5uW4ZOlM/Rr2 tS5A48zjha9eINqw3U62wnXRN5IOLggEQNY8jKittac6HeiXx7I4Ppqg2fhBzgl8k+D8 IG3s/uuKzvULB240/reiOcnWDBEAWchD8W9Dzu5t/mE/d3Yc3dGGfwr+ce7rBXln4hik uI8iJhqlmm1R7+szVgxNAlNhabaZKTkoJhH5Bz0Tn1j/RwGXSCPn04wbwW9y9Oi3++7Z 7QsooA4+fo3xBjjvs1zeSc75lTdpfzkmiGtMsPeYfFtSqGGubIM4MYaKXwhC537ClJn6 yb6w== X-Gm-Message-State: AOAM530y/6lnQaFziNxO2hrRe9rZiny44P7FVcXjj48tuUoQW11HW5m4 GgAvHFkzJHLe/es8+jHZ/ovBo/5yY2jZ/S13L3PtSvlcU4o= X-Google-Smtp-Source: ABdhPJxb/H94oEQFSbUpbcrYf0dSlSgNhAo3XdNwK2eRGWTae2mIr/DPiOOkpOElRB+QC4zbPo0Ijg7NiVeHq1We3Ho= X-Received: by 2002:ac2:4ec1:: with SMTP id p1mr22036749lfr.196.1625793662111; Thu, 08 Jul 2021 18:21:02 -0700 (PDT) MIME-Version: 1.0 From: Adam Porter Date: Thu, 8 Jul 2021 20:20:51 -0500 Message-ID: Subject: 28.0.50; package-menu-filter-by-status doesn't accept argument it claims to To: bug-gnu-emacs@gnu.org Content-Type: text/plain; charset="UTF-8" Received-SPF: pass client-ip=209.85.167.54; envelope-from=alphadeltapapa@gmail.com; helo=mail-lf1-f54.google.com X-Spam_score_int: -15 X-Spam_score: -1.6 X-Spam_bar: - X-Spam_report: (-1.6 / 5.0 requ) BAYES_00=-1.9, FREEMAIL_FORGED_FROMDOMAIN=0.249, FREEMAIL_FROM=0.001, HEADER_FROM_DIFFERENT_DOMAINS=0.001, RCVD_IN_DNSWL_NONE=-0.0001, RCVD_IN_MSPIKE_H2=-0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=no autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.1 (-) 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: -2.1 (--) The docstring for the function package-menu-filter-by-status says: When called interactively, prompt for STATUS, which can be a comma-separated string. If STATUS is empty, show all packages. When called from Lisp, STATUS can be a string or a list of strings. If STATUS is nil or the empty string, show all packages. However, when given a comma-separated string or a list of strings, it doesn't work, because it applies a filter predicate that calls string-match-p, which expects a regexp string. Thanks for your work on Emacs. From debbugs-submit-bounces@debbugs.gnu.org Sat Jul 10 12:54:29 2021 Received: (at 49474) by debbugs.gnu.org; 10 Jul 2021 16:54:29 +0000 Received: from localhost ([127.0.0.1]:33334 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1m2GFJ-0001vm-64 for submit@debbugs.gnu.org; Sat, 10 Jul 2021 12:54:29 -0400 Received: from quimby.gnus.org ([95.216.78.240]:57198) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1m2GFH-0001vT-TM for 49474@debbugs.gnu.org; Sat, 10 Jul 2021 12:54:28 -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:In-Reply-To:Date: References: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=qBC+ZmvV5f+mn9uN75s4eReUWE4dvgZf9vhwEBsHL8E=; b=c/24en2sALGPxRfM+l4+sMZnBH O+V3YVtno8oY5NlXZWPbNXjnai+JvuC22UqvLB88q3/SlKC4E+SOufgVmFQmmyaIjAXWIQA2UH34h mMWeZsRKw5sLft4jWrLkJC28Gf430FbmdGBMQpmShugHs2iHd4ZxdCupYGm6i+jo3CkY=; Received: from cm-84.212.220.105.getinternet.no ([84.212.220.105] helo=elva) by quimby.gnus.org with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1m2GF5-0005rR-El; Sat, 10 Jul 2021 18:54:21 +0200 From: Lars Ingebrigtsen To: Adam Porter Subject: Re: bug#49474: 28.0.50; package-menu-filter-by-status doesn't accept argument it claims to References: X-Now-Playing: Suzanne Vega's _Suzanne Vega_: "Straight Lines" Date: Sat, 10 Jul 2021 18:54:14 +0200 In-Reply-To: (Adam Porter's message of "Thu, 8 Jul 2021 20:20:51 -0500") Message-ID: <87bl7anm89.fsf@gnus.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.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: Adam Porter writes: > The docstring for the function package-menu-filter-by-status says: > > When called interactively, prompt for STATUS, which can be a > comma-separated string. If STATUS is empty, show all packages. > [...] 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: 49474 Cc: 49474@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 (---) Adam Porter writes: > The docstring for the function package-menu-filter-by-status says: > > When called interactively, prompt for STATUS, which can be a > comma-separated string. If STATUS is empty, show all packages. > > When called from Lisp, STATUS can be a string or a list of > strings. If STATUS is nil or the empty string, show all > packages. > > However, when given a comma-separated string or a list of strings, it > doesn't work, because it applies a filter predicate that calls > string-match-p, which expects a regexp string. Yup. I've now changed the command (in Emacs 28) to work as documented. Hopefully nobody were relying on the previous, undocumented regexp-match behaviour. -- (domestic pets only, the antidote for overdose, milk.) bloggy blog: http://lars.ingebrigtsen.no From debbugs-submit-bounces@debbugs.gnu.org Sat Jul 10 12:54:37 2021 Received: (at control) by debbugs.gnu.org; 10 Jul 2021 16:54:37 +0000 Received: from localhost ([127.0.0.1]:33338 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1m2GFR-0001wB-Cw for submit@debbugs.gnu.org; Sat, 10 Jul 2021 12:54:37 -0400 Received: from quimby.gnus.org ([95.216.78.240]:57212) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1m2GFP-0001vx-LF for control@debbugs.gnu.org; Sat, 10 Jul 2021 12:54:36 -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=qM+XdrM2qedcmpPFKBXAl4XUkypYeE6gPPKZhnpiMug=; b=MI9B5Yj/fYb66nQLChX8n6Dblc cGpnFL+uWRt8pnA20vjBH+KsQu0OA+cV/CYUp2HwgnKbIz1OmxrW6J6RrUr8RtbtCLevAXYGgMwuO s5DyNsGE+3fmQ8uR4eRNNa64VGgVfDCrsFCYyigVeC8NxmvnlsRHXPCCgJb+gbJHd+ZQ=; Received: from cm-84.212.220.105.getinternet.no ([84.212.220.105] helo=elva) by quimby.gnus.org with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1m2GFE-0005rc-48 for control@debbugs.gnu.org; Sat, 10 Jul 2021 18:54:30 +0200 Date: Sat, 10 Jul 2021 18:54:23 +0200 Message-Id: <87a6munm80.fsf@gnus.org> To: control@debbugs.gnu.org From: Lars Ingebrigtsen Subject: control message for bug #49474 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: close 49474 28.1 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 (---) close 49474 28.1 quit From unknown Fri Aug 22 01:04:03 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, 08 Aug 2021 11:24:06 +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