|
Namazu for hns による簡易全文検索 詳しくは 詳細指定/ヘルプを参照して下さい |
|||||||||||||||||||||||||||||||||||||||||||||||||
2023年09月05日(火) 旧暦 [n年日記] [更新:"2004/08/09 23:43:33"]#1 [emacs][elisp] emacs28 migration brought some packages failure
@ anthy-elisp -> invalid-function:@ lucid is missing:
Error: Cannot open load file: No such file or directory, lucid
@ make-coding-system:
@@ -152,8 +170,11 @@
(write-read-repeat r0))))))
(if (not (coding-system-p 'egg-binary))
- (make-coding-system 'egg-binary 4 ?W "Coding System for binary data"
- (cons ccl-decode-egg-binary ccl-encode-egg-binary)))
+ (define-coding-system 'egg-binary "Coding System for binary data"
+ :mnemonic ?W :coding-type 'ccl :ccl-decoder ccl-decode-egg-binary
+ :ccl-encoder ccl-encode-egg-binary))
+; (make-coding-system 'egg-binary 4 ?W "Coding System for binary data"
+; (cons ccl-decode-egg-binary ccl-encode-egg-binary)))
@ devel/elib:( つっこみ )
|
最近の日記 2025年12月25日 ・pbulk 11.99.3 (emacs30) 2025年11月22日 ・crash dump 2025年10月25日 ・recover from disk error 2025年10月23日 ・dd does not duplicate Windows 11 boot disk ? 2025年10月13日 ・missing package | |||||||||||||||||||||||||||||