From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/37176 Path: main.gmane.org!not-for-mail From: Karl Kleinpaste Newsgroups: gmane.emacs.gnus.general Subject: Re: gnus-posting-styles: detecting private replies in mailing list groups Date: Fri, 27 Jul 2001 18:51:08 -0400 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 1035172637 12483 80.91.224.250 (21 Oct 2002 03:57:17 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 03:57:17 +0000 (UTC) Return-Path: Return-Path: Original-Received: (qmail 10229 invoked from network); 27 Jul 2001 22:51:12 -0000 Original-Received: from mesquite.slip.cs.cmu.edu (HELO cinnamon.vanillaknot.com) (128.2.207.11) by gnus.org with SMTP; 27 Jul 2001 22:51:12 -0000 Original-Received: (from karl@localhost) by cinnamon.vanillaknot.com (8.11.2/8.11.2) id f6RMp9D18591; Fri, 27 Jul 2001 18:51:09 -0400 Original-To: ding@gnus.org X-Face: ?=p^Gj2JkX~UU_@W}[q/'Dxn19x-zfIQ](y<&ky/?1-&Nz&,!W}R.Gp+"LeGojoR =RF>?!XVs{a:`Yt(gqM<#$Zy(C@]'dR4Hy4S1.I(n3:2"R:=Uy!)K9>U!gNTyH{p +_w#F[gt).$Vyvo5=9LF^PeQ(@H#}QLAbfyYxX/8t:TDR5nA\|RmJO"EwjL8tWyvM In-Reply-To: (NAGY Andras's message of "27 Jul 2001 17:29:10 +0200") User-Agent: Gnus/5.090004 (Oort Gnus v0.04) XEmacs/21.4 (Developer-Friendly Unix APIs) Original-Lines: 14 Xref: main.gmane.org gmane.emacs.gnus.general:37176 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:37176 NAGY Andras writes: > I'm using (boundp 'post) for this. Marvelous. My g-p-s now contains this element: ;; ---------------------------------------- ;; private reply to public posting: gcc as "general". ((and (not (boundp 'post)) (string-match "^\\(nnml:list\\|comp\\|misc\\|news\\|rec\\|sci\\|soc\\|talk\\|alt\\|gnu\\)" gnus-newsgroup-name)) ("Gcc" "nnml:personal.general")) --karl