its4.el

来自「源码漏洞检查」· EL 代码 · 共 10 行

EL
10
字号
;  A quick elisp hack piggybacking off compile mode so you can;  hit <enter> over an error to jump to the line in the source.;  Use "M-x its4-scan" to run.  If its4 isn't in your path, change;  the value of its4-location to point to an absolute path.(setq its4-location "its4")(require 'compile)(defun its4-scan (args) (interactive "sRun its4 with args: ")  (compile (concat its4-location " " args))

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?