From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/14225 Path: main.gmane.org!not-for-mail From: Lars Magne Ingebrigtsen Newsgroups: gmane.emacs.gnus.general Subject: Re: Authinfo situation Date: 22 Feb 1998 18:18:37 +0100 Sender: owner-ding@hpc.uh.edu Message-ID: References: NNTP-Posting-Host: coloc-standby.netfonds.no X-Trace: main.gmane.org 1035153452 13643 80.91.224.250 (20 Oct 2002 22:37:32 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 20 Oct 2002 22:37: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 JAA17909 for ; Sun, 22 Feb 1998 09:26:30 -0800 Original-Received: from sina.hpc.uh.edu (root@Sina.HPC.UH.EDU [129.7.3.5]) by xemacs.org (8.8.5/8.8.5) with ESMTP id LAA26869 for ; Sun, 22 Feb 1998 11:24:31 -0600 (CST) Original-Received: from sina.hpc.uh.edu (lists@Sina.HPC.UH.EDU [129.7.3.5]) by sina.hpc.uh.edu (8.7.3/8.7.3) with ESMTP id LAH00748; Sun, 22 Feb 1998 11:24:32 -0600 (CST) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Sun, 22 Feb 1998 11:24:08 -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 LAA00709 for ; Sun, 22 Feb 1998 11:23:58 -0600 (CST) Original-Received: (qmail 29582 invoked by uid 504); 22 Feb 1998 17:23:52 -0000 Original-Received: (qmail 29575 invoked from network); 22 Feb 1998 17:23:50 -0000 Original-Received: from xyplex31.uio.no (HELO sparky.gnus.org) (129.240.154.51) by claymore.vcinet.com with SMTP; 22 Feb 1998 17:23:48 -0000 Original-Received: (from larsi@localhost) by sparky.gnus.org (8.8.5/8.8.5) id SAA25035; Sun, 22 Feb 1998 18:28:06 +0100 Mail-Copies-To: never Original-To: ding@gnus.org In-Reply-To: Harry Putnam's message of "20 Feb 1998 15:52:37 +0000" X-Mailer: Quassia Gnus v0.32/Emacs 19.34 X-Face: &w!^oO~dS|}-P0~ge{$c!h\ writes: > > But rather than have to condition different things as I add new stuff, > > isn't there a way to make xemacs use a completely different > > inititialization file than emacs. > (besides just command line) Sure; just make this your .emacs file: (if (string-match "xemacs" (emacs-version)) (load-file "~/.xemacs") (load-file "~/.not-xemacs")) -- (domestic pets only, the antidote for overdose, milk.) larsi@gnus.org * Lars Magne Ingebrigtsen