From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/14153 Path: main.gmane.org!not-for-mail From: Colin Rafferty Newsgroups: gmane.emacs.gnus.general Subject: Re: Running Gnus-5.5 and qgnus-0.29 Date: 17 Feb 1998 15:31:52 -0500 Sender: owner-ding@hpc.uh.edu 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 1035153392 13255 80.91.224.250 (20 Oct 2002 22:36:32 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 20 Oct 2002 22:36:32 +0000 (UTC) Return-Path: Original-Received: from xemacs.org (xemacs.cs.uiuc.edu [128.174.252.16]) by altair.xemacs.org (8.8.8/8.8.8) with ESMTP id MAA23471 for ; Tue, 17 Feb 1998 12:35:08 -0800 Original-Received: from gizmo.hpc.uh.edu (gizmo.hpc.uh.edu [129.7.102.31]) by xemacs.org (8.8.5/8.8.5) with ESMTP id OAA28463 for ; Tue, 17 Feb 1998 14:33:30 -0600 (CST) Original-Received: from sina.hpc.uh.edu (sina.hpc.uh.edu [129.7.3.5]) by gizmo.hpc.uh.edu (8.7.6/8.7.3) with ESMTP id PAN07151; Tue, 17 Feb 1998 15:09:18 -0600 Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Tue, 17 Feb 1998 14:32:17 -0600 (CST) Original-Received: from claymore.vcinet.com (claymore.vcinet.com [208.205.12.23]) by sina.hpc.uh.edu (8.7.3/8.7.3) with SMTP id OAA02603 for ; Tue, 17 Feb 1998 14:32:07 -0600 (CST) Original-Received: (qmail 5268 invoked by uid 504); 17 Feb 1998 20:32:01 -0000 Original-Received: (qmail 5265 invoked from network); 17 Feb 1998 20:32:00 -0000 Original-Received: from wfdutilf01.ml.com (HELO wfdutilgw.ml.com) (206.3.74.31) by claymore.vcinet.com with SMTP; 17 Feb 1998 20:32:00 -0000 Original-Received: from ml1.ml.com ([199.201.57.130]) by wfdutilgw.ml.com (8.8.7/8.8.7/MLgwo-3.05) with ESMTP id PAA11402 for ; Tue, 17 Feb 1998 15:29:37 -0500 (EST) Original-Received: from pme-mail.spspme.ml.com (pme-mail.spspme.ml.com [192.168.111.94]) by ml1.ml.com (8.8.7/8.8.7/MLml4-2.08) with SMTP id PAA11700 for ; Tue, 17 Feb 1998 15:31:55 -0500 (EST) Original-Received: from spssunp.spspme.ml.com by pme-mail.spspme.ml.com (SMI-8.6/ML55SMX-1.02) id PAA09280; Tue, 17 Feb 1998 15:31:39 -0500 Original-Received: by spssunp.spspme.ml.com (SMI-8.6/SMI-SVR4) id PAA11514; Tue, 17 Feb 1998 15:31:54 -0500 Original-To: (ding) GNUS Mailing List X-Face: ByE+UMAp1klWR3?\RNGx(A-~Ri!YT%C6M!sxoJL+.;9`Q/|+dj7[KR>gGMyV.2qZeot0NI`4\MA^_Qg`F9=+Ox&zaE?Y9dV%F~Xzf';Zyk2Aobs.uu^Ey0_C6^~q';G#$HkA!ZAHXPpG-"*|Dd*Z4U$4y{{aI0c%75}i~Of(jxYtI[uIpYF<*Zoe|\*/ufb X-Y-Zippy: I love FRUIT PICKERS!! In-Reply-To: Harry Putnam's message of "17 Feb 1998 09:53:12 +0000" Original-Lines: 29 X-Mailer: Quassia Gnus v0.23/XEmacs 20.5(beta24) - "Kaghani" Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:14153 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:14153 Harry Putnam writes: > Just started using gnus agent recently on a setup where I have been > running Emacs-20.2 and Xemacs-20.3. > I am using gnus-5.5 with the Xemacs and would like to continue to do so, > as well as run qgnus-0.29 with Emacs. > Handy for comparisons etc. > Unfortunately I am not yet savvy enough with lisp code to know how to > make Xemacs ignore the phrase (gnus-agentize) in .gnus file. It is not XEmacs that you want to have ignore `gnus-agentize', but gnus 5.5. I think that the following form in .gnus would work fine: (if (fboundp 'gnus-agentize) (gnus-agentize)) ; untested > Even better, is there a way to make Xemacs use a completely different > .emacs and .gnus. Thereby avoiding having to conditionalize things. If you have a ~/.xemacs file, it will take precedence over ~/.emacs when you run XEmacs. In your ~/.xemacs file, this you can do this: (setq gnus-init-file "~/.gnus.xemacs") ; untested -- Colin