c++ - Run command in emacs, get output in clickable buffer -
i run shell command , output in clickable buffer in emacs. command shell script runs glimpse on bunch of source files. output looks grep's output. includes file name , line number. able click on file or enter while standing on , emacs take me line in file. suppose need custom function that, new emacs don't yet know how program it.
m-x grep type in command instead of default.
m-x apropos "grep.*null" finds grep-use-null-device
if need not send "/dev/null"
Comments
Post a Comment