Emacs: How to show occurences across a directory -


in single buffer, use m-s o show occurences of regular expression. how can across entire current directory?

you can use rgrep. have bound this:

(global-set-key (kbd "c-<") 'rgrep) 

Comments

Popular posts from this blog

assembly - 8086 TASM: Illegal Indexing Mode -

Java, LWJGL, OpenGL 1.1, decoding BufferedImage to Bytebuffer and binding to OpenGL across classes -

javascript - addthis share facebook and google+ url -