From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: dhruva Newsgroups: gmane.emacs.devel,gmane.emacs.pretest.bugs Subject: Re: Slow repainting, sluggish feeling emacs Date: Tue, 13 May 2008 10:40:23 +0530 Message-ID: References: <475204970805121810y5edc513by93a0fdbcd2ca557@mail.gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1210655445 9869 80.91.229.12 (13 May 2008 05:10:45 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 13 May 2008 05:10:45 +0000 (UTC) Cc: emacs-pretest-bug@gnu.org, emacs-devel@gnu.org To: David Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue May 13 07:11:21 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 1JvmnI-0003TU-BH for ged-emacs-devel@m.gmane.org; Tue, 13 May 2008 07:11:20 +0200 Original-Received: from localhost ([127.0.0.1]:42874 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JvmmZ-0005mb-7R for ged-emacs-devel@m.gmane.org; Tue, 13 May 2008 01:10:35 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JvmmS-0005mC-2M for emacs-devel@gnu.org; Tue, 13 May 2008 01:10:28 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JvmmP-0005ls-Ty for emacs-devel@gnu.org; Tue, 13 May 2008 01:10:27 -0400 Original-Received: from [199.232.76.173] (port=35552 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JvmmP-0005lp-Kv for emacs-devel@gnu.org; Tue, 13 May 2008 01:10:25 -0400 Original-Received: from ti-out-0910.google.com ([209.85.142.191]:53479) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JvmmP-0006mH-2E for emacs-devel@gnu.org; Tue, 13 May 2008 01:10:25 -0400 Original-Received: by ti-out-0910.google.com with SMTP id u5so1011414tia.10 for ; Mon, 12 May 2008 22:10:23 -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=NGOb6hi+a5C3s8Q/qMrkzNCfcYVSRbEo7Bgs31VHQFc=; b=tlnL5rbxTZ6EIhEJzipKHWNeWn1b4l+up92H8Rni6y8VL4mAWuQ5bJRcRSOPu/EiAkdAWP/U72439XmX7eSpaF1d+FmoqdATgmXz2pfrvsAHR3ktL5pGwGfAt56rgVxJ1OTe94KroQ0YdGIje9zT6GIM68k7eOuIsRJWKpoyoZs= 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=Ee884esMfCSJKi2lxVmzBCFhEs17w37ae8gn6g3eZkkGRCsiMRMrrwh1mIbFa+kvqUtiaEQ3ML1IgYNkWaeVLf+LpJoJdc6DzVtFPtVvPOGdeuhHOmf/TLLKtLJ8ZHchmUlho/s6QHBbfNmijDC6CByr1NyojRDca8m3cVOwgus= Original-Received: by 10.110.68.4 with SMTP id q4mr894777tia.41.1210655423231; Mon, 12 May 2008 22:10:23 -0700 (PDT) Original-Received: by 10.110.93.15 with HTTP; Mon, 12 May 2008 22:10:23 -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:97063 gmane.emacs.pretest.bugs:22292 Archived-At: My expereince is more concerned with visiting files. I tried setting w32-get-true-file-attributes to nil. It appears to be faster than before but I need to test it further. -dhruva On 5/13/08, dhruva wrote: > Hello, > > > On 5/13/08, David wrote: > > I recently re-built emacs 23 from cvs and there's a noticeable delay in many > > repainting operations. Typing is sluggish and redrawing a buffer when > > switching to it is noticeably slow. > > > I am noticing a similar behavior from the past 4~5 days. Is it related > to some change in "w32-get-true-file-attributes" modifications, well I > am taking a real wild guess based on ChangeLog history and my memory > from when I started seeing this slow down. I still do not have a MSVC > build and hence debugging is a big problem. I tried debugging the MSVC > issue, some GC related issue and have no clue about it! > > -dhruva > > > -- > Contents reflect my personal views only! > -- Contents reflect my personal views only!