From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/12297 Path: main.gmane.org!not-for-mail From: SL Baur Newsgroups: gmane.emacs.gnus.general Subject: Re: Quassia Gnus v0.10 is released Date: 22 Sep 1997 23:52:05 -0700 Message-ID: References: NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 (generated by tm-edit 7.108) Content-Type: text/plain; charset=US-ASCII X-Trace: main.gmane.org 1035151857 2989 80.91.224.250 (20 Oct 2002 22:10:57 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 20 Oct 2002 22:10:57 +0000 (UTC) Return-Path: Original-Received: from xemacs.org (xemacs.cs.uiuc.edu [128.174.252.16]) by altair.xemacs.org (8.8.7/8.8.7) with ESMTP id AAA20925 for ; Tue, 23 Sep 1997 00:37:12 -0700 Original-Received: from ifi.uio.no (0@ifi.uio.no [129.240.64.2]) by xemacs.org (8.8.5/8.8.5) with SMTP id CAA19325 for ; Tue, 23 Sep 1997 02:33:04 -0500 (CDT) Original-Received: from claymore.vcinet.com (claymore.vcinet.com [208.205.12.23]) by ifi.uio.no with SMTP (8.6.11/ifi2.4) id for ; Tue, 23 Sep 1997 08:48:08 +0200 Original-Received: (qmail 14593 invoked by uid 504); 23 Sep 1997 06:48:07 -0000 Original-Received: (qmail 14590 invoked from network); 23 Sep 1997 06:48:06 -0000 Original-Received: from xemacs.miranova.com (HELO altair.xemacs.org) (steve@206.190.83.19) by claymore.vcinet.com with SMTP; 23 Sep 1997 06:48:06 -0000 Original-Received: (from steve@localhost) by altair.xemacs.org (8.8.7/8.8.7) id XAA20423; Mon, 22 Sep 1997 23:52:05 -0700 Mail-Copies-To: never Original-To: ding@gnus.org X-Face: (:YAD@JS'&Kz'M}n7eX7gEvPR6U1mJ-kt;asEc2qAv;h{Yw7ckz<7+X_SYeTNAaPui:e~x$ ,A=gkt*>UPL/}\a/#C~v2%ETiAY_sx;xve0yL??JWTtX_-NUzXyP38UdW#cmN1\4(X!c3m#%IbtB-3 Z-!xpZi!`E.s{(;aP=b11"!3wQu]1j@^V|;n=B|{l * gnus.texi (Finding the Parent): Fix typo. (NoCeM): Fix typos. =================================================================== RCS file: RCS/gnus.texi,v retrieving revision 1.10 diff -u -r1.10 gnus.texi --- gnus.texi 1997/09/23 06:32:49 1.10 +++ gnus.texi 1997/09/23 06:46:54 @@ -6632,7 +6632,7 @@ @cindex parent articles @cindex referring articles -@code @kbd +@table @kbd @item ^ @kindex ^ (Summary) @findex gnus-summary-refer-parent-article @@ -14086,14 +14086,14 @@ @samp{troll} messages, you'd say: @lisp -("clewis@ferret.ocunix.on.ca" ".*" (not "troll")) +("clewis@@ferret.ocunix.on.ca" ".*" (not "troll")) @end lisp On the other hand, if you just want nothing but his @samp{spam} and @samp{spew} messages, you'd say: @lisp -("clewis@ferret.ocunix.on.ca" (not ".*") "spew" "spam") +("clewis@@ferret.ocunix.on.ca" (not ".*") "spew" "spam") @end lisp The specs are applied left-to-right.