From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: redisplay - very long lines Date: Wed, 18 Feb 2009 06:09:24 +0200 Message-ID: References: <3FEE1ADD-7471-4EA4-AE55-9175C9218B6E@gmail.com> <4AC07B50-75B6-4A68-9E01-A228BA64BDAE@gmail.com> Reply-To: Eli Zaretskii NNTP-Posting-Host: lo.gmane.org X-Trace: ger.gmane.org 1234930259 29316 80.91.229.12 (18 Feb 2009 04:10:59 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 18 Feb 2009 04:10:59 +0000 (UTC) Cc: monnier@iro.umontreal.ca, emacs-devel@gnu.org To: David Reitter Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Feb 18 05:12:14 2009 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1LZdnB-0003I9-Ag for ged-emacs-devel@m.gmane.org; Wed, 18 Feb 2009 05:12:13 +0100 Original-Received: from localhost ([127.0.0.1]:59179 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LZdlq-0008Lu-BS for ged-emacs-devel@m.gmane.org; Tue, 17 Feb 2009 23:10:50 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LZdlg-0008K5-GN for emacs-devel@gnu.org; Tue, 17 Feb 2009 23:10:40 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LZdlf-0008JV-FY for emacs-devel@gnu.org; Tue, 17 Feb 2009 23:10:39 -0500 Original-Received: from [199.232.76.173] (port=34467 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LZdlf-0008JH-7r for emacs-devel@gnu.org; Tue, 17 Feb 2009 23:10:39 -0500 Original-Received: from mtaout6.012.net.il ([84.95.2.16]:13163) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LZdle-0005XZ-Qj for emacs-devel@gnu.org; Tue, 17 Feb 2009 23:10:39 -0500 Original-Received: from conversion-daemon.i-mtaout6.012.net.il by i-mtaout6.012.net.il (HyperSendmail v2007.08) id <0KF800K00TXCY500@i-mtaout6.012.net.il> for emacs-devel@gnu.org; Wed, 18 Feb 2009 06:10:11 +0200 (IST) Original-Received: from HOME-C4E4A596F7 ([84.228.82.14]) by i-mtaout6.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0KF8004C5U8J7BI0@i-mtaout6.012.net.il>; Wed, 18 Feb 2009 06:09:56 +0200 (IST) In-reply-to: X-012-Sender: halo1@inter.net.il X-detected-operating-system: by monty-python.gnu.org: Solaris 10 (1203?) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:109166 Archived-At: > From: David Reitter > Date: Tue, 17 Feb 2009 16:21:48 -0500 > Cc: Stefan Monnier , emacs-devel@gnu.org > > As for displaying the actual line (wrapped): can you give an example > how the previous visual lines of a line are affected something that > could come afterwards? I thought I did: what if there's an inline image there? the next line would then have to be pushed downwards to where the image's display ends. Or am I misunderstanding what you are asking?