From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Claus Newsgroups: gmane.emacs.devel Subject: Re: Assertion failes in w32uniscribe.c Date: Fri, 4 Apr 2008 19:50:20 +0200 Message-ID: References: <47F4F272.8050204@gnu.org> <47F5E34B.9040207@gnu.org> <47F602F6.2050309@gnu.org> <47F65F16.70904@gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1207331518 20107 80.91.229.12 (4 Apr 2008 17:51:58 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 4 Apr 2008 17:51:58 +0000 (UTC) Cc: Juanma Barranquero , Jason Rumney , Emacs Devel To: "Lennart Borgman (gmail)" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Apr 04 19:52:30 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 1Jhq5T-0001v6-Dy for ged-emacs-devel@m.gmane.org; Fri, 04 Apr 2008 19:52:27 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Jhq4q-0004VJ-Ps for ged-emacs-devel@m.gmane.org; Fri, 04 Apr 2008 13:51:48 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Jhq3U-0003wE-2u for emacs-devel@gnu.org; Fri, 04 Apr 2008 13:50:24 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Jhq3S-0003va-DI for emacs-devel@gnu.org; Fri, 04 Apr 2008 13:50:23 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Jhq3S-0003vR-6W for emacs-devel@gnu.org; Fri, 04 Apr 2008 13:50:22 -0400 Original-Received: from py-out-1112.google.com ([64.233.166.181]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Jhq3R-0002ig-Re for emacs-devel@gnu.org; Fri, 04 Apr 2008 13:50:21 -0400 Original-Received: by py-out-1112.google.com with SMTP id u52so179632pyb.1 for ; Fri, 04 Apr 2008 10:50:20 -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=l7hLg9OtkJ1QrgjaywRps09FpHTlWFh3K+WhhjNLnMI=; b=Sadutknt/F+wddr9ShWwhijiC/WKMppBrh4ExI3FnJNjVSKgYlcjjejEGlp72RhYiDyaDEn2LZNJjvjSi1DGBh8M+x/C19fRWrzeC5VsJPviOp5veS2DN6ICJClUEcTkK6XCRl9eVaaSW7MlTfKXPISNKTi9P0+Ry7WGJT9XafE= 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=tR77WNxOTj8V6P84luMVnj+G+tjGEGjgwzhoHbk2tBZYJHXjTxaT4B8MOSyDBF2sF2QpykOWKQNA3oWmA9NE+xCmt/uHVz3/4tBqZ3lfOs+nEbtSfgh692JqUVBh748P3JQNthZdIs9t9te58L5yavjuOOc6XZU+/0TCRm3OE/g= Original-Received: by 10.35.65.17 with SMTP id s17mr2762185pyk.37.1207331420187; Fri, 04 Apr 2008 10:50:20 -0700 (PDT) Original-Received: by 10.35.50.17 with HTTP; Fri, 4 Apr 2008 10:50:20 -0700 (PDT) In-Reply-To: <47F65F16.70904@gmail.com> 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:94361 Archived-At: > I am still using --disable-font-backend because without it there has bee= n > some very annoying screen blinking. Has anyone else seen this? Confirmed. Lot's of blinking, especially when the screen is split (C-x 2). It looks like for each keystroke both buffers are completely redisplayed (or parsed... or re-fontified... hard to tell the difference). Whatever it is, it causes lag / slowdown during typing. Thus, I see myself using C-x 1 all the time to enhance performance a bit. GNU Emacs 23.0.60.1 (i386-mingw-nt6.0.6000) of 2008-03-23 on WindowsVista Claus On Fri, Apr 4, 2008 at 7:02 PM, Lennart Borgman (gmail) wrote: > > Juanma Barranquero wrote: > > > 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. > > > > I am still using --disable-font-backend because without it there has bee= n > some very annoying screen blinking. Has anyone else seen this? > > Another strange things I have seen the last days is that sometimes the > welcome screen is shown without any colors and without the image. Next ti= me > I try it works as it should. Does not that look like a missing > initialization somewhere? > > But please notice that this is with my slightly patched version (v 23, > 2008-04-03). > > > -- Mit freundlichem Gru=DF, Claus Klingberg