all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: "Colin S. Miller" <no-spam-thank-you@csmiller.demon.co.uk>
To: help-gnu-emacs@gnu.org
Subject: Re: checking emacs version
Date: Tue, 24 Feb 2009 17:40:37 +0000	[thread overview]
Message-ID: <49a43116$0$90273$14726298@news.sunsite.dk> (raw)
In-Reply-To: <mailman.1636.1235468408.31690.help-gnu-emacs@gnu.org>

Leo wrote:
> On 2009-02-24 02:59 +0000, Eric wrote:
>> I'm writing an .emacs file that will need to work under a few
>> different versions of emacs, and wanted to ask what the most reliable
>> method of checking the current emacs version. Is a simple string
>> search in (emacs-version) acceptable, or is there a more robust way of
>> doing it?
> 
> `system-type'
> 
>> Thanks,
>> Eric
> 
Under xemacs, I use
(setq custom-file (concat "~/.xemacs/custom-" (symbol-name system-type) ".el"))

This allows me to have a different customisation file for each platform I use.

HTH,
Colin S. Miller
-- 
Replace the obvious in my email address with the first three letters of the hostname to reply.


  parent reply	other threads:[~2009-02-24 17:40 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-02-24  2:59 checking emacs version Eric
2009-02-24  4:07 ` Eli Zaretskii
     [not found] ` <mailman.1610.1235448457.31690.help-gnu-emacs@gnu.org>
2009-02-24  4:21   ` Eric
2009-02-24  4:36     ` Barry Margolin
2009-02-24  5:19       ` Eric
2009-02-24 14:29     ` Jonathan Groll
     [not found]     ` <mailman.1644.1235485784.31690.help-gnu-emacs@gnu.org>
2009-02-24 15:23       ` Eric
2009-02-24  9:35 ` Leo
2009-02-24 17:58   ` Peter Dyballa
     [not found] ` <mailman.1636.1235468408.31690.help-gnu-emacs@gnu.org>
2009-02-24 17:40   ` Colin S. Miller [this message]
2009-02-24 18:37 ` Pascal J. Bourguignon
2009-02-24 22:02   ` Peter Dyballa
     [not found]   ` <mailman.1685.1235512964.31690.help-gnu-emacs@gnu.org>
2009-02-25  4:34     ` Pascal J. Bourguignon

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='49a43116$0$90273$14726298@news.sunsite.dk' \
    --to=no-spam-thank-you@csmiller.demon.co.uk \
    --cc=help-gnu-emacs@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.