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: John Goerzen <jgoerzen@xxxxxxxxxxxx>
Date: Sat, 19 Dec 1998 11:38:21 -0600
Reply-to: aclug-L@xxxxxxxxxxxx

On Fri, Dec 18, 1998 at 10:58:23PM -0600, Steven Saner wrote:

> Thanks for your reply and what you suggest is exactly what I am
> after. Unfortunately I'm sure if the syntax is quite correct in the
> code you list. Both xemacs and emacs complains about it. Since my lisp
> expertise is, well, nonexistent, could you help me out a bit? I notice
> that there is an unmatched number of open and closed parenthesis, which
> smells of being wrong, but I'm not sure how they should be.

Here's my .emacs:

;; Options Menu Settings
;; =====================
(cond
 ((and (string-match "XEmacs" emacs-version)
       (boundp 'emacs-major-version)
       (or (and
            (= emacs-major-version 19)
            (>= emacs-minor-version 14))
           (= emacs-major-version 20))
       (fboundp 'load-options-file))
  (load-options-file "/home/jgoerzen/.xemacs-options")))
;; ============================
;; End of Options Menu Settings

(setq default-major-mode 'text-mode)
(setq line-number-mode 'T)
(add-hook 'text-mode-hook 'turn-on-auto-fill)

(load "mime-setup")

(gnuserv-start)

You may need to delete the stuff after "End of Options Menu Settings". 
Oddly enough, xemacs itself created this .emacs file for me.


-- 
John Goerzen   Linux, Unix consulting & programming   jgoerzen@xxxxxxxxxxxx |
Developer, Debian GNU/Linux (Free powerful OS upgrade)       www.debian.org |
----------------------------------------------------------------------------+
Visit the Air Capital Linux Users Group on the web at http://www.aclug.org
---
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]