Spacemacs에서 Clojure 파일을 열 때 (wrong-type-argument stringp package-desc) 수정
1993 단어 Spacemacsubuntu18.04
Clojure 파일을 열 때마다 오류
Spacemacs on Emacs26.3 on Ubuntu18.04LTS on WSL2 on Windows10
에서 .clj
파일을 열 때마다 이 오류가 발생합니다.
File mode specification error: (wrong-type-argument stringp package-desc)
어디에 실해가 있었는지 몰랐지만, File mode specification error
는 대체로 어딘가의 기능에 지장을 초래하고 있기 때문에 고치고 싶다.
패키지 재컴파일로 해결
clj-refactor에 대한 Dompisha Issue가있었습니다. 과연 refactor…
cf. Wrong type argument: stringp, package-desc
그리고 해결 방법도 몇 가지 제시되었다. 주목한 것은 이것 (Emacs26이므로)
Rebuilding all packages after upgrading from 25->26 helped to solve a similar error with a different package, thanks all and especially @kaushalmodi !
I did:
M-: (byte-recompile-directory package-user-dir nil 'force)
see: stackoverflow.com/a/24735377/531439
cf. htps : // 기주 b. 코 m/cぉ쥬레에마cs/clj-레후아 c와 r. 에 l/이스에 s/369 # 이스에 코멘 t-388326195
Spacemacs의 본체는 Emacs이므로 당연히 실행할 수 있다.
M-:
는 WSL2라면 Alt + :
.
그 자리에서 식을 입력하여 실행할 수 있는 것 같다.
M-: (eval-expression)은 미니 버퍼를 사용하여 표현식을 읽고 평가합니다 (식을 평가하기 전에 현재 버퍼는 표현식을 입력하는 미니 버퍼가 아닌 M-: 를 입력했을 때 현재였던 버퍼로 바뀝니다).
cf. htps // 아야타케시. 기주 b. 이오/에마cs/24.5/ぃsp-에ゔぁl. HTML
쓰여진 대로 (byte-recompile-directory package-user-dir nil 'force)
를 평가하면, 재컴파일이 시작된다. 그리고는 기다리고 있으면 끝나기 때문에, Spacemacs를 재기동한다.
.clj
파일을 열 때 더 이상 오류가 발생하지 않습니다
Reference
이 문제에 관하여(Spacemacs에서 Clojure 파일을 열 때 (wrong-type-argument stringp package-desc) 수정), 우리는 이곳에서 더 많은 자료를 발견하고 링크를 클릭하여 보았다
https://qiita.com/v2okimochi/items/2583b65929b56d13747d
텍스트를 자유롭게 공유하거나 복사할 수 있습니다.하지만 이 문서의 URL은 참조 URL로 남겨 두십시오.
우수한 개발자 콘텐츠 발견에 전념
(Collection and Share based on the CC Protocol.)
File mode specification error: (wrong-type-argument stringp package-desc)
clj-refactor에 대한 Dompisha Issue가있었습니다. 과연 refactor…
cf. Wrong type argument: stringp, package-desc
그리고 해결 방법도 몇 가지 제시되었다. 주목한 것은 이것 (Emacs26이므로)
Rebuilding all packages after upgrading from 25->26 helped to solve a similar error with a different package, thanks all and especially @kaushalmodi !
I did:
M-: (byte-recompile-directory package-user-dir nil 'force)
see: stackoverflow.com/a/24735377/531439
cf. htps : // 기주 b. 코 m/cぉ쥬레에마cs/clj-레후아 c와 r. 에 l/이스에 s/369 # 이스에 코멘 t-388326195
Spacemacs의 본체는 Emacs이므로 당연히 실행할 수 있다.
M-:
는 WSL2라면 Alt + :
.그 자리에서 식을 입력하여 실행할 수 있는 것 같다.
M-: (eval-expression)은 미니 버퍼를 사용하여 표현식을 읽고 평가합니다 (식을 평가하기 전에 현재 버퍼는 표현식을 입력하는 미니 버퍼가 아닌 M-: 를 입력했을 때 현재였던 버퍼로 바뀝니다).
cf. htps // 아야타케시. 기주 b. 이오/에마cs/24.5/ぃsp-에ゔぁl. HTML
쓰여진 대로
(byte-recompile-directory package-user-dir nil 'force)
를 평가하면, 재컴파일이 시작된다. 그리고는 기다리고 있으면 끝나기 때문에, Spacemacs를 재기동한다..clj
파일을 열 때 더 이상 오류가 발생하지 않습니다
Reference
이 문제에 관하여(Spacemacs에서 Clojure 파일을 열 때 (wrong-type-argument stringp package-desc) 수정), 우리는 이곳에서 더 많은 자료를 발견하고 링크를 클릭하여 보았다 https://qiita.com/v2okimochi/items/2583b65929b56d13747d텍스트를 자유롭게 공유하거나 복사할 수 있습니다.하지만 이 문서의 URL은 참조 URL로 남겨 두십시오.
우수한 개발자 콘텐츠 발견에 전념 (Collection and Share based on the CC Protocol.)