From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/82079 Path: news.gmane.org!not-for-mail From: Tassilo Horn Newsgroups: gmane.emacs.gnus.general Subject: Bind gnus-group-make-nnir-group in Summary buffers Date: Tue, 24 Jul 2012 11:14:24 +0200 Message-ID: <87ipdda5cf.fsf@thinkpad.tsdh.de> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1343121359 32079 80.91.229.3 (24 Jul 2012 09:15:59 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 24 Jul 2012 09:15:59 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M30349@lists.math.uh.edu Tue Jul 24 11:15:57 2012 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from util0.math.uh.edu ([129.7.128.18]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1StbDd-0002YU-R7 for ding-account@gmane.org; Tue, 24 Jul 2012 11:15:54 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by util0.math.uh.edu with smtp (Exim 4.63) (envelope-from ) id 1StbCL-0000Zh-9H; Tue, 24 Jul 2012 04:14:33 -0500 Original-Received: from mx1.math.uh.edu ([129.7.128.32]) by util0.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.63) (envelope-from ) id 1StbCI-0000ZU-6D for ding@lists.math.uh.edu; Tue, 24 Jul 2012 04:14:30 -0500 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx1.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.76) (envelope-from ) id 1StbCG-0001x1-J0 for ding@lists.math.uh.edu; Tue, 24 Jul 2012 04:14:29 -0500 Original-Received: from deliver.uni-koblenz.de ([141.26.64.15]) by quimby.gnus.org with esmtp (Exim 4.72) (envelope-from ) id 1StbCE-0007Sz-QU for ding@gnus.org; Tue, 24 Jul 2012 11:14:26 +0200 Original-Received: from localhost (localhost [127.0.0.1]) by deliver.uni-koblenz.de (Postfix) with ESMTP id 20E3CD2452 for ; Tue, 24 Jul 2012 11:14:26 +0200 (CEST) X-Virus-Scanned: amavisd-new at uni-koblenz.de Original-Received: from deliver.uni-koblenz.de ([127.0.0.1]) by localhost (deliver.uni-koblenz.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 2b8DqJQjlUnT for ; Tue, 24 Jul 2012 11:14:25 +0200 (CEST) X-CHKRCPT: Envelopesender noch tassilo@member.fsf.org Original-Received: from thinkpad.tsdh.de (tsdh.uni-koblenz.de [141.26.67.142]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by deliver.uni-koblenz.de (Postfix) with ESMTPSA id 96320D244E for ; Tue, 24 Jul 2012 11:14:25 +0200 (CEST) User-Agent: Gnus/5.130006 (Ma Gnus v0.6) Emacs/24.1.50 (gnu/linux) X-Spam-Score: -4.9 (----) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:82079 Archived-At: Hi, I just noticed that doing M-x gnus-group-make-nnir-group ... works just fine in summary buffers, too. At least for me, searching while I'm already in the summary is a common use-case, so it would make sense to bind it to some key. Maybe searching with nnir from inside a summary buffer could even be a bit more convenient, for example by showing the found messages in the group's real summary instead of a ephemeral nnir group. I mean, in this case there's no chance that the results contain messages from more than one group... Bye, Tassilo