Kerry Imming
2013-09-13 16:08:00 UTC
Apologies if my terminology is not correct.
There are commands to find all lines containing an expression and to clone a
buffer into an indirect buffer, i.e.
M-x occur
M-x make-indirect-buffer
Is there a way to find all lines matching an expression and put them into an
indirect buffer?
The goal is to find a bunch of non-contiguous lines and gather them for edit
in the virtual buffer, where those edits will update the original source.
- Kerry
There are commands to find all lines containing an expression and to clone a
buffer into an indirect buffer, i.e.
M-x occur
M-x make-indirect-buffer
Is there a way to find all lines matching an expression and put them into an
indirect buffer?
The goal is to find a bunch of non-contiguous lines and gather them for edit
in the virtual buffer, where those edits will update the original source.
- Kerry