Gnus development mailing list
 help / color / mirror / Atom feed
From: Kai.Grossjohann@CS.Uni-Dortmund.DE (Kai Großjohann)
Cc: ding@gnus.org
Subject: Re: nnir oddity in group names
Date: Thu, 10 Aug 2000 19:13:29 +0200	[thread overview]
Message-ID: <vaf7l9pavk7.fsf@lucy.cs.uni-dortmund.de> (raw)
In-Reply-To: Harry Putnam's message of "04 Aug 2000 11:19:42 -0700"

On 04 Aug 2000, Harry Putnam wrote:

>> But maybe I could use grep:
>> 
>>     glimpse -H $h -W -l -y -F $p $query | grep -e $g
>> 
>> Do you think that this might help?  Could somebody try this to see
>> if it does?
>> 
>> Another idea might be to use the keep-lines Lisp function to do the
>> job of grep.  This might be even better, since call-process might
>> not be able to do the pipe thing.
> 
> Didn't follow the last two suggestions... sorry.

I have now tried to implement the above.

nnir.el now calls glimpse like this:

    glimpse -H $h -W -l -y -F $p $query

After glimpse has finished, it does (keep-lines grouspec) where
groupspec is the group specification you have entered.  This means,
all lines which match this regexp are kept, and all other lines are
deleted. 

kai
-- 
I like BOTH kinds of music.



      reply	other threads:[~2000-08-10 17:13 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2000-08-04 14:25 Harry Putnam
2000-08-04 15:28 ` Kai Großjohann
2000-08-04 18:19   ` Harry Putnam
2000-08-10 17:13     ` Kai Großjohann [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=vaf7l9pavk7.fsf@lucy.cs.uni-dortmund.de \
    --to=kai.grossjohann@cs.uni-dortmund.de \
    --cc=ding@gnus.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).