From mboxrd@z Thu Jan 1 00:00:00 1970 From: Giovanni Ridolfi Subject: possible bug in org.elc 4.73 ? Date: Fri, 4 May 2007 11:12:18 +0200 Message-ID: <20070504091218.GB7881@fastwebnet.it> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Hjtvn-0003kv-Sh for emacs-orgmode@gnu.org; Fri, 04 May 2007 05:18:28 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Hjtvk-0003jG-Ne for emacs-orgmode@gnu.org; Fri, 04 May 2007 05:18:26 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Hjtvj-0003iw-GN for emacs-orgmode@gnu.org; Fri, 04 May 2007 05:18:23 -0400 Received: from aa011msr.fastwebnet.it ([85.18.95.71]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Hjtp6-00025S-AG for emacs-orgmode@gnu.org; Fri, 04 May 2007 05:11:32 -0400 Received: from localhost (37.254.28.138) by aa011msr.fastwebnet.it (7.3.105.6) id 4639FB52000A14E3 for emacs-orgmode@gnu.org; Fri, 4 May 2007 11:11:29 +0200 Received: from giovanni by localhost with local (Exim 4.67) (envelope-from ) id 1Hjtpq-0002OW-Qr for emacs-orgmode@gnu.org; Fri, 04 May 2007 11:12:18 +0200 Content-Disposition: inline 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: emacs-orgmode@gnu.org Hello Crasten,=20 I have a problem with Org-mode 4.73 compiled by me. My emacs version is: GNU Emacs 22.0.95.1 (powerpc-unknown-linux-gnu, GTK+ Version 2.8.20)=20 of 2007-03-02 on malo, modified by Debian=20 the org-version shipped with my emacs: org-4-67b I wanted the latest org version so I compiled org-4.73=20 following the instructions in the documentation. Org-mode didn't work.=20 Enabling debugger I got this error: Debugger entered--Lisp error: (void-variable org-org-menu) org-mode() set-auto-mode-0(org-mode nil) byte-code("=08=C2=9F=C3=85=19=C2=89=1A=C2=83/=00\n@=11=C3=86 !=C2=84=1A= =00=C3=87=C3=88 \"=C2=88=C2=82(=00=C3=89=13=C3=8A \f\"=C2=84(=00=C3=8B=C3= =8C=C3=85\"=C2=88\nA=C2=89=12=C2=84 =00*=C3=85=C2=87" [modes mode --cl-doli= st-temp-- done keep-mode-if-same nil functionp message "Ignoring unknown mo= de `%s'" t set-auto-mode-0 throw nop] 4) set-auto-mode() normal-mode(t) after-find-file(nil t) find-file-noselect-1(# "~/foo.org" nil nil "~/foo.org" (5= 88841 774)) find-file-noselect("~/foo.org" nil nil t) find-file("~/foo.org" t) call-interactively(find-file) whereas if I run=20 $ emacs -l ~/emacs/org-4.73/org.el everything works. I'll stick with latter ;-) however it made sense to me to file a bug report Giovanni