[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Compatible .emacs for Gnu and xemacs
From: |
Peter Dyballa |
Subject: |
Re: Compatible .emacs for Gnu and xemacs |
Date: |
Mon, 1 Jun 2009 10:38:26 +0200 |
Am 01.06.2009 um 03:46 schrieb emacsy:
How is it possible to modify my .emacs file to work with both Gnu
Emacs and
xemacs?
(if (string= "21" emacs-major-version)
...)
(if (featurep 'xemacs) ; or 'emacs
...)
--
Greetings
Pete
Programming today is a race between software engineers striving to
build bigger and better idiot-proof programs, and the Universe trying
to produce bigger and better idiots. So far, the Universe is winning.
– Rich Cook