Error in init file: Symbol's function definition is void: set-display-coding-system というエラーが出るので、困ってしまいます。 結局何かが足りないのでしょうか。うーん。 いらいらさせてしまって申し訳ないんですけど、またレスをお願いします
;; these code from grpe in packages/compile.el (defun htmllint (command-args) "Run htmllint, with user-specified args, and collect output in a buffer. While htmllint runs asynchronously, you can use the \\[next-error] command to find the text that grep hits refer to.
This command uses a special history list for its arguments, so you can easily repeat a grep command." (interactive ;; XEmacs change (list (read-shell-command "Run htmllint (like this): " htmllint-command 'grep-history))) (let ((grep-null-device "")) (apply 'grep (list command-args))))