From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Chong Yidong Newsgroups: gmane.emacs.devel Subject: Re: fontset/font change Date: Thu, 12 Mar 2009 09:39:08 -0400 Message-ID: <878wnaj1xf.fsf@cyd.mit.edu> References: <87ljrcb23h.fsf@catnip.gol.com> <87ab7rwny3.fsf@catnip.gol.com> <87eix32xfa.fsf@cyd.mit.edu> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1236865590 26040 80.91.229.12 (12 Mar 2009 13:46:30 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 12 Mar 2009 13:46:30 +0000 (UTC) Cc: miles@gnu.org, emacs-devel@gnu.org To: Kenichi Handa Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Mar 12 14:47:42 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 1LhlCP-0002zI-Ih for ged-emacs-devel@m.gmane.org; Thu, 12 Mar 2009 14:43:49 +0100 Original-Received: from localhost ([127.0.0.1]:43436 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LhlB3-0006WY-JQ for ged-emacs-devel@m.gmane.org; Thu, 12 Mar 2009 09:42:25 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Lhl6k-00057b-AO for emacs-devel@gnu.org; Thu, 12 Mar 2009 09:37:58 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Lhl6j-00057N-31 for emacs-devel@gnu.org; Thu, 12 Mar 2009 09:37:57 -0400 Original-Received: from [199.232.76.173] (port=38577 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Lhl6h-00057K-VH for emacs-devel@gnu.org; Thu, 12 Mar 2009 09:37:55 -0400 Original-Received: from cyd.mit.edu ([18.115.2.24]:41877) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Lhl6f-0007fJ-Rq; Thu, 12 Mar 2009 09:37:53 -0400 Original-Received: by cyd.mit.edu (Postfix, from userid 1000) id 79D7E57E1FC; Thu, 12 Mar 2009 09:39:08 -0400 (EDT) In-Reply-To: (Kenichi Handa's message of "Thu, 12 Mar 2009 15:40:41 +0900") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux) 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:109589 Archived-At: Kenichi Handa writes: >> It seems a little cleaner to have nil specify the current fontset rather >> than fontset-default, but only a little. In your estimation, is there a >> significant amount of outside code (e.g. user customizations) that rely >> on the old behavior? > > I don't think so because I don't here any complaints about > it after I changed t for the default long ago in > emacs-unicode-2 branch. And even since the merge of about > one year ago, there's no complaint either. > > So, if you maintainers think that the incompatible change > now is ok, I'll do (2) above quickly. Please go ahead. You should make a note of this change in etc/NEWS as well.