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: Fri, 31 Jan 2014 03:57:34 -0800 (PST) Message-ID: <9e387ade-f3ab-4c31-bb0e-f2e7ca570068@googlegroups.com> References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1391169614 6963 80.91.229.3 (31 Jan 2014 12:00:14 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 31 Jan 2014 12:00:14 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Jan 31 13:00:19 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 1W9Clc-0001EU-C5 for geh-help-gnu-emacs@m.gmane.org; Fri, 31 Jan 2014 13:00:16 +0100 Original-Received: from localhost ([::1]:55104 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W9Clb-0004l7-T0 for geh-help-gnu-emacs@m.gmane.org; Fri, 31 Jan 2014 07:00:15 -0500 X-Received: by 10.50.18.4 with SMTP id s4mr8258758igd.5.1391169454914; Fri, 31 Jan 2014 03:57:34 -0800 (PST) X-Received: by 10.50.2.8 with SMTP id 8mr361168igq.8.1391169454824; Fri, 31 Jan 2014 03:57:34 -0800 (PST) Original-Path: usenet.stanford.edu!uq10no7415881igb.0!news-out.google.com!vg8ni3igb.0!nntp.google.com!uq10no7415879igb.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.8.71; posting-account=mBpa7woAAAAGLEWUUKpmbxm-Quu5D8ui Original-NNTP-Posting-Host: 59.95.8.71 User-Agent: G2/1.0 Injection-Date: Fri, 31 Jan 2014 11:57:34 +0000 Original-Xref: usenet.stanford.edu gnu.emacs.help:203561 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:95830 Archived-At: On Friday, January 31, 2014 2:33:01 PM UTC+5:30, Renato Pontefice wrote: > emh....doesn't works on linux :-( > this is the F1 e result > Loading 00debian-vars...done > Loading /etc/emacs/site-start.d/50asym > ptote.el (source)...done > Loading /etc/emacs/site-start.d/50autoconf.el (source)...done > Loading /etc/emacs/site-start.d/50dictionaries-common.el (source)... > Loading debian-ispell... > Loading /var/cache/dictionaries-common/emacsen-ispell-default.el > (source)...done > Loading debian-ispell...done > Loading /var/cache/dictionaries-common/emacsen-ispell-dicts.el > (source)...done > Loading /etc/emacs/site-start.d/50dictionaries-common.el (source)...done > Loading /etc/emacs/site-start.d/50festival.el (source)...done > Loading /etc/emacs/site-start.d/50psvn.el (source)...done > Loading /etc/emacs/site-start.d/50python-docutils.el (source)...done > Loading /home/renato/Dropbox/emacs_prof/.emacs...done > For information about GNU Emacs and the GNU system, type C-h C-a. > and this is the .emacs (part of...) > ;;-----------setta la directory di default (dove aprire e salvare file) s= u > Dropbox a seconda del s.o. con cui si apre emacs > (cond > ((eq system-type 'windows-nt)(setq default-directory "C:/Documents and > Settings/renatop/Documenti/Dropbox/Documenti/org") ) > ((eq system-type 'darwin) (message "Darwin")) > ((eq system-type 'gnu/linux) (message "=C4=8D linux")) > ;; ((eq system-type 'gnu/linux) (setq default-directory > "/home/renato/Dropbox/Documenti/org")) > (t (message "Unknown system"))) > (message system-type) > why....:-( Heh Renato! You need to tell us (beyond "its not working") - what you did - what you saw/received as response from the system - what instead you wanted to see Also please remember - we dont know Italian (at least not most of us :D) - there seem to be some encoding issues: (message "=C4=8D linux") I suggest you start once again by simply stating what you want to achieve