in reply to On the fly syntax checkers in emacs, ultraedit or vi
This mode has only two useful functions which you may want to assign to some keys like
...in your .emacs.d/init.el file.(global-set-key [f5] 'flymake-goto-next-error) (global-set-key [f6] 'flymake-display-err-menu-for-current-line)
For even more fun run M-x cperl-mode and read it's docs with C-h m.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^2: On the fly syntax checkers in emacs, ultraedit or vi
by LanX (Saint) on Dec 01, 2012 at 12:58 UTC |