2012-03-10 2 views
4

로드 파일이 없습니다 INIT 저장할 수 없습니다, 오류가 발생합니다 나는 아무 소용이 내 .emacs 파일 땜질 한이맥스 사용자 정의 - 완전히

Loading 00debian-vars... 
No /etc/mailname. Reverting to default... 
Loading 00debian-vars...done 
Loading /etc/emacs/site-start.d/50dictionaries-common.el (source)... 
Loading debian-ispell... 
Loading /var/cache/dictionaries-common/emacsen-ispell-default.el (source)...done 
Loading debian-ispell...done 
Loading /var/cache/dictionaries-common/emacsen-ispell-dicts.el (source)...done 
Loading /etc/emacs/site-start.d/50dictionaries-common.el (source)...done 
Loading /etc/emacs/site-start.d/50slime.el (source)... 
Loading /usr/share/emacs23/site-lisp/slime/slime-autoloads.elc...done 
Loading /etc/emacs/site-start.d/50slime.el (source)...done 
Loading /home/nathan/elisp/autoloads...done 
For information about GNU Emacs and the GNU system, type C-h C-a. 
(New file) 
custom-save-all: Cannot save customizations; init file was not fully loaded 

: 것 같습니다. ,

Debugger entered--Lisp error: (error "Required feature `install.el' was not provided") 
    require(install\.el) 
    eval((require (quote install\.el))) 
    eval-last-sexp-1(nil) 
    eval-last-sexp(nil) 
    call-interactively(eval-last-sexp nil nil) 

~/elisp 디렉토리가 존재 : 나는 C - X - C - E이 코드를하려고하면

(load "~/elisp/autoloads" 'install) 
(add-to-list 'load-path "~/elisp") 
(require 'install.el) 

, 나는 버퍼에 오류를 얻을 : 그것은 (I 제대로 작동하려면 install.el를 얻기 위해 노력하고) 다음과 같다 그리고 그것이 내 *.el 파일 위치입니다. 따라서 잘못된 경로명과 구문을 가지고있는 것처럼 혼란스러워합니다.

도움이 될 것입니다. 감사합니다, 동료 Emacs 해커!

+1

내 의견은 이맥스 설정 파일이 LISP 코드가 있지만 그것은 일부는 것 때문에, 이것은 "이맥스를 사용하여"질문이 아직 있다는 것입니다 표준 emacs 환경이 없거나 잘못 구성되어있어 주제에서 벗어났습니다. 투표하기로 결정했다. –

+0

나는 수퍼 유저에게도 적합하다고 본다. –

+0

밀접하게 관련 : [이맥스 오류가 맞춤 설정을 저장할 수 없습니다] (http://stackoverflow.com/questions/9491094/emacs-error-cannot-save-customizations) – user

답변

7

당신은 사용할 필요가 :

(require 'install) 

을 .el없이

+0

감사합니다. 나는 명백한 것을 간과하고 있다는 것을 알았다. – ZenLikeThat

관련 문제