From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: =?UTF-8?B?SmFuIERqw6Rydg==?= Newsgroups: gmane.emacs.devel Subject: Re: Emacs 23.2 plans Date: Tue, 17 Nov 2009 09:31:39 +0100 Message-ID: <4B025F6B.7000208@swipnet.se> References: <87ws21aaiz.fsf@stupidchicken.com> <4B01A4AD.4020302@swipnet.se> <87vdhauv0z.fsf@stupidchicken.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: Quoted-Printable X-Trace: ger.gmane.org 1258446722 4822 80.91.229.12 (17 Nov 2009 08:32:02 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 17 Nov 2009 08:32:02 +0000 (UTC) Cc: emacs-devel@gnu.org To: Chong Yidong Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Nov 17 09:31:55 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 1NAJTb-0004l8-PC for ged-emacs-devel@m.gmane.org; Tue, 17 Nov 2009 09:31:52 +0100 Original-Received: from localhost ([127.0.0.1]:46114 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NAJTb-0006uh-3O for ged-emacs-devel@m.gmane.org; Tue, 17 Nov 2009 03:31:51 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NAJTW-0006uY-Cx for emacs-devel@gnu.org; Tue, 17 Nov 2009 03:31:46 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NAJTS-0006u6-J5 for emacs-devel@gnu.org; Tue, 17 Nov 2009 03:31:46 -0500 Original-Received: from [199.232.76.173] (port=41040 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NAJTS-0006u3-E6 for emacs-devel@gnu.org; Tue, 17 Nov 2009 03:31:42 -0500 Original-Received: from proxy2.bredband.net ([195.54.101.72]:52099) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NAJTS-0003R7-07 for emacs-devel@gnu.org; Tue, 17 Nov 2009 03:31:42 -0500 Original-Received: from ipb2.telenor.se (195.54.127.165) by proxy2.bredband.net (7.3.140.3) id 4AD3E1BC00F79D1F for emacs-devel@gnu.org; Tue, 17 Nov 2009 09:31:40 +0100 X-SMTPAUTH-B2: X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AtGeAIvuAUtV4S1uPGdsb2JhbACBS4MalEuCYwEBAQE3qSeQdoEwgjdUBA X-IronPort-AV: E=Sophos;i="4.44,757,1249250400"; d="scan'208";a="4377318" Original-Received: from c-6e2de155.25-1-64736c10.cust.bredbandsbolaget.se (HELO coolsville.localdomain) ([85.225.45.110]) by ipb2.telenor.se with ESMTP; 17 Nov 2009 09:31:40 +0100 Original-Received: from [172.20.199.2] (gaffa [172.20.199.2]) by coolsville.localdomain (Postfix) with ESMTP id EAF537FA07B; Tue, 17 Nov 2009 09:31:39 +0100 (CET) User-Agent: Thunderbird 2.0.0.23 (X11/20090817) In-Reply-To: <87vdhauv0z.fsf@stupidchicken.com> 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:117070 Archived-At: Chong Yidong skrev: > Jan Dj=C3=A4rv writes: >=20 >> I have completed the GConf/Xsetting code (after way to long time) now >> and would like to check it in. I don't know if it counts as a major >> change, but its implications might. >> >> Basically Emacs reads the system font name from GConf and uses that. >> It also reacts to changes to the system font (can be turned off with a >> defcustom). GConf support can be turned off in configure. >=20 > I'm not sure if there's enough time to test this. Font-related changes > seem pretty tricky to get right. What about checking this in but > disabling the configure option by default, and enabling it after Emacs > 23.2? I've done so. But IMHO a couple of monthe pre-test is time enough to tes= t it. Jan D.