help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: how can I find out the emacs version?


From: Peter Dyballa
Subject: Re: how can I find out the emacs version?
Date: Wed, 15 Aug 2007 17:52:20 +0200


Am 15.08.2007 um 15:01 schrieb Tamas Papp:

I found emacs-version, but that returns a string.  Do you I have to
parse this for the version _number_, or is there another way?

You can use

        (defconst mEV (emacs-version) "optional info string")

and then

        (unless (string-match "Step 8" mEV)
        (if (not (string-match "Step 9" mEV))
        (if (string-match "22" mEV)
        (if (or (string-match "trio" mEV) (string-match "iBook" mEV)

I am fighting with Emacsen of different versions built on different machines, so emacs-major-version or emacs-minor-version are not sufficient.

--
Evolutionary greetings

  Pete


"Evolution"            o           __o                     _o _
          °\___o      /0~         -\<,              ^\___ /=\\_/-%
oo~_______ /\ /\______/ \_________O/ O_______________o===>-->O--o____






reply via email to

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