From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Lorenzo Isella" Newsgroups: gmane.emacs.help Subject: Line Folding in Emacs Date: Wed, 15 Oct 2008 18:19:01 +0200 Message-ID: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1224087632 27465 80.91.229.12 (15 Oct 2008 16:20:32 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 15 Oct 2008 16:20:32 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Oct 15 18:21:15 2008 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1Kq97D-0005VU-L4 for geh-help-gnu-emacs@m.gmane.org; Wed, 15 Oct 2008 18:20:51 +0200 Original-Received: from localhost ([127.0.0.1]:58683 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Kq968-0004Ul-Rw for geh-help-gnu-emacs@m.gmane.org; Wed, 15 Oct 2008 12:19:44 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Kq95U-00048V-Vm for help-gnu-emacs@gnu.org; Wed, 15 Oct 2008 12:19:05 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Kq95T-00045v-71 for help-gnu-emacs@gnu.org; Wed, 15 Oct 2008 12:19:04 -0400 Original-Received: from [199.232.76.173] (port=52544 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Kq95T-00045g-31 for help-gnu-emacs@gnu.org; Wed, 15 Oct 2008 12:19:03 -0400 Original-Received: from fg-out-1718.google.com ([72.14.220.154]:41368) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Kq95S-0004Uv-PC for help-gnu-emacs@gnu.org; Wed, 15 Oct 2008 12:19:02 -0400 Original-Received: by fg-out-1718.google.com with SMTP id l26so2209716fgb.30 for ; Wed, 15 Oct 2008 09:19:01 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:sender :to:subject:mime-version:content-type:content-transfer-encoding :content-disposition:x-google-sender-auth; bh=TCY6guewrf9cxrEp7/UiZPpnt7XKdAg1pJ+vnZhQ1Ug=; b=npuiA0n8VgE4SiQgrFFDsV+GKhbmmSXEEvHgPlOK4s2IyfHRRdtICZGnBNtMjEzexv ukta7GclOwhHeqQ3I0sMa2H6THFWkUF1VjiOjSMgHOopwcfp3XI5Bvqd/hzecSimktU7 41WgRU3vlqUXbHuvqbzTQKln6Q6kDs15uHL3g= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:sender:to:subject:mime-version:content-type :content-transfer-encoding:content-disposition:x-google-sender-auth; b=TF7JYUqOxEAiKY2ALHNMLW7/vz4knqgPk7nkS9+3lj7QCQ9d45ce5RUjprIu7mJbSM HCv63YXZvapS6+xQEUmq75WoEEoDYV/rFtJfHX9KIqA2bWmEyJC2lVQ0Eubw39FCCwIP Zk6dHtkw9+SA+9E0dLSImwUDXh0smuBDSLpCg= Original-Received: by 10.187.251.11 with SMTP id d11mr126870fas.104.1224087541772; Wed, 15 Oct 2008 09:19:01 -0700 (PDT) Original-Received: by 10.187.243.6 with HTTP; Wed, 15 Oct 2008 09:19:01 -0700 (PDT) Content-Disposition: inline X-Google-Sender-Auth: 21c12f204e8f575e X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 2) 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:58808 Archived-At: Dear All, I have looked here and there but not found exactly what I was after. Say you are reading some code and then want to open a new vertical windows with C-x 3. How can you have emacs fold the lines in such a way that you still can read you code entirely in the new window, without scrolling horizontally? Cheers Lorenzo