Emacs 24의 NXHTML

Emacs 24의 NXHTML

emacs 24에서 nxhtml을 사용할 수 없는 문제가 있습니다. 올바른 로드 경로가 있습니다.

(add-to-list 'load-path "C:/Documents and Settings/stsvyas1/Desktop/emacs/emacs-24.0.94/nxhtml/autostart.el")

파일이 올바른 위치에 있고 CxCe를 수행하면 파일이 로드되는 것처럼 보이지만 nxhtml 명령이 전혀 표시되지 않습니다. 이 문제를 해결하는 방법이나 문제가 무엇인지 아는 사람이 있습니까? 감사해요

답변1

아 잠깐만요.

올바른 로드 경로가 전혀 없습니다.

실제로 해야 할 일은 다음과 같습니다.

(load "C:/Documents and Settings/stsvyas1/Desktop/emacs/emacs-24.0.94/nxhtml/autostart.el")

관련 정보