jrockway / eproject

file grouping ("project") extension for emacs
161 stars 41 forks source link

i have problem in installing eproject ( Emacs 23.0.92.1 ) #31

Open vimzgf opened 11 years ago

vimzgf commented 11 years ago

I run command " emacs --debug-init" ,and emacs reported as follows:

Debugger entered--Lisp error: (error "Required feature `esh-groups' was not provided") require(esh-groups) eval-buffer(#<buffer load<5>> nil "d:/work/emacs/lisp/eshell/esh-module.el" nil t) ; Reading at buffer position 1390 load-with-code-conversion("d:/work/emacs/lisp/eshell/esh-module.el" "d:/work/emacs/lisp/eshell/esh-module.el" nil t) require(esh-module) eval-buffer(#<buffer load<4>> nil "d:/work/emacs/lisp/eshell/esh-mode.el" nil t) ; Reading at buffer position 2610 load-with-code-conversion("d:/work/emacs/lisp/eshell/esh-mode.el" "d:/work/emacs/lisp/eshell/esh-mode.el" nil t) require(esh-mode) eval-buffer(#<buffer load<3>> nil "d:/work/emacs/lisp/eshell/eshell.el" nil t) ; Reading at buffer position 9267 load-with-code-conversion("d:/work/emacs/lisp/eshell/eshell.el" "d:/work/emacs/lisp/eshell/eshell.el" nil t) require(eshell) eval-buffer(#<buffer load<2>> nil "d:/work/emacs/myplugins/eproject/eproject.el" nil t) ; Reading at buffer position 7542 load-with-code-conversion("d:/work/emacs/myplugins/eproject/eproject.el" "d:/work/emacs/myplugins/eproject/eproject.el" nil t) require(eproject) eval-buffer(#<buffer load> nil "d:/work/emacs/.emacs" nil t) ; Reading at buffer position 1181 load-with-code-conversion("d:/work/emacs/.emacs" "d:/work/emacs/.emacs" t t) load("~/.emacs" t t)

[nil "

jrockway commented 11 years ago

Looks like something went wrong when your Emacs was being compiled? I have esh-groups.el on my machine, and it does end up providing 'esh-groups at the end.

The file seems auto-generated to me; here's the comment:

;;; esh-groups.el --- automatically extracted autoloads

Maybe something is weird with your load-path? What happens if you run emacs --no-init and then load eproject.el manually?