Hello Im not sure if this question should be placed here or in another forum. But here goes. Im currently in the beginning of a switching process forwards Emacs. However im having to basic problems, I cant seem to find an answer for on the internet (google).
A. How do I search for multiple files recursively from a specific path. I assume I have to use find/grep/dired but im not sure. For instance I would like to find all "*.scala" files at path "C:/src/xxx" When these files are found I would also like to open them all in the buffer at once. The only way Im currently familiar with is C-x C-f.
B. When all these files are in the buffer how do I then search across all the buffers, and get some kind of list of the result and/or perhaps able to navigate from result to result. Saying I would like to find all places with the text "case Int =>".
Im really looking forward to a solution to these problems:)
Thx in advance. Regards Stefan