Complete.Org: Mailing Lists: Archives: discussion: December 1998:
Re: [aclug-L] XEmacs and Emacs
Home

Re: [aclug-L] XEmacs and Emacs

[Top] [All Lists]

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
To: aclug-L@xxxxxxxxxxxx
Subject: Re: [aclug-L] XEmacs and Emacs
From: "Clint A. Brubakken" <cabrubak@xxxxxxxxxxx>
Date: Fri, 18 Dec 1998 19:01:05 -0600 (EST)
Reply-to: aclug-L@xxxxxxxxxxxx

put all of youe xemacs option in a second file called xemacs-options 

(if your not sure which is which start with everything and then take out
as you go)

then add this to your .emacs

 ((and (string-match "XEmacs" emacs-version)
       (boundp 'emacs-major-version)
            (= emacs-major-version 19)
            (>= emacs-minor-version 14))
           (= emacs-major-version 20))
  (load-options-file "/usr/users/User18/cabrubak/.xemacs-options")))

replacing /usr/users/User18/cabrubak/.xemacs-options with where yours is



On
Fri, 18 Dec 1998, Steven Saner wrote:

> I use XEmacs on a regular basis when I am at my workstation. When I
> log in remotely, however, I often want to use plain old GNU Emacs in
> terminal mode. I have a number of XEmacs perferences stored in my
> .emacs file and that works fine. When I try to run GNU Emacs, however,
> it complains about some things in .emacs that it doesn't
> understand. Does anyone know how to fix this? Is it possible to have
> XEmacs read a different config file, like .xemacs?
> 
> Thanks
> 
> -- 
> ==================================================================
> Steven Saner                            SouthWind Internet Access, Inc.
> ssaner@xxxxxxxxxxxxx                    Technical Support
> http://www2.southwind.net/~ssaner       support@xxxxxxxxxxxxx
>                                         http://www.southwind.net
>                                         263-7963 Wichita  (800)525-7963
> 
> ---
> This is the Air Capital Linux Users Group discussion list.  If you
> want to unsubscribe, send the word "unsubscribe" to
> aclug-L-request@xxxxxxxxxxxx.  If you want to post to the list, send your
> message to aclug-L@xxxxxxxxxxxx.
> 

+-----------------------------------------------------+
| The Cheez-Czar  http://www.hackboy.com/~cabrubak    |
-------------------------------------------------------------------------------
Why did kamikaze pilots wear helmets?
--------------------------------------------------------------------------------

---
This is the Air Capital Linux Users Group discussion list.  If you
want to unsubscribe, send the word "unsubscribe" to
aclug-L-request@xxxxxxxxxxxx.  If you want to post to the list, send your
message to aclug-L@xxxxxxxxxxxx.



[Prev in Thread] Current Thread [Next in Thread]