On 11/10/16 12:30, Rich Shepard wrote: > On Thu, 10 Nov 2016, Dale Snell wrote: > >> M-x replace-string RET C-q C-j C-q C-j RET C-q C-j >> works fine for me -- I just tested it. Am I missing something? > > Dale, > > No, I was missing use of M-x replace-string. I was using ctrl-alt-shift-% > to enter regex search-and-replace.
Yes, feeding the linefeeds to regex isn't going to do what you want. Note that a simple query-replace (M-%) will also work. galen -- Galen Seitz [email protected] _______________________________________________ PLUG mailing list [email protected] http://lists.pdxlinux.org/mailman/listinfo/plug
