From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: =?ISO-8859-1?Q?Jan_Dj=E4rv?= Newsgroups: gmane.emacs.devel Subject: Re: X resource leak? Date: Tue, 20 Jan 2009 06:51:24 +0100 Message-ID: <4975665C.8010406@swipnet.se> References: <878wpbz39r.fsf@cyd.mit.edu> <87d4ek3s9j.fsf@cyd.mit.edu> <3275CE3B-F9AF-4710-A41C-1EB6BD69A813@swipnet.se> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: Quoted-Printable X-Trace: ger.gmane.org 1232430706 7408 80.91.229.12 (20 Jan 2009 05:51:46 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 20 Jan 2009 05:51:46 +0000 (UTC) Cc: Chong Yidong , emacs-devel@gnu.org To: =?ISO-8859-1?Q?=D3scar_Fuentes?= Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Jan 20 06:52:58 2009 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 1LP9Xj-0004r4-Dk for ged-emacs-devel@m.gmane.org; Tue, 20 Jan 2009 06:52:55 +0100 Original-Received: from localhost ([127.0.0.1]:49772 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LP9WR-0002vF-LV for ged-emacs-devel@m.gmane.org; Tue, 20 Jan 2009 00:51:35 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LP9WK-0002ue-WA for emacs-devel@gnu.org; Tue, 20 Jan 2009 00:51:29 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LP9WJ-0002uS-UD for emacs-devel@gnu.org; Tue, 20 Jan 2009 00:51:28 -0500 Original-Received: from [199.232.76.173] (port=56017 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LP9WJ-0002uP-PR for emacs-devel@gnu.org; Tue, 20 Jan 2009 00:51:27 -0500 Original-Received: from proxy3.bredband.net ([195.54.101.73]:51632) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LP9WJ-0005Hf-Ex for emacs-devel@gnu.org; Tue, 20 Jan 2009 00:51:27 -0500 Original-Received: from ironport.bredband.com (195.54.101.120) by proxy3.bredband.net (7.3.127) id 492A9CFF012EE17D for emacs-devel@gnu.org; Tue, 20 Jan 2009 06:51:26 +0100 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: Alg3ABX1dElV4S1uPGdsb2JhbACBbIckimsBAQEBNbcQhXM X-IronPort-AV: E=Sophos;i="4.37,294,1231110000"; d="scan'208";a="475697799" Original-Received: from c-6e2de155.25-1-64736c10.cust.bredbandsbolaget.se (HELO coolsville.localdomain) ([85.225.45.110]) by ironport1.bredband.com with ESMTP; 20 Jan 2009 06:51:25 +0100 Original-Received: from winter.local (59a023bc.umea.cust.skycom.se [89.160.35.188]) by coolsville.localdomain (Postfix) with ESMTPSA id 351107FA07B; Tue, 20 Jan 2009 06:51:25 +0100 (CET) User-Agent: Thunderbird 2.0.0.19 (Macintosh/20081209) In-Reply-To: X-detected-operating-system: by monty-python.gnu.org: Genre and OS details not recognized. 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:108010 Archived-At: =D3scar Fuentes skrev: > "Jan D." writes: >=20 >> Can you tell us if you run KDE with gtk-engine? >=20 > I use KDE 4.1.3 (on Kubuntu x86_64) and Emacs is configured for using > the gtk widgets. It has >=20 > #define USE_GTK 1=20 >=20 > and >=20 > #define USE_TOOLKIT_SCROLL_BARS 1 >=20 >> Is the toolbar enabled and if so does disabling it make any >> difference? Ditto for the scrollbar and menuar. >=20 > Bingo! After disabling the scroll bar with M-x scroll-bar-mode emacs > stops allocating X resources. >=20 > Switching on/off the menu bar and the tool bar shows no change on > the X resource allocation problem, so it is the scroll bar the only > culprit. What is the name of the theme you are using? Jan D.