* transpose?
@ 2003-04-24 15:43 Michael L. Spittel
2003-04-24 16:47 ` transpose? Kai Großjohann
` (2 more replies)
0 siblings, 3 replies; 4+ messages in thread
From: Michael L. Spittel @ 2003-04-24 15:43 UTC (permalink / raw)
Dear Macers,
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
??
thanks
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: transpose?
2003-04-24 15:43 transpose? Michael L. Spittel
@ 2003-04-24 16:47 ` Kai Großjohann
2003-04-24 18:10 ` transpose? Kevin Rodgers
2003-04-24 18:15 ` transpose? Hans-Christoph Wirth
2 siblings, 0 replies; 4+ messages in thread
From: Kai Großjohann @ 2003-04-24 16:47 UTC (permalink / raw)
mspittel@ssc.wisc.edu (Michael L. Spittel) writes:
> I don't know if if transpose is the right word, but how do I make a
> line like this [[words separated by spaces]] into [[words separated
> by newline]]
Replace space with newline?
M-% SPC RET C-q C-j RET
--
file-error; Data: (Opening input file no such file or directory ~/.signature)
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: transpose?
2003-04-24 15:43 transpose? Michael L. Spittel
2003-04-24 16:47 ` transpose? Kai Großjohann
@ 2003-04-24 18:10 ` Kevin Rodgers
2003-04-24 18:15 ` transpose? Hans-Christoph Wirth
2 siblings, 0 replies; 4+ messages in thread
From: Kevin Rodgers @ 2003-04-24 18:10 UTC (permalink / raw)
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:<kevin.rodgers@ihs.com>">Kevin Rodgers</a>
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: transpose?
2003-04-24 15:43 transpose? Michael L. Spittel
2003-04-24 16:47 ` transpose? Kai Großjohann
2003-04-24 18:10 ` transpose? Kevin Rodgers
@ 2003-04-24 18:15 ` Hans-Christoph Wirth
2 siblings, 0 replies; 4+ messages in thread
From: Hans-Christoph Wirth @ 2003-04-24 18:15 UTC (permalink / raw)
Michael L. Spittel <mspittel@ssc.wisc.edu> wrote:
> Dear Macers,
> 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
M-x replace-string RET SPC RET C-q C-j RET
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2003-04-24 18:15 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-04-24 15:43 transpose? Michael L. Spittel
2003-04-24 16:47 ` transpose? Kai Großjohann
2003-04-24 18:10 ` transpose? Kevin Rodgers
2003-04-24 18:15 ` transpose? Hans-Christoph Wirth
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.