From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=-2.1 required=5.0 tests=DKIM_INVALID,DKIM_SIGNED, RCVD_IN_DNSWL_MED,RCVD_IN_MSPIKE_H3,RCVD_IN_MSPIKE_WL autolearn=ham autolearn_force=no version=3.4.4 Received: (qmail 7596 invoked from network); 23 Dec 2021 22:46:42 -0000 Received: from mx1.math.uh.edu (129.7.128.32) by inbox.vuxu.org with ESMTPUTF8; 23 Dec 2021 22:46:42 -0000 Received: from lists1.math.uh.edu ([129.7.128.208]) by mx1.math.uh.edu with esmtps (TLS1.3) tls TLS_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1n0WrA-00CbEQ-Lj for ml@inbox.vuxu.org; Thu, 23 Dec 2021 16:46:40 -0600 Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by lists1.math.uh.edu with smtp (Exim 4.94.2) (envelope-from ) id 1n0WrA-002Asa-47 for ml@inbox.vuxu.org; Thu, 23 Dec 2021 16:46:40 -0600 Received: from mx1.math.uh.edu ([129.7.128.32]) by lists1.math.uh.edu with esmtp (Exim 4.94.2) (envelope-from ) id 1n0Wr7-002AsR-Uc for ding@lists.math.uh.edu; Thu, 23 Dec 2021 16:46:37 -0600 Received: from quimby.gnus.org ([95.216.78.240]) by mx1.math.uh.edu with esmtps (TLS1.3) tls TLS_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1n0Wr5-00CbE6-HC for ding@lists.math.uh.edu; Thu, 23 Dec 2021 16:46:37 -0600 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnus.org; s=20200322; h=Content-Type:Mime-Version:References:Message-ID:Date:Subject: From:To:Sender:Reply-To:Cc:Content-Transfer-Encoding:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:In-Reply-To:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=WcK45HanpBFcsVceKCL7pHyu0G1sKNo/OzotM5PAdEk=; b=mOPd3oHOIS2cAuWW1txwturnq0 zeEe7Rdc2cgF0JibpcBBQF33KlrZqOJ1CPhdWC9daT58X30aLWJ3MKSeIkvlbeZ/7W1YMhxhtNBew LD9JU7T4i2h29FQ7f4IQaUQHe5DzMyLgFMMBObjvDn5UeFun8OCQleV8c2pnR/IywLtw=; Received: from ciao.gmane.io ([116.202.254.214]) by quimby.gnus.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1n0Wqx-000681-OZ for ding@gnus.org; Thu, 23 Dec 2021 23:46:30 +0100 Received: from list by ciao.gmane.io with local (Exim 4.92) (envelope-from ) id 1n0Wqv-0006vx-Ln for ding@gnus.org; Thu, 23 Dec 2021 23:46:25 +0100 X-Injected-Via-Gmane: http://gmane.org/ To: ding@gnus.org From: Eric Abrahamsen Subject: Re: Summary buffer, limit to the registry marks Date: Thu, 23 Dec 2021 14:46:19 -0800 Message-ID: <87mtkrym6c.fsf@ericabrahamsen.net> References: <8735mksjvl.fsf@mat.ucm.es> <87y24c4gie.fsf@zoho.eu> <87wnjv1dl8.fsf@mat.ucm.es> <87bl1718dl.fsf@ericabrahamsen.net> <87o85710h8.fsf@mat.ucm.es> Mime-Version: 1.0 Content-Type: text/plain User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (gnu/linux) Cancel-Lock: sha1:v9yVCyiOPS2nW7mApCM5MB0skdg= List-ID: Precedence: bulk Uwe Brauer writes: >>>> "EA" == Eric Abrahamsen writes: > >> Uwe Brauer writes: >>>>>> "EB" == Emanuel Berg writes: >>> >>>> Uwe Brauer wrote: >>>> My registry marks setting is as follows >>>> >>>> (setq gnus-registry-marks >>>> '((Imp >>>> :char ?i >>>> :image "summary_important") >>>> (WAIT >>>> :char ?w >>>> :image "summary_wait") >>>> (DONE >>>> :char ?d >>>> :image "summary_personal") >>>> (TODO >>>> :char ?t >>>> :image "summary_todo") >>>> (Later >>>> :char ?l >>>> :image "summary_later"))) >>>> >>>> Now how can I limit the messages in my summary buffer to all registry >>>> marks, like say TODO? >>> >>>> `gnus-summary-limit-to-marks'? >>> >>> I tried this of course, for example: >>> >>> (gnus-summary-limit-to-marks "TODO" nil) >>> >>> But no effect. > >> It needs to be the mark itself: try "t". > > (gnus-summary-limit-to-marks "T" nil) > > (gnus-summary-limit-to-marks "t" nil) > > > Does not work neither Nope, you're right, limit to marks doesn't check registry marks. Hang on and I'll open a bug report for this.