From owner-freebsd-questions Sat Aug 10 21:25:08 1996 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id VAA08812 for questions-outgoing; Sat, 10 Aug 1996 21:25:08 -0700 (PDT) Received: from mail.cs.utexas.edu (root@mail.cs.utexas.edu [128.83.139.10]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id VAA08807 for ; Sat, 10 Aug 1996 21:25:06 -0700 (PDT) Received: from babyhuey.cs.utexas.edu (miker@babyhuey.cs.utexas.edu [128.83.143.201]) by mail.cs.utexas.edu (8.7.1/8.7.1) with ESMTP id XAA23986; Sat, 10 Aug 1996 23:25:03 -0500 (CDT) From: Hung Michael Nguyen Received: by babyhuey.cs.utexas.edu (8.7.1/Client-1.4) id XAA30822; Sat, 10 Aug 1996 23:25:01 -0500 Message-Id: <199608110425.XAA30822@babyhuey.cs.utexas.edu> Subject: Re: A couple of things... To: ashworth@fubar.cs.montana.edu (Justin Ashworth) Date: Sat, 10 Aug 1996 23:25:00 -0500 (CDT) Cc: questions@freebsd.org In-Reply-To: from "Justin Ashworth" at Aug 10, 96 04:36:18 pm X-Mailer: ELM [version 2.4 PL25] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk > > Does anybody know how to save config options in XEmacs? I set what I > wanted, chose the 'Save Options' option, restarted XEmacs and my settings > were back to the default. Any ideas? I just had this problem, after upgrading my XEmacs from 19.13 to 19.14 (from the source, not from the package). It seems that when XEmacs reads your .emacs file, it will stop if there is an error, and therefore never read in the .xemacs-options file. In my case, it was stuff from when I used GNU Emacs. > > Also, I just reinstalled my FreeBSD partition to add some disk space > and clean out some beefy ports that I no longer wanted. Since then I > haven't been able to > 1. Receive mail from an outside address at this computer and > 2. Enter X without first dialing my ISP. > That dialup problem is VERY strange as I have NOTHING in my .xinitrc, > .xsession, .fvwmrc, .Xdefaults, or anything else that requires an > Internet connection to run. I installed procmail thinking that would > solve the mail reception problem, but it didn't. I had this problem when my resolver config was screwed up. X took a long time starting up. See if your hostname is not in /etc/hosts. Mike.