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

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

Re: transpose?


From: Kevin Rodgers
Subject: Re: transpose?
Date: Thu, 24 Apr 2003 12:10:07 -0600
User-agent: Mozilla/5.0 (X11; U; SunOS i86pc; en-US; rv:0.9.4.1) Gecko/20020406 Netscape6/6.2.2

Michael L. Spittel wrote:

I don't know if if transpose is the right word, but how do I make a
line like this


Hello this is a test

Into a line like this


Hello
this
is a
test

C-a C-SPC C-e C-u M-| tr " " "\n" RET

--
<a href="mailto:&lt;kevin.rodgers&#64;ihs.com&gt;";>Kevin Rodgers</a>



reply via email to

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