From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Angelo Graziosi Newsgroups: gmane.emacs.devel Subject: Re: cygwin emacs gtk2 problem fix Date: Tue, 08 Jul 2008 00:41:46 +0200 Message-ID: <48729BAA.9090102@alice.it> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1215470594 18380 80.91.229.12 (7 Jul 2008 22:43:14 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 7 Jul 2008 22:43:14 +0000 (UTC) Cc: eliz@gnu.org, emacs-devel@gnu.org To: "d.henman" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Jul 08 00:44:00 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 1KFzR7-0002vD-2E for ged-emacs-devel@m.gmane.org; Tue, 08 Jul 2008 00:43:57 +0200 Original-Received: from localhost ([127.0.0.1]:42124 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KFzQF-0006tO-W0 for ged-emacs-devel@m.gmane.org; Mon, 07 Jul 2008 18:43:04 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KFzPT-0006dl-VZ for emacs-devel@gnu.org; Mon, 07 Jul 2008 18:42:16 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KFzPQ-0006cV-Ly for emacs-devel@gnu.org; Mon, 07 Jul 2008 18:42:15 -0400 Original-Received: from [199.232.76.173] (port=35987 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KFzPP-0006cG-UZ for emacs-devel@gnu.org; Mon, 07 Jul 2008 18:42:12 -0400 Original-Received: from smtp-out05a.alice.it ([85.33.3.5]:4962) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KFzPJ-0003iH-2c; Mon, 07 Jul 2008 18:42:05 -0400 Original-Received: from FBCMMO03.fbc.local ([192.168.68.197]) by smtp-OUT05A.alice.it with Microsoft SMTPSVC(6.0.3790.1830); Tue, 8 Jul 2008 00:40:16 +0200 Original-Received: from FBCMCL01B05.fbc.local ([192.168.69.86]) by FBCMMO03.fbc.local with Microsoft SMTPSVC(6.0.3790.1830); Tue, 8 Jul 2008 00:42:02 +0200 Original-Received: from [82.57.154.28] ([82.57.154.28]) by FBCMCL01B05.fbc.local with Microsoft SMTPSVC(6.0.3790.1830); Tue, 8 Jul 2008 00:42:02 +0200 User-Agent: Thunderbird 2.0.0.14 (Windows/20080421) X-OriginalArrivalTime: 07 Jul 2008 22:42:02.0888 (UTC) FILETIME=[ACC2D880:01C8E082] X-detected-kernel: by monty-python.gnu.org: Windows 2000 SP4, XP SP1+ 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:100434 Archived-At: d.henman wrote: > I have found a simple fix to for the cygwin emacs gtk2 problem, > as mentioned in the etc/PROBLEM file. > [...] > > + $ export G_SLICE=always-malloc > + $ emacs Confirmed. It works just fine! Now the question is: could that be done at level of source code? Cheers, Angelo.