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

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

Re: Simple elisp problem with equal


From: Ismael Valladolid Torres
Subject: Re: Simple elisp problem with equal
Date: Wed, 27 Apr 2005 10:03:20 +0200
User-agent: Mutt/1.4.1i

exits funnel escribe:
> I'm trying to add some code to my .emacs which will
> allow me to share the file across my windows and linux
> boxes.

(when (eq system-type 'windows-nt) (...))
(when (eq system-type 'gnu/linux) (...))

These snippets in my .emacs do the job lovely in both W2K and Linux.

Cordially, Ismael




reply via email to

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