[mew-int 01097] Re: mew-summary-search

Tatsuya Kinoshita tats at example.com
Thu Oct 3 02:54:38 JST 2002


On October 2, 2002, [mew-int 01095],
George Kahler <george at example.com> wrote:

> After I type C-U ? I get "Grep pattern:" at which I type a string that
> I'm looking for. After I press 'enter' mew responds back with "No
> message to be marked". And yes, I did verify that the strings I'm
> looking for actually exists!

If you want to ignore case distinctions, put the below in your
`~/.mew.el' file.

---- 
(setq mew-prog-grep "grep")
(setq mew-prog-grep-opts '("-i" "-l" "-e"))
(setq mew-prog-vgrep "grep")
(setq mew-prog-vgrep-opts '("-i" "-l" "-e"))
---- 

> I'm sorry to be such a pain but why the previous VERY SIMPLE '/'
> mew-summary-search' is not available. It seems to me that this is a
> step backwards for Mew!

I didn't feel the pain.  I felt that `C-u' is easier than `all='.

Also, the "grep" program is replaceable.  For example, the `mg'
program is useful for Japanese messages.  (See mew.dot.mew also.)

-- 
Tatsuya Kinoshita



More information about the Mew-int mailing list