From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nick Dokos Subject: Re: [PATCH 0/2] Teach org-version to include git version information Date: Wed, 19 Aug 2009 09:57:28 -0400 Message-ID: <10178.1250690248@gamaville.dokosmarshall.org> References: <1250616163-11733-1-git-send-email-bernt@norang.ca> <668A7B70-E1E0-485E-9537-64C5A039DEF4@gmail.com> <87bpmdaqff.fsf@gollum.intra.norang.ca> <4D2E35AC-DBAB-499C-946A-2BB86D6C2AA3@gmail.com> <87tz04yrk0.fsf@gollum.intra.norang.ca> <87prasypiv.fsf@gollum.intra.norang.ca> <8763cjzzui.fsf@gollum.intra.norang.ca> Reply-To: nicholas.dokos@hp.com Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Mdlgw-000239-Kq for emacs-orgmode@gnu.org; Wed, 19 Aug 2009 09:59:06 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Mdlgq-00022E-Hc for emacs-orgmode@gnu.org; Wed, 19 Aug 2009 09:59:04 -0400 Received: from [199.232.76.173] (port=49314 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Mdlgq-00022B-Bb for emacs-orgmode@gnu.org; Wed, 19 Aug 2009 09:59:00 -0400 Received: from vms173005pub.verizon.net ([206.46.173.5]:59474) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Mdlgp-0004eK-R5 for emacs-orgmode@gnu.org; Wed, 19 Aug 2009 09:59:00 -0400 Received: from gamaville.dokosmarshall.org ([98.110.172.159]) by vms173005.mailsrvcs.net (Sun Java(tm) System Messaging Server 6.3-7.04 (built Sep 26 2008; 32bit)) with ESMTPA id <0KOM002MXMREDFO3@vms173005.mailsrvcs.net> for emacs-orgmode@gnu.org; Wed, 19 Aug 2009 08:57:14 -0500 (CDT) In-reply-to: Message from Bernt Hansen of "Wed, 19 Aug 2009 09:40:21 EDT." <8763cjzzui.fsf@gollum.intra.norang.ca> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Bernt Hansen Cc: emacs-orgmode@gnu.org, Carsten Dominik Bernt Hansen wrote: > Manish writes: > > > On Wed, Aug 19, 2009 at 5:38 PM, Bernt Hansen wrote: > >> Manish writes: > >> > > When I tried to run the function under debug the *Shell Command > > Output* buffer displays this message "The system cannot find the path > > specified." Perhaps this is because of the slashes since Windows > > shell does not understand them? Could we detect if we are on Windows > > and use "\" instead of "/"? > > I'm not sure how to determine if we're on windows vs something else. > Any suggestions? > Check the variable system-type. HTH, Nick