From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Jesper Harder Newsgroups: gmane.emacs.help Subject: Re: One .emacs for three operating system Date: Wed, 15 Aug 2007 00:21:14 +0200 Organization: http://purl.org/harder/ Message-ID: <87eji5n4f9.fsf@Jesper-Harders-Computer.local> References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1187130117 14752 80.91.229.12 (14 Aug 2007 22:21:57 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 14 Aug 2007 22:21:57 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Aug 15 00:21:56 2007 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1IL4lu-0003B6-BE for geh-help-gnu-emacs@m.gmane.org; Wed, 15 Aug 2007 00:21:54 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IL4lt-0003yA-Gh for geh-help-gnu-emacs@m.gmane.org; Tue, 14 Aug 2007 18:21:53 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IL4ld-0003wL-Q8 for help-gnu-emacs@gnu.org; Tue, 14 Aug 2007 18:21:37 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IL4lb-0003uk-Mp for help-gnu-emacs@gnu.org; Tue, 14 Aug 2007 18:21:36 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IL4lb-0003ud-Jy for help-gnu-emacs@gnu.org; Tue, 14 Aug 2007 18:21:35 -0400 Original-Received: from main.gmane.org ([80.91.229.2] helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1IL4lb-0004aD-9R for help-gnu-emacs@gnu.org; Tue, 14 Aug 2007 18:21:35 -0400 Original-Received: from list by ciao.gmane.org with local (Exim 4.43) id 1IL4lS-0004lr-6P for help-gnu-emacs@gnu.org; Wed, 15 Aug 2007 00:21:26 +0200 Original-Received: from 0x5552821a.adsl.cybercity.dk ([85.82.130.26]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 15 Aug 2007 00:21:26 +0200 Original-Received: from jesper.harder by 0x5552821a.adsl.cybercity.dk with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 15 Aug 2007 00:21:26 +0200 X-Injected-Via-Gmane: http://gmane.org/ Mail-Followup-To: help-gnu-emacs@gnu.org Original-Lines: 7 Original-X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: 0x5552821a.adsl.cybercity.dk X-Face: ^RrvqCr7c,P$zTR:QED"@h9+BTm-"fjZJJ-3=OU7.)i/K]<.J88}s>'Z_$r; 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:46542 Archived-At: Eric Lilja writes: > (if (eq (getenv "HOME") "/home/on/solaris") > (message "Duh") > ) Try `equal' rather than `eq'.