help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: regex search and replace


From: rgb
Subject: Re: regex search and replace
Date: 24 Oct 2006 08:37:54 -0700
User-agent: G2/1.0

> but when I replace end-of-line with (", ") it still leaves an
> end-of-line after (", ").
> that is it does not convert the lines to one lone line in the form
> xxx/yyy, ...,"aaa/bbb"
>
> the command I used was
> replace-regex<ret>$<ret>", "<ret>

Use this insted:

replace-regex<ret>C-q C-j<ret>", "<ret>



reply via email to

[Prev in Thread] Current Thread [Next in Thread]