From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Nicolas Richard Newsgroups: gmane.emacs.help Subject: Re: Physically Rotate Text Date: Wed, 10 Sep 2014 08:25:06 +0200 Message-ID: <87lhps2drx.fsf@geodiff-mac3.ulb.ac.be> References: <87iokwo91y.fsf@kuiper.lan.informatimago.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1410330185 24613 80.91.229.3 (10 Sep 2014 06:23:05 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 10 Sep 2014 06:23:05 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: "Pascal J. Bourguignon" Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Sep 10 08:22:59 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 1XRbIs-00059E-G1 for geh-help-gnu-emacs@m.gmane.org; Wed, 10 Sep 2014 08:22:54 +0200 Original-Received: from localhost ([::1]:53734 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XRbIs-0006Yf-0q for geh-help-gnu-emacs@m.gmane.org; Wed, 10 Sep 2014 02:22:54 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:38440) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XRbId-0006YL-2f for help-gnu-emacs@gnu.org; Wed, 10 Sep 2014 02:22:44 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XRbIX-0000uu-7B for help-gnu-emacs@gnu.org; Wed, 10 Sep 2014 02:22:39 -0400 Original-Received: from mxin.ulb.ac.be ([164.15.128.112]:37818) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XRbIX-0000uq-1H for help-gnu-emacs@gnu.org; Wed, 10 Sep 2014 02:22:33 -0400 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AmAKACHtD1SkD4Xx/2dsb2JhbABZg2BXsTMGhxiReodMAYEeeIQEAQV5EAshJQ8BBA08E4gtAQMRDal0jBsBSg2GOQEXhXyCIoUCgi0HhEwFhQoClVeJOYdKhjuDYzsvAYJOAQEB Original-Received: from mathsrv4.ulb.ac.be (HELO geodiff-mac3.ulb.ac.be) ([164.15.133.241]) by smtp.ulb.ac.be with ESMTP; 10 Sep 2014 08:22:31 +0200 In-Reply-To: <87iokwo91y.fsf@kuiper.lan.informatimago.com> (Pascal J. Bourguignon's message of "Tue, 09 Sep 2014 22:03:53 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.93 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 164.15.128.112 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:99761 Archived-At: "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 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 -- Nico.