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: Fri, 4 Apr 2008 14:54:27 +0200 Message-ID: References: <47F4F272.8050204@gnu.org> <47F5E34B.9040207@gnu.org> <47F602F6.2050309@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 1207313707 16008 80.91.229.12 (4 Apr 2008 12:55:07 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 4 Apr 2008 12:55:07 +0000 (UTC) Cc: Emacs Devel To: "Jason Rumney" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Apr 04 14:55:36 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 1JhlRt-00063u-3I for ged-emacs-devel@m.gmane.org; Fri, 04 Apr 2008 14:55:17 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JhlRG-0000Mc-6l for ged-emacs-devel@m.gmane.org; Fri, 04 Apr 2008 08:54:38 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JhlRB-0000M2-GC for emacs-devel@gnu.org; Fri, 04 Apr 2008 08:54:33 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JhlRB-0000Lj-6g for emacs-devel@gnu.org; Fri, 04 Apr 2008 08:54:33 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JhlRA-0000Lc-Un for emacs-devel@gnu.org; Fri, 04 Apr 2008 08:54:33 -0400 Original-Received: from yw-out-1718.google.com ([74.125.46.154]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JhlRA-00055L-L7 for emacs-devel@gnu.org; Fri, 04 Apr 2008 08:54:32 -0400 Original-Received: by yw-out-1718.google.com with SMTP id 9so5049ywk.66 for ; Fri, 04 Apr 2008 05:54:28 -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=MtsFB5xRhhjHi6yXW66NnY91GFg2Tc2XOyuljlMwnuU=; b=ShaudfoXuE2x5TYBMfEMCOA/yNraCzeP3TuIH6L0KJAMGqlIfRIZNSzMcu3TN5qcokG52iP6xmRzflHZoQSRMOUh4A1s1Qtj+jX2RlYqDawlaCrEzH/mCaqe6kSfCMCLdH8og3tdTyVZ9zE5a1d2Dj56xxx4ytGSAKsTWqWG+7o= 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=EvDfKcAKd7Emz5JpBSeEC1izxKEXy4WIWJTyospl3w3szvIhLu/qv68YHMtly9s71kZ66lvEMfjbfKlYx3Fm1MC9y7ZTYgQqQxbrHeNGRk0Ej3KZf0BOYTCBSZ3bThn77EKmLMWf1NIyYw/TIEVHVXun4RnCYIjL0URIVNBZZ74= Original-Received: by 10.114.174.2 with SMTP id w2mr1902074wae.17.1207313667471; Fri, 04 Apr 2008 05:54:27 -0700 (PDT) Original-Received: by 10.115.72.13 with HTTP; Fri, 4 Apr 2008 05:54:27 -0700 (PDT) In-Reply-To: <47F602F6.2050309@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:94331 Archived-At: OK, it is working now. Thanks. It is still slow, though. From "emacs -Q -f view-hello-file" to actually see etc/HELLO, about 8-10 seconds, or three times slower than the same operation using --disable-font-backend. Juanma