From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bernt Hansen Subject: Re: [PATCH 0/2] Teach org-version to include git version information Date: Wed, 19 Aug 2009 09:40:21 -0400 Message-ID: <8763cjzzui.fsf@gollum.intra.norang.ca> 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> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MdlOy-0007rW-UI for emacs-orgmode@gnu.org; Wed, 19 Aug 2009 09:40:32 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MdlOv-0007oE-GT for emacs-orgmode@gnu.org; Wed, 19 Aug 2009 09:40:32 -0400 Received: from [199.232.76.173] (port=33962 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MdlOv-0007o6-Az for emacs-orgmode@gnu.org; Wed, 19 Aug 2009 09:40:29 -0400 Received: from mx20.gnu.org ([199.232.41.8]:48763) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1MdlOu-0000UK-PX for emacs-orgmode@gnu.org; Wed, 19 Aug 2009 09:40:28 -0400 Received: from mho-01-ewr.mailhop.org ([204.13.248.71]) by mx20.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MdlOt-0004Fu-6b for emacs-orgmode@gnu.org; Wed, 19 Aug 2009 09:40:28 -0400 In-Reply-To: (Manish's message of "Wed\, 19 Aug 2009 18\:52\:06 +0530") 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: Manish Cc: emacs-orgmode@gnu.org, Carsten Dominik 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? -Bernt