From mboxrd@z Thu Jan 1 00:00:00 1970 From: Giovanni Ridolfi Subject: Re: [PATCH] org version under Windows 7 Date: Thu, 12 Jul 2012 09:30:50 +0100 (BST) Message-ID: <1342081850.5646.YahooMailNeo@web29802.mail.ird.yahoo.com> References: <1342018996.75825.YahooMailNeo@web29804.mail.ird.yahoo.com> <87ehoiyz07.fsf@Rainer.invalid> <87k3yakq0p.fsf@gnu.org> <87629uyp6d.fsf@Rainer.invalid> Reply-To: Giovanni Ridolfi Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([208.118.235.92]:53027) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SpEna-0003gA-5S for emacs-orgmode@gnu.org; Thu, 12 Jul 2012 04:31:03 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SpEnU-0003r4-01 for emacs-orgmode@gnu.org; Thu, 12 Jul 2012 04:30:58 -0400 Received: from nm24-vm0.bullet.mail.ird.yahoo.com ([212.82.109.239]:39937) by eggs.gnu.org with smtp (Exim 4.71) (envelope-from ) id 1SpEnT-0003qy-Ca for emacs-orgmode@gnu.org; Thu, 12 Jul 2012 04:30:51 -0400 In-Reply-To: <87629uyp6d.fsf@Rainer.invalid> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Achim Gratz , "emacs-orgmode@gnu.org" Da: Achim Gratz =0AInviato: Mercoled=EC 11 Luglio 2012 2= 3:15=0A=0A> Bastien writes:=0A>> Achim Gratz writes:=0A= >>> I'll update org=0A>>> hacks with the instructions when you have install= ed the patch.=0A>=0A>> I just installed the patch, thanks.=0A=0A> Documenta= tion on WOrg is updated to reflect the new reality...=0A> :-)=0A=0Athat doe= s not work.=A0 )-:=0A=0A- downloaded snapshot=A0 7445ee7d0=0A- un-tar-zippe= d=0A- followed the instructions on worg from "The above assumes ...." i.e.:= =0A- started Emacs with:=0A=A0 c:\Users\me> programs/emacs/bin/emacs.exe em= acs -Q -L lisp -l org/UTILITIES/org-fixup=0A=A0 - BUT=A0 emacs *opens* the = file org-fixup (? uh ?!)=0A=A0 then I tried:=0A=A0 c:\Users\me> programs/em= acs/bin/emacs.exe emacs -Q -L lisp -l org/UTILITIES/org-fixup.el=0A=A0 emac= s opens the file org-fixup.el=0A=0A-=A0 then evaluated in the *scratch* buf= fer the let expression and got the error:=0A=0ADebugger entered--Lisp error= : (void-function org-make-autoloads-compile)=0A=A0 (org-make-autoloads-comp= ile)=0A=A0 (let ((org-fake-release "7.8.11") (org-fake-git-version "7.8.11-= fake")) (org-make-autoloads-compile))=0A=A0 eval((let ((org-fake-release "7= .8.11") (org-fake-git-version "7.8.11-fake")) (org-make-autoloads-compile))= nil)=0A=A0 eval-last-sexp-1(t)=0A=A0 eval-last-sexp(t)=0A=A0 eval-print-la= st-sexp()=0A=A0 call-interactively(eval-print-last-sexp nil nil)=0A=0Athen = I =0A- restarted Emacs=0A- in the *scratch* buffer=0A- evaluated=A0 (org-ma= ke-org-version "7.8.11" "7445ee7d0" "c:/Users/me/programs/odt/styles/") in = the scratch buffer,=0A=A0 this command=A0 creates the file =0Ac:/Users/me/p= rograms/emacs/bin/org-version.el=0A=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0= =A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0 ^^^^^^^^= ^^^^^^=0Athat has all the parameters at the right places but the version is= not loaded:=0AM-x org-version:=0A=0AOrg-mode version N/A-fixup (N/A-fixup = !!check installation!! @ c:/Users/ridolfi/programs/emacs-o/org/lisp/)=0A=0A= Then I copied to c:/Users/me/org/lisp/org-version.el=0A=A0=A0=A0=A0=A0=A0= =A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0= =A0=A0=A0=A0=A0=A0 ^^^^^^^^^^^^^^^=0Aand org got it =0A=0AOrg-mode version = 7.8.11 (7445ee7d0 @ c:/Users/me/org/lisp/)=A0=A0=A0=A0 \o/=0A=0AIf I start = Emacs=A0 and=0A=0Ain the *scratch* buffer evaluate:(defvar my/org-lisp-dire= ctory "c:/Users/me/org/lisp/" "Directory where your org-mode files live.")= =0A=0A(org-make-org-version "7.8.11" "7445ee7d0" "c:/Users/me/programs/odt/= styles/")=0A=0Athe file org-version.el is saved in the directroy of the scr= atch buffer, that is c:/Users/me/programs/emacs/bin/=0A=0ASo, Achim how can= I tell Emacs to "change" directory and save org-version.el in my org/lisp/= directory? =0A=0Acheers,=0AGiovanni