From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Renato Newsgroups: gmane.emacs.help Subject: Re: code listp to determine wich os I'm running on Date: Fri, 31 Jan 2014 18:02:36 +0100 Message-ID: <52EBD72C.3000208@gmail.com> References: <35e8b02a-2cf9-4f21-8cb0-70504019de69@googlegroups.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1391187784 17484 80.91.229.3 (31 Jan 2014 17:03:04 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 31 Jan 2014 17:03:04 +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 18:03:11 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 1W9HUk-0002vU-8X for geh-help-gnu-emacs@m.gmane.org; Fri, 31 Jan 2014 18:03:10 +0100 Original-Received: from localhost ([::1]:57116 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W9HUj-0003TS-Rd for geh-help-gnu-emacs@m.gmane.org; Fri, 31 Jan 2014 12:03:09 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:53778) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W9HUP-0003O6-MQ for help-gnu-emacs@gnu.org; Fri, 31 Jan 2014 12:02:58 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1W9HUH-00028o-8x for help-gnu-emacs@gnu.org; Fri, 31 Jan 2014 12:02:49 -0500 Original-Received: from mail-wg0-x230.google.com ([2a00:1450:400c:c00::230]:56215) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W9HUH-00028W-0y for help-gnu-emacs@gnu.org; Fri, 31 Jan 2014 12:02:41 -0500 Original-Received: by mail-wg0-f48.google.com with SMTP id x13so9210140wgg.3 for ; Fri, 31 Jan 2014 09:02:40 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; bh=k0ocLbDSfoJMePXr6m0vHwWREiAVFvHbS7O8cXCb1Qs=; b=wxCl9WXcePU+rW4c0cOUUPPRRl+yQe48f3i4lON3ZBO1RRXHtOe2qO1enQk4tBsbfo oczgQP87YixuM/0rMoK/9DrTuQQWv5nIp+Kp2iPYZvsw/+W4wexnPU5v3EVpkvv/oK2L o3yjLc8wSXHmPEs27io5AQqflYJn2WJW/Ku8xedeoaFIVDWkFMIdt42/LokwtLvtTJDC GVKQAAWmMGUbS1It3OZ6oJSRh0Xh0E1hAKdXPb97EK18/1brS9opv2YyqoIndWPMcMa2 kNBtlwyfOSL6xuyRXhY7w27bjxL3ptowUtjRpRiY52d7ReCOwygmTWdmaV97NXbtD0Ys pOoA== X-Received: by 10.180.210.171 with SMTP id mv11mr14631440wic.44.1391187760014; Fri, 31 Jan 2014 09:02:40 -0800 (PST) Original-Received: from [192.168.1.6] ([109.118.35.126]) by mx.google.com with ESMTPSA id bj3sm20890334wjb.14.2014.01.31.09.02.38 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Fri, 31 Jan 2014 09:02:39 -0800 (PST) User-Agent: Mozilla/5.0 (X11; Linux i686; rv:17.0) Gecko/20131104 Icedove/17.0.10 In-Reply-To: <35e8b02a-2cf9-4f21-8cb0-70504019de69@googlegroups.com> X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:400c:c00::230 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:95840 Archived-At: > So you can do this instead > > (message "System is %s" system-type) > > [If you know printf in C this should make sense... No?] Ok, I've Done it. I've puteed it as a first line. My last line of messages buffer...say: "Loading /home/renato/Dropbox/emacs_prof/.emacs...done" it seems like it execute the entire .emacs but not the (message...) Why? :-( Renato