From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/9271 Path: main.gmane.org!not-for-mail From: Paul Stodghill Newsgroups: gmane.emacs.gnus.general Subject: Re: annoying change Date: 06 Jan 1997 14:26:21 -0500 Sender: stodghil@CS.Cornell.EDU Message-ID: References: <199701061718.SAA08913@ifi.uio.no> NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 (generated by tm-edit 7.100) Content-Type: text/plain; charset=US-ASCII X-Trace: main.gmane.org 1035149319 17411 80.91.224.250 (20 Oct 2002 21:28:39 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 20 Oct 2002 21:28:39 +0000 (UTC) Return-Path: Original-Received: from ifi.uio.no (0@ifi.uio.no [129.240.64.2]) by deanna.miranova.com (8.8.4/8.8.4) with SMTP id LAA24649 for ; Mon, 6 Jan 1997 11:45:07 -0800 Original-Received: from simon.cs.cornell.edu (SIMON.CS.CORNELL.EDU [128.84.154.10]) by ifi.uio.no with ESMTP (8.6.11/ifi2.4) id for ; Mon, 6 Jan 1997 20:26:29 +0100 Original-Received: from cloyd.cs.cornell.edu (CLOYD.CS.CORNELL.EDU [128.84.227.15]) by simon.cs.cornell.edu (8.8.4/8.8.4/R-1.7) with ESMTP id OAA00902 for ; Mon, 6 Jan 1997 14:26:27 -0500 (EST) Original-Received: from hoho.cs.cornell.edu (HOHO.CS.CORNELL.EDU [128.84.211.72]) by cloyd.cs.cornell.edu (8.8.4/8.8.4/M-1.8) with ESMTP id OAA09617 for ; Mon, 6 Jan 1997 14:26:26 -0500 (EST) Original-Received: (from stodghil@localhost) by hoho.cs.cornell.edu (8.8.4/8.8.4/C-1.2) id OAA23848; Mon, 6 Jan 1997 14:26:22 -0500 (EST) Original-To: ding@ifi.uio.no In-Reply-To: Paul Stodghill's message of 06 Jan 1997 14:13:35 -0500 Original-Lines: 33 X-Mailer: Red Gnus v0.76/XEmacs 19.14 Xref: main.gmane.org gmane.emacs.gnus.general:9271 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:9271 > >>>>> "Jeff" == Jeff Sparkes writes: > > Jeff> I run a separate xemacs for news reading that avoids a lot of > Jeff> stuff that I normally load. I therefore start "xemacs -q -f gnus" > Jeff> to get a somewhat leaner process. This changes makes it > Jeff> impossible to get my .gnus loaded. I can understand the need > Jeff> start without reading .gnus, but perhaps a different entry-point > Jeff> function is needed. Maybe gnus-with-startup-file and/or > Jeff> gnus-without-startup-file? > > Doesn't this do what you want? > > % cat ~/.emacs-just-gnus > (gnus) > % xemacs -q -l ~/.emacs-just-gnus > > I didn't actually test it, so it probably doesn't... > -- > Paul Stodghill > http://www.cs.cornell.edu/home/stodghil/home.html Doh! I should have written the following, % cat ~/.emacs-just-gnus (let ((init-file-user t)) (gnus)) % xemacs -q -l ~/.emacs-just-gnus Sorry about that... -- Paul Stodghill http://www.cs.cornell.edu/home/stodghil/home.html