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: Re: Line Folding in Emacs Date: Wed, 15 Oct 2008 21:34:10 +0200 Message-ID: <48F645B2.40103@gmail.com> References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1224099374 11271 80.91.229.12 (15 Oct 2008 19:36:14 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 15 Oct 2008 19:36:14 +0000 (UTC) Cc: Lorenzo Isella , help-gnu-emacs@gnu.org To: Nikolaj Schumacher Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Oct 15 21:37:14 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 1KqCB5-0003b2-W7 for geh-help-gnu-emacs@m.gmane.org; Wed, 15 Oct 2008 21:37:04 +0200 Original-Received: from localhost ([127.0.0.1]:34767 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KqCA0-0000YW-LX for geh-help-gnu-emacs@m.gmane.org; Wed, 15 Oct 2008 15:35:56 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KqC8Y-0000An-OP for help-gnu-emacs@gnu.org; Wed, 15 Oct 2008 15:34:26 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KqC8W-0000AV-Rv for help-gnu-emacs@gnu.org; Wed, 15 Oct 2008 15:34:26 -0400 Original-Received: from [199.232.76.173] (port=41826 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KqC8W-0000AS-P8 for help-gnu-emacs@gnu.org; Wed, 15 Oct 2008 15:34:24 -0400 Original-Received: from ik-out-1112.google.com ([66.249.90.176]:44723) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KqC8W-0003oK-Ao for help-gnu-emacs@gnu.org; Wed, 15 Oct 2008 15:34:24 -0400 Original-Received: by ik-out-1112.google.com with SMTP id c21so352896ika.2 for ; Wed, 15 Oct 2008 12:34:23 -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 :user-agent:mime-version:to:cc:subject:references:in-reply-to :content-type:content-transfer-encoding:sender; bh=K5PKbfmfrQSxqLjBXsuspfM/O3ZEXj6AwgIRLfFKVSA=; b=PM75iDleDtYoECil5ymTWYN62aDHYr3wwIgup5zrknUEJeUOP0YmKYP5MRPcAc1bZJ tqaDSo5gMMHMzRT5LamLb5tyTNVIHPypg4FqBfB2Il8hwVPq1w5NLt1g+hMtjntAIH2q CaYXuBG7gKky1U+gGq4wlwZFThgr5L/Cjl/Ow= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type:content-transfer-encoding :sender; b=PINMMc0FmoiH9jrKNE147EGL5w33pQpvhmMOSfnL3C8KkbAL7O9t4opw5aBfgB83Qz vSR48mH56viFgmV43q9Bj1kCeI4sQCIGOpdl0zACrxWDUWuXz5cpU5TvCZ6SiX3+0J/M Mjqf1R0iShBqkGWjbilbOi5KKFfb7zUYyI5gs= Original-Received: by 10.86.63.19 with SMTP id l19mr1689832fga.77.1224099263366; Wed, 15 Oct 2008 12:34:23 -0700 (PDT) Original-Received: from cappero.jrc.it ([151.59.222.81]) by mx.google.com with ESMTPS id l19sm105351fgb.7.2008.10.15.12.34.21 (version=TLSv1/SSLv3 cipher=RC4-MD5); Wed, 15 Oct 2008 12:34:21 -0700 (PDT) User-Agent: Mozilla-Thunderbird 2.0.0.16 (X11/20080724) In-Reply-To: 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:58817 Archived-At: Nikolaj Schumacher wrote: > "Lorenzo Isella" wrote: > > >> 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? >> > > Do you mean `truncate-partial-width-windows' or `truncate-lines'? > > > regards, > Nikolaj Schumacher > Precisely. Many thanks Lorenzo