From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.help Subject: Re: Display of text in columns? Date: Fri, 21 Apr 2006 10:34:23 +0300 Message-ID: References: <877j5jamd2.fsf@optiplex.kalb.ath.cx> NNTP-Posting-Host: main.gmane.org X-Trace: sea.gmane.org 1145604875 6127 80.91.229.2 (21 Apr 2006 07:34:35 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 21 Apr 2006 07:34:35 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Apr 21 09:34:33 2006 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1FWq9v-0002Su-6f for geh-help-gnu-emacs@m.gmane.org; Fri, 21 Apr 2006 09:34:31 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FWq9u-0004u7-Hg for geh-help-gnu-emacs@m.gmane.org; Fri, 21 Apr 2006 03:34:30 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FWq9k-0004u2-Ew for help-gnu-emacs@gnu.org; Fri, 21 Apr 2006 03:34:20 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FWq9i-0004tq-NE for help-gnu-emacs@gnu.org; Fri, 21 Apr 2006 03:34:19 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FWq9i-0004tn-I0 for help-gnu-emacs@gnu.org; Fri, 21 Apr 2006 03:34:18 -0400 Original-Received: from [192.114.186.20] (helo=nitzan.inter.net.il) by monty-python.gnu.org with esmtp (Exim 4.52) id 1FWqBD-0000Or-S5 for help-gnu-emacs@gnu.org; Fri, 21 Apr 2006 03:35:52 -0400 Original-Received: from HOME-C4E4A596F7 (IGLD-83-130-209-21.inter.net.il [83.130.209.21]) by nitzan.inter.net.il (MOS 3.7.3-GA) with ESMTP id DEF08653 (AUTH halo1); Fri, 21 Apr 2006 10:34:15 +0300 (IDT) Original-To: help-gnu-emacs@gnu.org In-reply-to: <877j5jamd2.fsf@optiplex.kalb.ath.cx> (message from Jim Kalb on Thu, 20 Apr 2006 22:55:05 GMT) X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:34534 Archived-At: > From: Jim Kalb > Date: Thu, 20 Apr 2006 22:55:05 GMT > > I'd like to display several columns of text using emacs, so that (for > example) if the screen is 120 characters wide, the fill column is 60, > and I'm using a 2-column display, the text at any point in the file > would display starting in the first column, reach the bottom of the > screen, and then continue in the second column. Possible? If so, how? Is two-column.el what you are looking for?