[OS X Emacs] How to search for regex \{ | \}

Peter Dyballa Peter_Dyballa at Web.DE
Tue Jul 6 12:37:16 EDT 2021


> Am 6.7.2021 um 17:47 schrieb Christian <christian at echoffmann.ch>:
> 
> Q: How do I do that search (incrementally) ?

Correction! You want to find any { or } and some text in between, right? Then it would be:

	ESC C-s { . * }

and would high-light "{what ever}". This is a simplistic approach which would find {some command argument \othercommand{its argument} maybe some more}". Backward it would be "{its argument} maybe some more}"!

--
Mit friedvollen Grüßen

  Pete

Journalism is printing what someone else does not want printed; everything else is public relations.
				– George Orwell



More information about the MacOSX-Emacs mailing list