From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Hans-Christoph Wirth Newsgroups: gmane.emacs.help Subject: Re: transpose? Date: 24 Apr 2003 19:15:44 +0100 Organization: Universitaet Wuerzburg Sender: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: References: <2i65p3dhpr.fsf@kite.ssc.wisc.edu> NNTP-Posting-Host: main.gmane.org X-Trace: main.gmane.org 1051205053 20684 80.91.224.249 (24 Apr 2003 17:24:13 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Thu, 24 Apr 2003 17:24:13 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Thu Apr 24 19:24:10 2003 Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 198kP4-00050A-00 for ; Thu, 24 Apr 2003 19:20:58 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 198kOZ-0008Hr-0D for gnu-help-gnu-emacs@m.gmane.org; Thu, 24 Apr 2003 13:20:27 -0400 Original-Newsgroups: gnu.emacs.help User-Agent: slrn/0.9.7.4 (Linux) Original-NNTP-Posting-Host: wind30.informatik.uni-wuerzburg.de Original-X-Trace: 24 Apr 2003 19:15:44 +0100, wind30.informatik.uni-wuerzburg.de Original-Lines: 19 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!syros.belnet.be!news.belnet.be!uni-erlangen.de!uni-wuerzburg.de!wind30.informatik.uni-wuerzburg.de Original-Xref: shelby.stanford.edu gnu.emacs.help:112283 Original-To: help-gnu-emacs@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , Errors-To: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.help:8781 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:8781 Michael L. Spittel 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