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 11:23:43 +0100 Message-ID: References: <27349166.post@talk.nabble.com> <83bpge50k5.fsf@gnu.org> <87vdem8gly.fsf@catnip.gol.com> <87k4v1xm4l.fsf@gmail.com> <87ljfhkyg2.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 1264760666 7398 80.91.229.12 (29 Jan 2010 10:24:26 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 29 Jan 2010 10:24:26 +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 11:24:24 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 1Nao1X-0001ea-D8 for ged-emacs-devel@m.gmane.org; Fri, 29 Jan 2010 11:24:23 +0100 Original-Received: from localhost ([127.0.0.1]:50175 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Nao1V-0005QF-Qw for ged-emacs-devel@m.gmane.org; Fri, 29 Jan 2010 05:24:21 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Nao1M-0005PL-Vt for emacs-devel@gnu.org; Fri, 29 Jan 2010 05:24:12 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Nao1I-0005Ne-Fi for emacs-devel@gnu.org; Fri, 29 Jan 2010 05:24:12 -0500 Original-Received: from [199.232.76.173] (port=38148 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Nao1I-0005NW-AK for emacs-devel@gnu.org; Fri, 29 Jan 2010 05:24:08 -0500 Original-Received: from mail-fx0-f216.google.com ([209.85.220.216]:53992) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Nao1E-0007mh-K8; Fri, 29 Jan 2010 05:24:04 -0500 Original-Received: by fxm8 with SMTP id 8so2205317fxm.26 for ; Fri, 29 Jan 2010 02:24:03 -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=geEmgEl51C3Gs4J7Vl0k0OG568pOnNuIaUUx1ky6qtY=; b=m4W2n9wlovIvnAjh57xlHVlIYs7YVGUzVXvKb9ckKqUdkuxo5BCWm2tltzIidTWy9+ 4Tfizot0RPYXLtfu2ijNR96VgZvPqCMTsuM1cw5z0EwA6Mdjlfzd4kMtURKCQC4E0Sk1 000IbrsMPTrcmW9AH8i4Y0eHgNh+Pp+8jKu3I= 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=TBtvNJEjSCa9DO9JsVcSt9B98Iy3t4yXEvon1f3uhqGOAIU1mPJRUnxZmteynj80gD GNdh6EoJe+ymrUwqt2ow8InY7Vj6mt6jz9pQoVgnlhpyvzUQ+PD72ausEB/kTo5kY4H6 Mf0kcfXQnrMrXut9y5qFZ809Y0VFwTjNOsyqA= Original-Received: by 10.239.186.134 with SMTP id g6mr19195hbh.195.1264760643106; Fri, 29 Jan 2010 02:24:03 -0800 (PST) In-Reply-To: <87ljfhkyg2.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:120635 Archived-At: 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?