From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/88991 Path: news.gmane.io!.POSTED.ciao.gmane.io!not-for-mail From: Amin Bandali Newsgroups: gmane.emacs.gnus.general Subject: Re: Bug#39515 and searching topic groups Date: Mon, 10 Feb 2020 19:16:21 -0500 Message-ID: <87mu9qkmga.fsf@gnu.org> References: <87h7zyjg3p.fsf@ericabrahamsen.net> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="ciao.gmane.io:159.69.161.202"; logging-data="42961"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux) To: ding@gnus.org Original-X-From: ding-owner+M37194@lists.math.uh.edu Tue Feb 11 01:17:14 2020 Return-path: Envelope-to: ding-account@m.gmane-mx.org Original-Received: from lists1.math.uh.edu ([129.7.128.208]) by ciao.gmane.io with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1j1JEo-000B3o-Ex for ding-account@m.gmane-mx.org; Tue, 11 Feb 2020 01:17:14 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by lists1.math.uh.edu with smtp (Exim 4.92.3) (envelope-from ) id 1j1JEB-0005Mr-LP; Mon, 10 Feb 2020 18:16:35 -0600 Original-Received: from mx1.math.uh.edu ([129.7.128.32]) by lists1.math.uh.edu with esmtps (TLSv1.3:TLS_AES_256_GCM_SHA384:256) (Exim 4.92.3) (envelope-from ) id 1j1JE9-0005KI-6Z for ding@lists.math.uh.edu; Mon, 10 Feb 2020 18:16:33 -0600 Original-Received: from quimby.gnus.org ([95.216.78.240]) by mx1.math.uh.edu with esmtps (TLSv1.3:TLS_AES_256_GCM_SHA384:256) (Exim 4.92.3) (envelope-from ) id 1j1JE8-0008CR-1A for ding@lists.math.uh.edu; Mon, 10 Feb 2020 18:16:33 -0600 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]) by quimby.gnus.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:256) (Exim 4.92) (envelope-from ) id 1j1JE1-0003IA-9h for ding@gnus.org; Tue, 11 Feb 2020 01:16:27 +0100 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:60441) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1j1JDy-0001um-OI for ding@gnus.org; Mon, 10 Feb 2020 19:16:24 -0500 Original-Received: from [2607:fea8:3ba0:d78::5] (port=48294 helo=localhost) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1j1JDy-0000C2-At for ding@gnus.org; Mon, 10 Feb 2020 19:16:22 -0500 In-Reply-To: <87h7zyjg3p.fsf@ericabrahamsen.net> X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] List-ID: Precedence: bulk Xref: news.gmane.io gmane.emacs.gnus.general:88991 Archived-At: Hi, Eric Abrahamsen writes: > Hi all, > > Take a look at bug#39515. If you do "G G" on a topic line, would you > expect nnir to search all the topic's groups, or only the topic's > _visible_ groups. Ie, would you expect to be searching groups you can't > see, under the topic heading? Current behavior is to only search visible > groups. > > Alternately, would you want a customization option to control this > behavior? > > Eric Interesting! I'm not sure which makes more sense. Perhaps the default should be searching all groups under that topic, be them visible or not? But I personally would probably prefer the other way (searching only the visible groups under the topic), if there was a customization option. Alternatively, or additionally, a way to control this on a case-by-case basis and quickly, e.g. using a prefix-arg or something, would be handy I think.