From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: MIYOSHI Masanori Newsgroups: gmane.emacs.devel Subject: Re: Emacs allocates unnecessary memory during scrolling Date: Fri, 20 Oct 2006 20:55:39 +0900 Message-ID: References: <87r6x5432z.fsf@stupidchicken.com> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1161371263 2253 80.91.229.2 (20 Oct 2006 19:07:43 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 20 Oct 2006 19:07:43 +0000 (UTC) Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Oct 20 21:07:39 2006 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1Gazhr-0006tW-OC for ged-emacs-devel@m.gmane.org; Fri, 20 Oct 2006 21:07:00 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Gazhr-0004k3-4E for ged-emacs-devel@m.gmane.org; Fri, 20 Oct 2006 15:06:59 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Gasz8-00006E-Hn for emacs-devel@gnu.org; Fri, 20 Oct 2006 07:56:22 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Gasz4-0008Qv-Oz for emacs-devel@gnu.org; Fri, 20 Oct 2006 07:56:20 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Gasz4-0008QN-9B for emacs-devel@gnu.org; Fri, 20 Oct 2006 07:56:18 -0400 Original-Received: from [58.93.247.202] (helo=mvs2.plala.or.jp) by monty-python.gnu.org with esmtp (Exim 4.52) id 1Gasz4-0006P9-00 for emacs-devel@gnu.org; Fri, 20 Oct 2006 07:56:18 -0400 Original-Received: from msc2.plala.or.jp ([172.23.8.25]) by mvs2.plala.or.jp with ESMTP id <20061020115540.HKUN12915.mvs2.plala.or.jp@msc2.plala.or.jp> for ; Fri, 20 Oct 2006 20:55:40 +0900 Original-Received: from malebolgia ([220.221.53.58]) by msc2.plala.or.jp with ESMTP id <20061020115540.LSS88.msc2.plala.or.jp@malebolgia> for ; Fri, 20 Oct 2006 20:55:40 +0900 Original-To: emacs-devel@gnu.org X-Face: ,IaMiin=o[9Fn@w^6PYglEEkK]5c`b3Jb&GIm+"D8>+~.^'Ua)}-+1; N:u{iz{mhvm2@pPf@\r3ud25~["?M '}RF!O)TLU;ymE2{[>Yq,Qz|[6B:qZdL`1)J~? In-Reply-To: (Kim F. Storm's message of "Thu, 19 Oct 2006 11:47:00 +0200") User-Agent: Gnus/5.110006 (No Gnus v0.6) Meadow-3.00-dev (KIKU) 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:60953 Archived-At: >>>>> In >>>>> storm@cua.dk (Kim F. Storm) wrote: > >>> Appending the next code before prepare_desired_row() may fix the > >>> problem. > >>>> it.glyph_row->enabled_p = 0; > >>> But he doesn't know the place is appropriate or not. > Looking closer at the code, this is indeed a trivial way to fix the > problem. > I have committed the change. The problem has been fixed. Thank you. -- MIYOSHI Masanori