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

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

Re: code listp to determine wich os I'm running on


From: Rusi
Subject: Re: code listp to determine wich os I'm running on
Date: Wed, 29 Jan 2014 18:47:18 -0800 (PST)
User-agent: G2/1.0

On Thursday, January 30, 2014 3:42:58 AM UTC+5:30, Renato wrote:
> Sorry Emanuel...
> what's wrong?

> (if (string= system-type "gnu/linux")
>      (setq percorso-variable "\home\renato\Dropbox\emacs_prof\")
             ^^^^^
>    (message "fatto"))
>    (if (string= system-type "windows-nt")
>        (setq percorso "c:/doc/Dropbox") ))
               ^^^^^ 



> It does,t works... :-(

> Renato

You are setting different variables???


reply via email to

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