From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: Font settings ignored on new frames Date: Tue, 10 Jun 2008 15:17:31 -0400 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1213125465 8918 80.91.229.12 (10 Jun 2008 19:17:45 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 10 Jun 2008 19:17:45 +0000 (UTC) Cc: emacs-devel@gnu.org To: Kenichi Handa Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Jun 10 21:18:28 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 1K69MS-0005fe-1T for ged-emacs-devel@m.gmane.org; Tue, 10 Jun 2008 21:18:28 +0200 Original-Received: from localhost ([127.0.0.1]:47079 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1K69Le-0004Y5-Lj for ged-emacs-devel@m.gmane.org; Tue, 10 Jun 2008 15:17:38 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1K69LZ-0004Xv-S1 for emacs-devel@gnu.org; Tue, 10 Jun 2008 15:17:33 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1K69LZ-0004Xi-9n for emacs-devel@gnu.org; Tue, 10 Jun 2008 15:17:33 -0400 Original-Received: from [199.232.76.173] (port=60691 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1K69LZ-0004Xf-5c for emacs-devel@gnu.org; Tue, 10 Jun 2008 15:17:33 -0400 Original-Received: from ironport2-out.teksavvy.com ([206.248.154.182]:34899) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1K69LY-0005Es-Tu for emacs-devel@gnu.org; Tue, 10 Jun 2008 15:17:33 -0400 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AgwFAGhwTkhMCpcZ/2dsb2JhbACBW7AD X-IronPort-AV: E=Sophos;i="4.27,618,1204520400"; d="scan'208";a="22375618" Original-Received: from smtp.pppoe.ca (HELO smtp.teksavvy.com) ([65.39.196.238]) by ironport2-out.teksavvy.com with ESMTP; 10 Jun 2008 15:17:31 -0400 Original-Received: from pastel.home ([76.10.151.25]) by smtp.teksavvy.com (Internet Mail Server v1.0) with ESMTP id QZB89031; Tue, 10 Jun 2008 15:17:31 -0400 Original-Received: by pastel.home (Postfix, from userid 20848) id CC58182F1; Tue, 10 Jun 2008 15:17:31 -0400 (EDT) In-Reply-To: (Stefan Monnier's message of "Wed, 04 Jun 2008 12:26:53 -0400") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux) X-detected-kernel: 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:98884 Archived-At: >>> If I start me Emacs as: >>> src/emacs -Q --eval '(custom-set-faces (quote (default ((t (:height 60 :width semi-condensed :family "DejaVu Sans Mono"))))))' >>> I get the font I expect, but then if I do >>> C-x 5 2 >>> the new frame uses `courier'. >> I have not yet checked the code, but, at least, the emacs of >> pre-unicode-merge behaves the same way. > Even if it behaved that way all the way back to Emacs-20, it'd still > qualify as a bug wouldn't it? Just checking that I'm not > misunderstanding how this is supposed to work. Actually, this is the same bug as reported in #47 (http://emacsbugs.donarmstrong.com/cgi-bin/bugreport.cgi?bug=47) and #120 (http://emacsbugs.donarmstrong.com/cgi-bin/bugreport.cgi?bug=120). Stefan