From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Tobias C. Rittweiler" Newsgroups: gmane.emacs.devel Subject: Re: Emacs 23.2 plans Date: Tue, 17 Nov 2009 09:50:58 +0100 Message-ID: <877htpo7pp.fsf@freebits.de> References: <87ws21aaiz.fsf@stupidchicken.com> <4B01A4AD.4020302@swipnet.se> <87vdhauv0z.fsf@stupidchicken.com> <4B025F6B.7000208@swipnet.se> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Trace: ger.gmane.org 1258447906 7932 80.91.229.12 (17 Nov 2009 08:51:46 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 17 Nov 2009 08:51:46 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Nov 17 09:51:39 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 1NAJmj-00036F-OC for ged-emacs-devel@m.gmane.org; Tue, 17 Nov 2009 09:51:38 +0100 Original-Received: from localhost ([127.0.0.1]:43110 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NAJmj-0006or-CT for ged-emacs-devel@m.gmane.org; Tue, 17 Nov 2009 03:51:37 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NAJme-0006oN-7Z for emacs-devel@gnu.org; Tue, 17 Nov 2009 03:51:32 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NAJmZ-0006na-DS for emacs-devel@gnu.org; Tue, 17 Nov 2009 03:51:31 -0500 Original-Received: from [199.232.76.173] (port=52464 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NAJmZ-0006nX-9q for emacs-devel@gnu.org; Tue, 17 Nov 2009 03:51:27 -0500 Original-Received: from lo.gmane.org ([80.91.229.12]:56401) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1NAJmY-0006y5-QI for emacs-devel@gnu.org; Tue, 17 Nov 2009 03:51:27 -0500 Original-Received: from list by lo.gmane.org with local (Exim 4.50) id 1NAJmU-0002yK-8w for emacs-devel@gnu.org; Tue, 17 Nov 2009 09:51:22 +0100 Original-Received: from host146.natpool.mwn.de ([138.246.7.146]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 17 Nov 2009 09:51:22 +0100 Original-Received: from tcr by host146.natpool.mwn.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 17 Nov 2009 09:51:22 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 23 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: host146.natpool.mwn.de User-Agent: Gnus/5.110006 (No Gnus v0.6) Emacs/23.0.60 (gnu/linux) Cancel-Lock: sha1:MVwrkdmdeax3yUEr25ttr7rnGfw= X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 3) 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:117075 Archived-At: Jan Djärv writes: > Chong Yidong skrev: >> Jan Djärv writes: >> >>> 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. >> >> 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 test it. I'm interested in the change. How can I test it? -T.