odd this is working on my laptop but not here.
trying to install stef-elisp 2.23 package on emacs 24.2.1
csound-x/csound-eel calls for embedded-elisp and dies trying to open.
not exactly sure how to work the paths (or the debugger for that
matter). embedded-elisp is in stef-elisp/utils folder and is sourced
from other files in the call stack without a hiccup.
backtrace below.
k.
Debugger entered--Lisp error: (file-error "Cannot open load file"
"embedded-elisp-library")
require(embedded-elisp-library)
eval-buffer(#> nil
"/home/khirai/site-lisp/stef-elisp/csound-x/csound-eel.el" nil t) ;
Reading at buffer position 1338
load-with-code-conversion("/home/khirai/site-lisp/stef-elisp/csound-x/csound-eel.el"
"/home/khirai/site-lisp/stef-elisp/csound-x/csound-eel.el" nil t)
require(csound-eel)
eval-buffer(#> nil
"/home/khirai/site-lisp/stef-elisp/csound-x/i.el" nil t) ; Reading at
buffer position 961
load-with-code-conversion("/home/khirai/site-lisp/stef-elisp/csound-x/i.el"
"/home/khirai/site-lisp/stef-elisp/csound-x/i.el" t t)
require(i nil t)
eval-buffer(#> nil
"/home/khirai/site-lisp/stef-elisp/csound-x/csound-x.el" nil t) ;
Reading at buffer position 5557
load-with-code-conversion("/home/khirai/site-lisp/stef-elisp/csound-x/csound-x.el"
"/home/khirai/site-lisp/stef-elisp/csound-x/csound-x.el" nil t)
require(csound-x)
eval-buffer(#> nil
"/home/khirai/site-lisp/stef-elisp/stef-elisp.el" nil t) ; Reading at
buffer position 1495
load-with-code-conversion("/home/khirai/site-lisp/stef-elisp/stef-elisp.el"
"/home/khirai/site-lisp/stef-elisp/stef-elisp.el" nil t)
require(stef-elisp)
eval-buffer(# nil "/home/khirai/.emacs" nil t) ;
Reading at buffer position 860
load-with-code-conversion("/home/khirai/.emacs" "/home/khirai/.emacs" t t)
load("~/.emacs" t t)
|