From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Patrick Drechsler Newsgroups: gmane.emacs.devel Subject: Re: single init file/directory for windows and linux using version control svn or cvs Date: Thu, 21 Sep 2006 12:25:58 +0200 Message-ID: References: <877izydj8w.fsf@offby1.atm01.sea.blarg.net> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1158834976 24968 80.91.229.2 (21 Sep 2006 10:36:16 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 21 Sep 2006 10:36:16 +0000 (UTC) Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Sep 21 12:36:15 2006 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1GQLuG-0005PZ-UL for ged-emacs-devel@m.gmane.org; Thu, 21 Sep 2006 12:35:49 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GQLuG-000752-Gd for ged-emacs-devel@m.gmane.org; Thu, 21 Sep 2006 06:35:48 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1GQLu4-00071O-ES for emacs-devel@gnu.org; Thu, 21 Sep 2006 06:35:36 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1GQLu2-0006yS-La for emacs-devel@gnu.org; Thu, 21 Sep 2006 06:35:35 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GQLu2-0006y7-3t for emacs-devel@gnu.org; Thu, 21 Sep 2006 06:35:34 -0400 Original-Received: from [80.91.229.2] (helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA:32) (Exim 4.52) id 1GQLxW-00011o-C6 for emacs-devel@gnu.org; Thu, 21 Sep 2006 06:39:10 -0400 Original-Received: from root by ciao.gmane.org with local (Exim 4.43) id 1GQLtY-0005Cq-8z for emacs-devel@gnu.org; Thu, 21 Sep 2006 12:35:07 +0200 Original-Received: from dslb-084-057-068-213.pools.arcor-ip.net ([84.57.68.213]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 21 Sep 2006 12:35:04 +0200 Original-Received: from patrick by dslb-084-057-068-213.pools.arcor-ip.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 21 Sep 2006 12:35:04 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-To: emacs-devel@gnu.org Original-Lines: 16 Original-X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: dslb-084-057-068-213.pools.arcor-ip.net User-Agent: Thunderbird 1.5.0.7 (Windows/20060909) In-Reply-To: <877izydj8w.fsf@offby1.atm01.sea.blarg.net> X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:60060 Archived-At: Eric Hanchrow wrote: > Furthermore: What would be the current Emacs variable to tweak for using an > > You probably are looking for something like this: > > (case system-type > ((windows-nt darwin) > (do-some-stuff)) > (t > (do-other-stuff))) Thanks for your reply, just what I was looking for! Regards Patrick