From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sebastian Rose Subject: Re: further on compiling development version of org-mode without make command Date: Fri, 10 Jul 2009 17:20:55 +0200 Message-ID: <87hbxktvhk.fsf@kassiopeya.MSHEIMNETZ> References: <87k52i266j.wl%ucecesf@ucl.ac.uk> <87ab3emd08.fsf@kassiopeya.MSHEIMNETZ> <800CD20A-6D75-43A2-B68A-B9434AE3BA6D@nf.mpg.de> <87skh5r9wv.fsf@kassiopeya.MSHEIMNETZ> 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 1MPHqG-0004p2-GV for emacs-orgmode@gnu.org; Fri, 10 Jul 2009 11:16:52 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MPHqB-0004hH-QE for emacs-orgmode@gnu.org; Fri, 10 Jul 2009 11:16:51 -0400 Received: from [199.232.76.173] (port=35064 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MPHqB-0004hA-LM for emacs-orgmode@gnu.org; Fri, 10 Jul 2009 11:16:47 -0400 Received: from mail.gmx.net ([213.165.64.20]:44376) by monty-python.gnu.org with smtp (Exim 4.60) (envelope-from ) id 1MPHqB-00061k-4B for emacs-orgmode@gnu.org; Fri, 10 Jul 2009 11:16:47 -0400 In-Reply-To: (Stefan Vollmar's message of "Fri, 10 Jul 2009 16:43:04 +0200") 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: Stefan Vollmar Cc: Org Mode Stefan Vollmar writes: > Dear Sebastian, > > On 09.07.2009, at 20:25, Sebastian Rose wrote: > >> this works here with `emacs -Q' >> >> .... we forgot the load path .... >> The function is likely to change some more. I just send this version, so >> you can compile this way (hopefully). > > > EXCELLENT - we now have an up-to-date org-mode even for Emacs on MS Windows, it > worked beautifully - thank you! > > A newer version of Sebastian's script is available here: > http://orgmode.org/worg/org-hacks.php#compiling-org-without-make Good to here, that it worked on Windows (I always have to start my VM to test there, and Win32 emacs is not that good configured here yet...). Just pushed a version, that needs no dired and kills the `install.el'. So all that remains is the `*Compile-Log*' buffer, which might be of some use. I find that less annoying. Also, the autoload file is loaded after compiling. Sebastian