all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: pjb@informatimago.com (Pascal J. Bourguignon)
To: help-gnu-emacs@gnu.org
Subject: Re: checking emacs version
Date: Tue, 24 Feb 2009 19:37:02 +0100	[thread overview]
Message-ID: <87d4d7adgx.fsf@galatea.local> (raw)
In-Reply-To: 643cd3d3-5a51-41ce-b830-b71f27b59666@h5g2000yqh.googlegroups.com

Eric <girzel@gmail.com> writes:

> 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?


(list
    emacs-version emacs-major-version emacs-minor-version
    system-type system-name system-configuration
    window-system
    (when (boundp 'aquamacs-version) aquamacs-version))
-->
("22.3.1" 22 3 darwin "galatea.local" "i386-apple-darwin9.5.0" x nil) ; here.

-- 
__Pascal Bourguignon__


  parent reply	other threads:[~2009-02-24 18:37 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
2009-02-24 18:37 ` Pascal J. Bourguignon [this message]
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=87d4d7adgx.fsf@galatea.local \
    --to=pjb@informatimago.com \
    --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.