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: Font backend: Observations on speed on Windows Date: Wed, 11 Jun 2008 11:42:10 +0200 Message-ID: References: <484F8FEF.6020207@gnu.org> <63sg2uy8.fsf@telefonica.net> 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 1213177374 19386 80.91.229.12 (11 Jun 2008 09:42:54 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 11 Jun 2008 09:42:54 +0000 (UTC) Cc: =?UTF-8?Q?=C3=93scar_Fuentes?= , Jason Rumney , emacs-devel@gnu.org To: dhruva Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Jun 11 11:43:33 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 1K6MrU-0005jU-5h for ged-emacs-devel@m.gmane.org; Wed, 11 Jun 2008 11:43:24 +0200 Original-Received: from localhost ([127.0.0.1]:51036 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1K6Mqg-0004rA-Id for ged-emacs-devel@m.gmane.org; Wed, 11 Jun 2008 05:42:34 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1K6MqM-0004cR-40 for emacs-devel@gnu.org; Wed, 11 Jun 2008 05:42:14 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1K6MqK-0004a1-1T for emacs-devel@gnu.org; Wed, 11 Jun 2008 05:42:13 -0400 Original-Received: from [199.232.76.173] (port=47935 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1K6MqJ-0004Zp-Ml for emacs-devel@gnu.org; Wed, 11 Jun 2008 05:42:11 -0400 Original-Received: from rv-out-0708.google.com ([209.85.198.246]:25355) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1K6MqJ-0003dp-B5 for emacs-devel@gnu.org; Wed, 11 Jun 2008 05:42:11 -0400 Original-Received: by rv-out-0708.google.com with SMTP id k29so3658010rvb.6 for ; Wed, 11 Jun 2008 02:42:10 -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=fci6RZ4z84/OkilIDKfWmcuotEqWncvt/ZMbL9xKDJI=; b=opK+Ki4XwS4Wspy0EHZgt8gBL1CbPU4TKKInPfWIgfacbvIJSKEX2ySyM1ScyeSjxs cZCDrvfprkkymshXSOyLi7tOd6Zl7TJxMv0WppqnyCuE1TrHaTtKjC4yEWbjR/V/6MFh YwTVlaFEt/8oY8MQQ59C23L4sLMR8KrEJgq08= 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=bJ2GgrP8o2xEef+fl4isRunA98OTWSsR7tRNoNdGBR0mgViIGQmZMkalVQ2O5E6c95 F+yHZ+PXgb/SUsIL8NGEUx7+3o4AWv3Cz81Xotgm7r3vfSQ1dpReTGkG5t4lOj7gqWl4 uaEsq9ZFMCEdJE2A7uY6B7ij5B3RGzSQatJXE= Original-Received: by 10.114.208.20 with SMTP id f20mr6171281wag.147.1213177330265; Wed, 11 Jun 2008 02:42:10 -0700 (PDT) Original-Received: by 10.114.167.12 with HTTP; Wed, 11 Jun 2008 02:42:10 -0700 (PDT) In-Reply-To: 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:98933 Archived-At: On Wed, Jun 11, 2008 at 11:31, dhruva wrote: > By doing so, I see a noticeable increase in speed. I am now going to > profile emacs to see the difference. I don't see any increase in speed, either by disabling it or setting it to Standard. In all cases Emacs is unable to cope with keyboard repeat in line-by-line scrolling. Juanma