From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Pascal J. Bourguignon" Newsgroups: gmane.emacs.help Subject: Re: Physically Rotate Text Date: Wed, 10 Sep 2014 09:53:34 +0200 Message-ID: References: <87iokwo91y.fsf@kuiper.lan.informatimago.com> <87lhps2drx.fsf@geodiff-mac3.ulb.ac.be> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 (Mac OS X Mail 7.3 \(1878.6\)) Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1410335660 23487 80.91.229.3 (10 Sep 2014 07:54:20 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 10 Sep 2014 07:54:20 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: Nicolas Richard Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Sep 10 09:54:10 2014 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1XRcjC-0002cf-Hu for geh-help-gnu-emacs@m.gmane.org; Wed, 10 Sep 2014 09:54:10 +0200 Original-Received: from localhost ([::1]:54136 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XRcjC-0003KC-4I for geh-help-gnu-emacs@m.gmane.org; Wed, 10 Sep 2014 03:54:10 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:53704) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XRciv-0003IW-NL for help-gnu-emacs@gnu.org; Wed, 10 Sep 2014 03:53:58 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XRciq-0004DU-Gy for help-gnu-emacs@gnu.org; Wed, 10 Sep 2014 03:53:53 -0400 Original-Received: from voyager.informatimago.com ([88.198.62.69]:34283) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XRciq-0004B4-Be for help-gnu-emacs@gnu.org; Wed, 10 Sep 2014 03:53:48 -0400 Original-Received: from [192.168.7.8] (AMontsouris-654-1-57-33.w90-46.abo.wanadoo.fr [90.46.12.33]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (No client certificate requested) by voyager.informatimago.com (Postfix) with ESMTPSA id 7EC5143C4A8; Wed, 10 Sep 2014 09:53:35 +0200 (CEST) In-Reply-To: <87lhps2drx.fsf@geodiff-mac3.ulb.ac.be> X-Mailer: Apple Mail (2.1878.6) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 88.198.62.69 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:99764 Archived-At: On 10 Sep 2014, at 08:25, Nicolas Richard = wrote: > "Pascal J. Bourguignon" writes: >> torys.anderson@gmail.com (Tory S. Anderson) writes: >>> Here's what I'm looking for: the ability to change a block from a >>> horizontal to a vertical layout of text. This would be part of emacs >>> super ASCII non-graphical powers, so that if I'm modelling a bar >>> chart, I can convert it to a column chart: >> M-x rotate-ccw-region RET >=20 > Google says this is one of your own function, which means one should > first load e.g. > http://www.informatimago.com/develop/emacs/emacs/pjb-transpose.el Oops, sorry, I made a mistake while checking, I thought it was a = predefined one. =97=20 __Pascal Bourguignon__