Skip to main content

Questions tagged [search]

Questions about search mechanics inside of Emacs.

0 votes
1 answer
120 views

In a very long text, I'd like to search for strings with the following properties: Starts with (let's say) #. Ends with (let's say) @. Does not contain # or @. Does not contain the substring (let's ...
pglpm's user avatar
  • 397
3 votes
2 answers
142 views

To reproduce, press C-s, fill in a search string which occurs more than once in the rest of the file, then press C-s again. At this point I would expect backspace to delete the last character of the ...
l0b0's user avatar
  • 150
1 vote
1 answer
142 views

I can't find TAB characters with the regular expression \t. When I press C-M-s followed by \t, Emacs only finds characters t. I'm working with version 28.2 on macOS Monterey.
Marcello's user avatar
2 votes
0 answers
66 views

If I have a file like this foo bar bat hukarz foo bar bat , then I would like to be made aware that there is one region that is identical to another region foo bar bat The reason is that I have have ...
Jason Hunter's user avatar
  • 1,234
-1 votes
1 answer
40 views

I grep Common Lisp code base and extract usage of the symbol I am interested in analysing. Then I copy it to scratchpad to clean up the grep. I know of sorting lines and removing duplicates, but ...
ruby_object's user avatar
0 votes
2 answers
222 views

I have a file, and I want to search if a given file has a string. I want to call that function from an elisp function. AFAIK, all the grep family of functions open a new buffer. I only need to know if ...
Peter Petigru's user avatar
1 vote
3 answers
358 views

In 'Emacs org-mode' i can create links to headings and other things where I want to jump quickly. How can I create a link in 'Emacs org-mode' which opens a certain search agenda? At the moment I have ...
MostlyHarmless's user avatar
0 votes
0 answers
52 views

I'm just going through an old Latex-text I've written and wanted to use regexp-replace to make any pair of brackets containing at least one other pair of brackets into a \left(.*\right)-expression. ...
Alexander Praehauser's user avatar

15 30 50 per page
1
2 3 4 5
22