ruby-indent-command や ruby-insert-end がなくて怒られた

CarbonEmacs の ruby-mode を使っていて、

Symbol's function definition is void: ruby-indent-command

Symbol's function definition is void: ruby-insert-end

なんつって怒られるときは、/Applications/Emacs.app/Contents/Resources/lisp/progmodes/ruby-mode.el に問題があるようなので、[ruby] Index of /trunk/misc この辺から ruby-mode.el をもらってきて byte-compile-file 等して、/Applications/Emacs.app/Contents/Resources/lisp/progmodes の下に保存し直してあげましょう。

そんだけ!


About this entry