From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Rusi Newsgroups: gmane.emacs.help Subject: Re: code listp to determine wich os I'm running on Date: Wed, 29 Jan 2014 18:47:18 -0800 (PST) Message-ID: <17947d10-31f2-4b64-b33b-18026c6248bb@googlegroups.com> References: <87mwiettum.fsf@nl106-137-194.student.uu.se> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: ger.gmane.org 1391050216 21103 80.91.229.3 (30 Jan 2014 02:50:16 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 30 Jan 2014 02:50:16 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Jan 30 03:50:25 2014 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1W8hht-00053I-9O for geh-help-gnu-emacs@m.gmane.org; Thu, 30 Jan 2014 03:50:21 +0100 Original-Received: from localhost ([::1]:46164 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W8hhs-0005cG-Db for geh-help-gnu-emacs@m.gmane.org; Wed, 29 Jan 2014 21:50:20 -0500 X-Received: by 10.66.182.137 with SMTP id ee9mr4383409pac.0.1391050039286; Wed, 29 Jan 2014 18:47:19 -0800 (PST) X-Received: by 10.50.43.137 with SMTP id w9mr418431igl.14.1391050038990; Wed, 29 Jan 2014 18:47:18 -0800 (PST) Original-Path: usenet.stanford.edu!news.glorb.com!uq10no5258361igb.0!news-out.google.com!vg8ni1igb.0!nntp.google.com!c10no5120377igq.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=59.95.11.38; posting-account=mBpa7woAAAAGLEWUUKpmbxm-Quu5D8ui Original-NNTP-Posting-Host: 59.95.11.38 User-Agent: G2/1.0 Injection-Date: Thu, 30 Jan 2014 02:47:19 +0000 Original-Xref: usenet.stanford.edu gnu.emacs.help:203515 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:95784 Archived-At: 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???