I just updated from git (previous update on June 30 about 08:00 EDT) and had trouble loading emacs.

Attached is a backtrace for the referenced possible bug.

My .emacs has the following

; Babel set for when I get around to learning how to use it

(org-babel-do-load-languages
    'org-babel-load-languages '((awk . t)
                                 (calc . t)
                                 (C . t)
                                 (clojure . t)
                                 (emacs-lisp . t)
                                 (latex . t)
                                 (ledger . t)
                                 (lisp . t)
                                 (org . t)
                                 (scheme . t)
                                 (sh . t)))

If I comment out (scheme . t) - no problem loading emacs.

Set up Windows 7, home premium; c:/emacs/emacs-24.2
GNU Emacs 24.2.1 (i386-mingw-nt6.1.7601) of 2012-08-28 on MARVIN

Org mode version Org-mode version 8.0.3 (release_8.0.3-333-g8387b3 @ c:/cygwin/home/Charlie/elisp/Org-Mode/lisp/)
at /c/cygwin/home/charlie/.elisp/org-mode which is update using git

my .emacs does load the cygwin org-mode version.

Charlie Millar
Debugger entered--Lisp error: (file-error "Cannot open load file" "geiser-impl")
  load("geiser-impl")
  load-library("geiser-impl")
  byte-code("\300\301!\210\302\303!\207" [require ob load-library 
"geiser-impl"] 2)
  require(ob-scheme)
  #[(pair) "A\303@!\211\203\304\305\306   P!!\202%\307\305\310   
P!!\210\307\305\311     P!!*\207" [pair lang active symbol-name require intern 
"ob-" fmakunbound "org-babel-execute:" "org-babel-expand-body:"] 5]((scheme . 
t))
  mapc(#[(pair) "A\303@!\211\203\304\305\306      P!!\202%\307\305\310   
P!!\210\307\305\311     P!!*\207" [pair lang active symbol-name require intern 
"ob-" fmakunbound "org-babel-execute:" "org-babel-expand-body:"] 5] ((awk . t) 
(calc . t) (C . t) (clojure . t) (emacs-lisp . t) (latex . t) (ledger . t) 
(lisp . t) (org . t) (scheme . t) (sh . t)))
  org-babel-do-load-languages(org-babel-load-languages ((awk . t) (calc . t) (C 
. t) (clojure . t) (emacs-lisp . t) (latex . t) (ledger . t) (lisp . t) (org . 
t) (scheme . t) (sh . t)))
  eval-buffer(#<buffer  *load*> nil 
"c:/Users/Charlie/AppData/Roaming/.emacs.d/init.el" nil t)  ; Reading at buffer 
position 11470
  load-with-code-conversion("c:/Users/Charlie/AppData/Roaming/.emacs.d/init.el" 
"c:/Users/Charlie/AppData/Roaming/.emacs.d/init.el" t t)
  load("c:/Users/Charlie/AppData/Roaming/.emacs.d/init" t t)
  #[0 "\205\262       \306=\203\307\310Q\202;     
\311=\204\307\312Q\202;\313\307\314\315#\203*\316\202;\313\307\314\317#\203:\320\nB\321\202;\316\322\323\322\211#\210\322=\203a\324\325\326\307\327Q!\"\323\322\211#\210\322=\203`\210\203\243\330!\331\232\203\243\332!\211\333P\334!\203}\211\202\210\334!\203\207\202\210\314\262\203\241\335\"\203\237\336\337#\210\340\341!\210\266\f?\205\260\314\323\342\322\211#)\262\207"
 [init-file-user system-type delayed-warnings-list user-init-file 
inhibit-default-init inhibit-startup-screen ms-dos "~" "/_emacs" windows-nt 
"/.emacs" directory-files nil "^\\.emacs\\(\\.elc?\\)?$" "~/.emacs" 
"^_emacs\\(\\.elc?\\)?$" (initialization "`_emacs' init file is deprecated, 
please use `.emacs'") "~/_emacs" t load expand-file-name "init" 
file-name-as-directory "/.emacs.d" file-name-extension "elc" 
file-name-sans-extension ".el" file-exists-p file-newer-than-file-p message 
"Warning: %s is newer than %s" sit-for 1 "default"] 7 "\n\n(fn)"]()
  command-line()
  normal-top-level()

Reply via email to