From mboxrd@z Thu Jan 1 00:00:00 1970 From: Manish Subject: Re: [PATCH 0/2] Teach org-version to include git version information Date: Wed, 19 Aug 2009 18:52:06 +0530 Message-ID: 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=ISO-8859-1 Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Mdl7Y-0000m5-NO for emacs-orgmode@gnu.org; Wed, 19 Aug 2009 09:22:32 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Mdl7T-0000dy-8O for emacs-orgmode@gnu.org; Wed, 19 Aug 2009 09:22:31 -0400 Received: from [199.232.76.173] (port=56790 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Mdl7T-0000dW-0w for emacs-orgmode@gnu.org; Wed, 19 Aug 2009 09:22:27 -0400 Received: from mail-yw0-f190.google.com ([209.85.211.190]:43142) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Mdl7S-0003JT-Pd for emacs-orgmode@gnu.org; Wed, 19 Aug 2009 09:22:26 -0400 Received: by ywh28 with SMTP id 28so6241734ywh.27 for ; Wed, 19 Aug 2009 06:22:26 -0700 (PDT) In-Reply-To: <87prasypiv.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 On Wed, Aug 19, 2009 at 5:38 PM, Bernt Hansen wrote: > Manish writes: > >> On Wed, Aug 19, 2009 at 4:54 PM, Bernt Hansen wrote: >>> Does it crash and cause an error or report the old org version as before? >> >> It just reports the version as before; no crashing or error of any sort. > > Okay that's good. I don't have Emacs on windows here. If you have time > to step through the org-version function in debug and figure out where > it fails we might be able to get it working on windows too. I had not compiled the latest git and hence an older copy was getting loaded because of which it kept working without any errors. Now it returns: "Org-mode version 6.29trans (The system cannot find the path specified..dirty)" Sorry about that. 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 "/"? Thanks -- Manish