2012-01-05 22 views

回答

3

FlymakeRuby這樣做,但我會添加-w標誌。

+0

+1,我也使用FlymakeRuby,我對它很滿意,特別是結合了我在gnu.emacs.help中找到的folling elisp函數:'(defun my-flymake-show-help() (when (get-char-property(point)'flymake-overlay) (let(help(get-char-property(point)'help-echo))) (如果幫助(message「%s」help))) ))' – 2012-01-05 18:34:46

+0

+1提到'-w'。 – 2012-01-05 22:09:42

+1

是的。在marmalade-repo.org上有一個我的'flymake-ruby.el'版本的包,通過package.el來方便安裝。 – sanityinc 2012-01-06 20:38:17

相關問題