From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28769 invoked by alias); 4 Apr 2012 14:15:55 -0000 Received: (qmail 28759 invoked by uid 22791); 4 Apr 2012 14:15:54 -0000 X-SWARE-Spam-Status: No, hits=-2.0 required=5.0 tests=AWL,BAYES_00,KHOP_THREADED,RCVD_IN_HOSTKARMA_NO,SPF_NEUTRAL,TW_GT,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from orchid.mail.cornell.edu (HELO orchid.mail.cornell.edu) (132.236.56.61) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 04 Apr 2012 14:15:41 +0000 Received: from authusersmtp.mail.cornell.edu (granite2.mail.cornell.edu [128.253.83.142]) by orchid.mail.cornell.edu (8.14.4/8.14.4) with ESMTP id q34EFeGp026273 for ; Wed, 4 Apr 2012 10:15:40 -0400 (EDT) Received: from [192.168.1.3] (cpe-67-249-194-47.twcny.res.rr.com [67.249.194.47]) (authenticated bits=0) by authusersmtp.mail.cornell.edu (8.14.4/8.12.10) with ESMTP id q34EFcMZ023410 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT) for ; Wed, 4 Apr 2012 10:15:39 -0400 (EDT) Message-ID: <4F7C5779.405@cornell.edu> Date: Wed, 04 Apr 2012 14:15:00 -0000 From: Ken Brown User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:10.0.1) Gecko/20120208 Thunderbird/10.0.1 MIME-Version: 1.0 To: cygwin-xfree@cygwin.com Subject: Re: Problems with emacs built against gtk3 References: <4ED03512.7080607@cornell.edu> <4ED0EC50.4090300@cornell.edu> <1322625099.6420.9.camel@YAAKOV04> <4ED6390C.2040708@cornell.edu> <4ED807FA.7050700@cornell.edu> <1322822150.6352.13.camel@YAAKOV04> <4ED8CC12.5050607@cornell.edu> <1323043980.1644.6.camel@YAAKOV04> <4F7B6794.2010303@cornell.edu> <4F7B7A14.9030003@users.sourceforge.net> <4F7BA975.1090705@cornell.edu> <4F7BC642.3090909@users.sourceforge.net> In-Reply-To: <4F7BC642.3090909@users.sourceforge.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-PMX-CORNELL-SPAM-CHECKED: Pawpaw X-Original-Sender: kbrown@cornell.edu - Wed Apr 4 10:15:39 2012 X-PMX-CORNELL-REASON: CU_White_List_Override X-IsSubscribed: yes Mailing-List: contact cygwin-xfree-help@cygwin.com; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-xfree-owner@cygwin.com Reply-To: cygwin-xfree@cygwin.com Mail-Followup-To: cygwin-xfree@cygwin.com X-SW-Source: 2012-04/txt/msg00016.txt.bz2 On 4/3/2012 11:55 PM, Yaakov (Cygwin/X) wrote: > On 2012-04-03 20:52, Ken Brown wrote: >> There's no problem when emacs is built with gtk2. There's also no >> problem with gtk3, provided I set GSETTINGS_BACKEND=memory. > > I regularly run the entire GNOME desktop for hours (if not days) on end, > so I really don't think that this is a bug in dconf or gvfs. > >> I'll probably just have to stick with gtk2 for the next emacs release. > > That's fine; gtk2 isn't going anywhere for a while. Another option is to use gtk3 but to put the GSETTINGS_BACKEND workaround into the emacs startup code: setenv ("GSETTINGS_BACKEND", "memory", 1); I've been testing this, and it seems to work (but I won't be completely confident until I've had emacs running for a day or so). Do you see any downside? Ken -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/