From mboxrd@z Thu Jan 1 00:00:00 1970 From: RC Subject: Error on opening org file Date: Sat, 1 Aug 2009 22:03:14 +0000 (UTC) Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MXMfv-0003ZV-IM for emacs-orgmode@gnu.org; Sat, 01 Aug 2009 18:03:35 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MXMfq-0003ZH-Eq for emacs-orgmode@gnu.org; Sat, 01 Aug 2009 18:03:35 -0400 Received: from [199.232.76.173] (port=41977 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MXMfq-0003ZE-Bt for emacs-orgmode@gnu.org; Sat, 01 Aug 2009 18:03:30 -0400 Received: from main.gmane.org ([80.91.229.2]:52421 helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1MXMfp-0005Rk-Ky for emacs-orgmode@gnu.org; Sat, 01 Aug 2009 18:03:30 -0400 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1MXMfl-0003rS-Rv for emacs-orgmode@gnu.org; Sat, 01 Aug 2009 22:03:26 +0000 Received: from vpn.eng.fsu.edu ([146.201.29.68]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 01 Aug 2009 22:03:25 +0000 Received: from recif by vpn.eng.fsu.edu with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 01 Aug 2009 22:03:25 +0000 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 Hi, I am running Emacs 23.1 in Windows Vista. I did a git upgrade on org-mode today and when I open a org file I get the error shown below and it defaults to fundamental mode. I had the same problem with Emacs 23.0.92, which was working fine with org-mode until I did the git update. I would appreciate any suggestions to fix the problem. RC Debugger entered--Lisp error: (setting-constant nil) set(nil (keymap "Sun/Moon" (Lunar\ Phases menu-item "Lunar Phases" calendar-lunar-phases) (Sunrise/sunset\ for\ cursor\ date menu-item "Sunrise/sunset for cursor date" calendar-sunrise-sunset) (Sunrise/sunset\ for\ cursor\ month menu-item "Sunrise/sunset for cursor month" calendar-sunrise-sunset-month))) (let ((keymap ...)) (set symbol keymap) (fset symbol (\` ...)) (mapcar (lambda ... ...) (if ... ... maps))) easy-menu-do-define(nil (keymap #^[nil nil keymap #^^[3 0 calendar-set-mark calendar-beginning-of-week calendar-backward-day ... nil calendar-end-of-week calendar-forward-day nil nil nil nil nil nil nil calendar-forward-week nil calendar-backward-week nil nil nil nil nil calendar-scroll-left-three-months nil ... nil nil ... nil nil nil nil scroll-other-window nil nil nil nil nil nil nil nil nil nil nil nil negative-argument calendar-goto-today nil ...] #^^[1 0 #^^[2 0 #^^[3 0 calendar-set-mark calendar-beginning-of-week calendar-backward-day ... nil calendar-end-of-week calendar-forward-day nil nil nil nil nil nil nil calendar-forward-week nil calendar-backward-week nil nil nil nil nil calendar-scroll-left-three-months nil ... nil nil ... nil nil nil nil scroll-other-window nil nil nil nil nil nil nil nil nil nil nil nil negative-argument calendar-goto-today nil ...] nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil] nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil] nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil ...] (menu-bar keymap (search . undefined) (edit . undefined)) (67108896 . calendar-set-mark) (down . calendar-forward-week) (right . calendar-forward-day) (up . calendar-backward-week) (left . calendar-backward-day) (next . calendar-scroll-left-three-months) (prior . calendar-scroll-right-three-months) (remap keymap (write-region . calendar-not-implemented) (capitalize-region . calendar-not-implemented) (copy-region-as-kill . calendar-not-implemented) (kill-region . calendar-not-implemented) (upcase-region . calendar-not-implemented) (downcase-region . calendar-not-implemented) (mark-page . calendar-not-implemented) (mark-whole-buffer . calendar-not-implemented) (mark-defun . calendar-not-implemented) (mark-paragraph . calendar-not-implemented) (mark-sexp . calendar-not-implemented) (mark-word . calendar-not-implemented) (narrow-to-region . calendar-not-implemented) (self-insert-command . undefined))) nil ("Sun/Moon" ["Lunar Phases" calendar-lunar-phases] ["Sunrise/sunset for cursor date" calendar-sunrise-sunset] ["Sunrise/sunset for cursor month" calendar-sunrise-sunset-month]))