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

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

Re: unwrapping lines


From: Livin Stephen Sharma
Subject: Re: unwrapping lines
Date: Wed, 18 Apr 2007 11:16:08 +0530

Have you tried this:

"M-x replace-string" "\C-o" ""

(without all the quotes)
to replace '\' followed by "new-line" with an empty string ("").


--livin.stephen


From help on "C-o"
C-o runs the command open-line
  which is an interactive compiled Lisp function in `simple.el'.
It is bound to C-o, <insertline>.
(open-line n)

Insert a newline and leave point before it.
If there is a fill prefix and/or a `left-margin', insert them
on the new line if the line would have been blank.
With arg n, insert n newlines.

On 18-Apr-07, at 11:04 , Girish Kulkarni wrote:

0.12459404398470066





reply via email to

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