emacs-devel
[Top][All Lists]
Advanced

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

Re: single init file/directory for windows and linux using version contr


From: Patrick Drechsler
Subject: Re: single init file/directory for windows and linux using version control svn or cvs
Date: Thu, 21 Sep 2006 12:25:58 +0200
User-agent: Thunderbird 1.5.0.7 (Windows/20060909)

Eric Hanchrow wrote:
    Furthermore: What would be the current Emacs variable to tweak for using an

You probably are looking for something like this:

  (case system-type
    ((windows-nt darwin)
     (do-some-stuff))
    (t
     (do-other-stuff)))

Thanks for your reply, just what I was looking for!

Regards

Patrick





reply via email to

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