From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Lennart Borgman Newsgroups: gmane.emacs.devel Subject: Re: redisplay system of emacs Date: Fri, 29 Jan 2010 14:18:08 +0100 Message-ID: References: <27349166.post@talk.nabble.com> <87vdem8gly.fsf@catnip.gol.com> <87k4v1xm4l.fsf@gmail.com> <87ljfhkyg2.fsf@lola.goethe.zz> <87hbq5kxu2.fsf@lola.goethe.zz> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: ger.gmane.org 1264771156 15245 80.91.229.12 (29 Jan 2010 13:19:16 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 29 Jan 2010 13:19:16 +0000 (UTC) Cc: emacs-devel@gnu.org To: David Kastrup Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Jan 29 14:19:13 2010 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.69) (envelope-from ) id 1Naqkj-0001k5-Bv for ged-emacs-devel@m.gmane.org; Fri, 29 Jan 2010 14:19:13 +0100 Original-Received: from localhost ([127.0.0.1]:46177 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Naqki-0003QF-Q9 for ged-emacs-devel@m.gmane.org; Fri, 29 Jan 2010 08:19:12 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Naqk9-00037p-Qf for emacs-devel@gnu.org; Fri, 29 Jan 2010 08:18:37 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Naqk5-000356-9P for emacs-devel@gnu.org; Fri, 29 Jan 2010 08:18:37 -0500 Original-Received: from [199.232.76.173] (port=54823 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Naqk5-00034x-40 for emacs-devel@gnu.org; Fri, 29 Jan 2010 08:18:33 -0500 Original-Received: from mail-fx0-f216.google.com ([209.85.220.216]:45691) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Naqk2-00053i-VG; Fri, 29 Jan 2010 08:18:31 -0500 Original-Received: by fxm8 with SMTP id 8so2363832fxm.26 for ; Fri, 29 Jan 2010 05:18:28 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :from:date:message-id:subject:to:cc:content-type; bh=x3bgj3hWL9beQhBsOzGYzm5TN9Rkch/R66nH++GN85w=; b=aVMmbzE755cbK7lilsH/ZlTOL92gConWeeBlklrx+B9O/XSGYhqhVYCbZD9zhyz5lG SDCouUPE9DsD54b4JQ1Fyeu2Bl56F51raTI4hed9E9l3vaYYf4eivlg/+bETKEvOeB0R MCzhAhN77/fvErzovUZ1vQHCju/QiCzCMO9kY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; b=t1IJnf/I8zXxfpFVN+1VFqIuXJJ/LFLbrULEoxM7xCNcq5K8o/wrNV7lDaP4JaiUVJ UjQeXybtiBLTldPTJfPAZP9A41NUk9aJuZrbCQyayG2pXJ0sTEvrtanWgrE3m4NNMyTc PvEkxyAhiMMRCdFs/7PmOTWQ+2a/tr+9fpMBs= Original-Received: by 10.239.187.208 with SMTP id m16mr54163hbh.152.1264771108282; Fri, 29 Jan 2010 05:18:28 -0800 (PST) In-Reply-To: <87hbq5kxu2.fsf@lola.goethe.zz> X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 2) 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:120653 Archived-At: On Fri, Jan 29, 2010 at 11:30 AM, David Kastrup wrote: > Lennart Borgman writes: > >> On Fri, Jan 29, 2010 at 11:17 AM, David Kastrup wrote: >>> >>> Uh, Emacs needs to work without noticeable delays and with syntax >>> highlighting for documents of _book_ size, easily containing thousands >>> of pages. >> >> >> Is this necessarily related to the display engine? > > Since the Mozilla model renders the whole document (admittedly starting > before it is completely available), I don't see how it should be > otherwise. I am not sure that is the Mozilla model. It is just necessary for web pages.