From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Ismael Valladolid Torres Newsgroups: gmane.emacs.help Subject: Re: Simple elisp problem with equal Date: Wed, 27 Apr 2005 10:03:20 +0200 Message-ID: <20050427080320.GC1584@gmail.com> References: <20050426233542.42762.qmail@web52902.mail.yahoo.com> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1114613293 17509 80.91.229.2 (27 Apr 2005 14:48:13 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 27 Apr 2005 14:48:13 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Apr 27 16:48:09 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1DQnnB-0000ZB-Cy for geh-help-gnu-emacs@m.gmane.org; Wed, 27 Apr 2005 16:45:34 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DQnt7-0003LR-PZ for geh-help-gnu-emacs@m.gmane.org; Wed, 27 Apr 2005 10:51:41 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1DQnrY-0002n4-TP for help-gnu-emacs@gnu.org; Wed, 27 Apr 2005 10:50:04 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1DQnrT-0002lx-Tn for help-gnu-emacs@gnu.org; Wed, 27 Apr 2005 10:50:03 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DQnrT-0002AT-I4 for help-gnu-emacs@gnu.org; Wed, 27 Apr 2005 10:49:59 -0400 Original-Received: from [213.4.129.135] (helo=tnetsmtp2.mail.isp) by monty-python.gnu.org with esmtp (Exim 4.34) id 1DQnr2-00040J-NG for help-gnu-emacs@gnu.org; Wed, 27 Apr 2005 10:49:33 -0400 Original-Received: from spma06.frrs.oberthurcs.com ([80.24.49.234]) by tnetsmtp2.mail.isp (terra.es) with ESMTP id IFLIDP01.BAA for ; Wed, 27 Apr 2005 10:03:25 +0200 Original-Received: by spma06.frrs.oberthurcs.com (sSMTP sendmail emulation); Wed, 27 Apr 2005 10:03:21 +0200 Original-To: help-gnu-emacs@gnu.org Mail-Followup-To: help-gnu-emacs@gnu.org Content-Disposition: inline In-Reply-To: <20050426233542.42762.qmail@web52902.mail.yahoo.com> User-Agent: Mutt/1.4.1i X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:26087 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:26087 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