Gnus development mailing list
 help / color / mirror / Atom feed
* how to limit to several authors
@ 2005-08-09 16:34 Uwe Brauer
  2005-08-09 16:51 ` Dan Christensen
  0 siblings, 1 reply; 4+ messages in thread
From: Uwe Brauer @ 2005-08-09 16:34 UTC (permalink / raw)


Hello

As I understand  gnus-summary-limit-to-author allows regexp.
So I would like to limit the summary to 2 authors 
george and jim say
however when I try
(gnus-summary-limit-to-author "george \\| jim" nil)
or
(gnus-summary-limit-to-author "george | jim" nil)
or
(gnus-summary-limit-to-author "george \\\\| jim" nil)
etc 

All the time I get that the match is not found, but it seems that the
function interprets my input literary as a string not as a regexp.

What is my mistake.

Thanks 

Uwe Brauer




^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: how to limit to several authors
  2005-08-09 16:34 how to limit to several authors Uwe Brauer
@ 2005-08-09 16:51 ` Dan Christensen
  2005-08-10 12:21   ` Uwe Brauer
  2005-08-10 12:26   ` Uwe Brauer
  0 siblings, 2 replies; 4+ messages in thread
From: Dan Christensen @ 2005-08-09 16:51 UTC (permalink / raw)
  Cc: ding

Uwe Brauer <oub@mat.ucm.es> writes:

> (gnus-summary-limit-to-author "george \\\\| jim" nil)

This form works for me, if I get rid of the space characters:

  (gnus-summary-limit-to-author "george\\\\|jim" nil)

A question from me:  Can I limit to all messages to *or* from a
particular person?

Dan



^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: how to limit to several authors
  2005-08-09 16:51 ` Dan Christensen
@ 2005-08-10 12:21   ` Uwe Brauer
  2005-08-10 12:26   ` Uwe Brauer
  1 sibling, 0 replies; 4+ messages in thread
From: Uwe Brauer @ 2005-08-10 12:21 UTC (permalink / raw)


>>>>> "Dan" == Dan Christensen <jdc@uwo.ca> writes:

   Dan> Uwe Brauer <oub@mat.ucm.es> writes:
   >> (gnus-summary-limit-to-author "george \\\\| jim" nil)

   Dan> This form works for me, if I get rid of the space characters:

   Dan>   (gnus-summary-limit-to-author "george\\\\|jim" nil)


That is extremely odd, I tried that for
(gnus-summary-limit-to-author "Uwe\\\\|Dan" nil)

It ognus-0.3 returned not match found?!

A Bug?!
   Dan> A question from me:  Can I limit to all messages to *or* from a
   Dan> particular person?

   Dan> Dan






^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: how to limit to several authors
  2005-08-09 16:51 ` Dan Christensen
  2005-08-10 12:21   ` Uwe Brauer
@ 2005-08-10 12:26   ` Uwe Brauer
  1 sibling, 0 replies; 4+ messages in thread
From: Uwe Brauer @ 2005-08-10 12:26 UTC (permalink / raw)


Hello


I Forget to add
(gnus-summary-limit-to-author "uwe\\|dan" nil)
works though, sorry.

Another question suppose some function would return me a list of names
like
(eval-expression '(bbdb-list-names) nil) would return me, say in the minibuffer
("Uwe" "Paul" "George" "Ringo")

How could I use gnus-summary-limit-to-author   in order to display
those?

Uwe 






^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2005-08-10 12:26 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-08-09 16:34 how to limit to several authors Uwe Brauer
2005-08-09 16:51 ` Dan Christensen
2005-08-10 12:21   ` Uwe Brauer
2005-08-10 12:26   ` Uwe Brauer

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).