On Mon, 15 Oct 2012, Rogan Creswick wrote: > Doing the opposite seems to be working for me. Specifically (I used a > simpler example): > > M-x replace-regexp > query = '\([0-9][0-9][0-9]\)' > replace = \1
Rogan, A-ha! I had the quotes inside the parentheses, not outside. That does make a huge difference. Many thanks, Rich _______________________________________________ PLUG mailing list [email protected] http://lists.pdxlinux.org/mailman/listinfo/plug
