Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!uwm.edu!uakari.primate.wisc.edu!brutus.cs.uiuc.edu!apple!well!gregs From: gregs@well.UUCP (Greg Strockbine) Newsgroups: gnu.emacs Subject: regexp help Keywords: regexp Message-ID: <15904@well.UUCP> Date: 1 Feb 90 20:55:51 GMT Distribution: usa Lines: 8 Given a line like this: font.c, down.c, arc.c how do I replace the ", " with a newline so each file name is on a different line? It works if I define a keyboard macro, but I can't figure out how to do it with either string-replace or regexp-replace. greg Strockbine