From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/23940 Path: main.gmane.org!not-for-mail From: Harry Putnam Newsgroups: gmane.emacs.gnus.general Subject: Re: still puzzled by what should be a common idiom Date: 06 Jul 1999 16:10:52 -0700 Sender: owner-ding@hpc.uh.edu Message-ID: References: NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1035161580 5907 80.91.224.250 (21 Oct 2002 00:53:00 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 00:53:00 +0000 (UTC) Return-Path: Original-Received: from farabi.math.uh.edu (farabi.math.uh.edu [129.7.128.57]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id TAA15926 for ; Tue, 6 Jul 1999 19:11:35 -0400 (EDT) Original-Received: from sina.hpc.uh.edu (lists@Sina.HPC.UH.EDU [129.7.3.5]) by farabi.math.uh.edu (8.9.1/8.9.1) with ESMTP id SAB21041; Tue, 6 Jul 1999 18:11:20 -0500 (CDT) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Tue, 06 Jul 1999 18:12:11 -0500 (CDT) Original-Received: from sclp3.sclp.com (root@sclp3.sclp.com [204.252.123.139]) by sina.hpc.uh.edu (8.9.3/8.9.3) with ESMTP id SAA00138 for ; Tue, 6 Jul 1999 18:12:01 -0500 (CDT) Original-Received: from mail.networkone.net (qmailr@mail.networkone.net [209.144.112.75]) by sclp3.sclp.com (8.8.5/8.8.5) with SMTP id TAA15914 for ; Tue, 6 Jul 1999 19:11:00 -0400 (EDT) Original-Received: (qmail 15810 invoked from network); 6 Jul 1999 23:11:05 -0000 Original-Received: from pm3-2-36.la.networkone.net (HELO satellite.local.lan) (reader@209.144.126.100) by mail.networkone.net with SMTP; 6 Jul 1999 23:11:05 -0000 Original-Received: (from reader@localhost) by satellite.local.lan (8.9.1/8.9.1) id QAA01430; Tue, 6 Jul 1999 16:10:53 -0700 Original-To: ding@gnus.org In-Reply-To: Neil Crellin's message of "06 Jul 1999 12:32:33 -0700" Original-Lines: 24 User-Agent: Gnus/5.070091 (Pterodactyl Gnus v0.91) Emacs/20.3 Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:23940 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:23940 Neil Crellin writes: > merlyn@stonehenge.com (Randal L. Schwartz) writes: > > I go into a fat folder and I want to narrow to just those > > items that have a body that matches "foo". > > > > What I've been doing so far is > > > > & Body foo # > > (wait for searches to set mark) > > then "search" in the summary for #, which musses up if the subject has # too > > > > What's the right ding-y way to do this? > > Sounds like you want to look into the nnir stuff. You need to say `/ n ' after the seaches are over. `gnus-summary-limit-to-articles' With process (#) set gnus limits to those articles.