4
4

More than 5 years have passed since last update.

flymake のエラーを見やすくする

Last updated at Posted at 2012-09-17

flymake のエラーメッセージを popup.el に表示してるスクリーンショット

↑こんな感じにする。

導入方法

これを、.emacs なり init.el にコピペ。

表示に使ってる popup.el は、auto-complete.el にも使われてる。なので、auto-complete.el 使ってる人は、上記 Gist の elisp 以外に導入するものないはず。

念の為 (when (require 'popup nil t) ... ) で括ると良いかも。

使い方

スクリーンショットのように、赤いところにカーソル置いて少し待つと、黄色いツールチップでエラーメッセージでてくる。

困ってる

見づらいけど、スクリーンショットの右端見る通り、現在列ハイライトと相性悪い。

4
4
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
4
4