Title pretty much sums up the question. I am learning emacs and have all the basic commands mastered but I don't know how to achieve full text search yet
Asked
Active
Viewed 593 times
7
-
1Not a direct answer to your question, but `M-x rgrep` can be quite useful. – Ben Aug 19 '13 at 10:40
-
possible duplicate of [Emacs: Is it possible to list all matching lines for a certain query string for marked files in dired?](http://stackoverflow.com/questions/16661371/emacs-is-it-possible-to-list-all-matching-lines-for-a-certain-query-string-for) – Mirzhan Irkegulov Mar 12 '14 at 11:28
2 Answers
6
Use M-x multi-occur-in-matching-buffers
.
You can give a blank for the regexp. Then the expression.

abo-abo
- 20,038
- 3
- 50
- 71
1
There are several good ways to do what you ask. This is a duplicate question. See: