From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Juanma Barranquero" Newsgroups: gmane.emacs.devel Subject: Re: Assertion failes in w32uniscribe.c Date: Sun, 6 Apr 2008 03:47:25 +0200 Message-ID: References: <47F4F272.8050204@gnu.org> <47F5E34B.9040207@gnu.org> <47F602F6.2050309@gnu.org> <47F823FD.6050908@gnu.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1207446463 29796 80.91.229.12 (6 Apr 2008 01:47:43 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 6 Apr 2008 01:47:43 +0000 (UTC) Cc: Emacs Devel To: "Jason Rumney" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Apr 06 03:48:16 2008 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 1JiJzR-00014y-RI for ged-emacs-devel@m.gmane.org; Sun, 06 Apr 2008 03:48:14 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JiJyo-0006Mk-Ru for ged-emacs-devel@m.gmane.org; Sat, 05 Apr 2008 21:47:34 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JiJyl-0006M8-VI for emacs-devel@gnu.org; Sat, 05 Apr 2008 21:47:31 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JiJyi-0006Ip-DA for emacs-devel@gnu.org; Sat, 05 Apr 2008 21:47:31 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JiJyi-0006Ic-6Z for emacs-devel@gnu.org; Sat, 05 Apr 2008 21:47:28 -0400 Original-Received: from wr-out-0506.google.com ([64.233.184.226]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JiJyh-0001mf-RB for emacs-devel@gnu.org; Sat, 05 Apr 2008 21:47:27 -0400 Original-Received: by wr-out-0506.google.com with SMTP id 57so764947wri.12 for ; Sat, 05 Apr 2008 18:47:26 -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:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=P41jJx1Jip2JqBt8VEnnbiTsQ2u890E4AqUgIU8OeBk=; b=tqg/US9a1ti6lBibLOqtlktlSVu+qR+oDU1uQUkLS2SvYB2mE/zOgZvcaXPlL5q2+I+nb3OUx08QziGGBiIOHzZQNzybudENGyE62uPhjy4Rxsdt7gtdW+5gBM+w+dcQvejZJgIVXjthUz93WY7sPY/DkAf9UNiniRKFoPA1Npc= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=xHbv4HALqzYSJcVRxyvQQB0nbzcLFo4U1+U+4f5GP/NZxpTooCVsqKNgg2C+FjIsCt8IcCcynC7Dw7hB9hwVLFzql5cFEi28RnNzBfMUdQKKaScPD0YUipmJgFYRW3/6JixVA79TrZhiKIpPjhGyCQSnH7r/KhCV76r8QDfmr7o= Original-Received: by 10.114.26.18 with SMTP id 18mr1235161waz.193.1207446445542; Sat, 05 Apr 2008 18:47:25 -0700 (PDT) Original-Received: by 10.115.72.13 with HTTP; Sat, 5 Apr 2008 18:47:25 -0700 (PDT) In-Reply-To: <47F823FD.6050908@gnu.org> Content-Disposition: inline X-detected-kernel: by monty-python.gnu.org: 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:94465 Archived-At: On Sun, Apr 6, 2008 at 3:14 AM, Jason Rumney wrote: > I don't think a performance hit can be avoided, as > font enumeration is slow on Windows anyway, and we are searching for fonts > in far more detail than before, especially for complex South and South East > Asian scripts. Fair enough. But some operations are still too slow to be useful. Scrolling etc/NEWS (with presumably contains not many non-ASCII chars) with the new backend is unbearable, for example. Juanma