From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Tim Van Holder" Newsgroups: gmane.emacs.devel Subject: Re: 23.0.60; 'default' face not set properly in new frame Date: Mon, 7 Apr 2008 09:46:56 +0200 Message-ID: References: <87zltapvb8.fsf@leeloo.anubex.internal> <87wsnc59qk.fsf@stupidchicken.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1207554464 6009 80.91.229.12 (7 Apr 2008 07:47:44 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 7 Apr 2008 07:47:44 +0000 (UTC) Cc: emacs-devel@gnu.org To: "Chong Yidong" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Apr 07 09:48:16 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 1Jim5K-0004Mb-2U for ged-emacs-devel@m.gmane.org; Mon, 07 Apr 2008 09:48:10 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Jim4g-0002Xy-WE for ged-emacs-devel@m.gmane.org; Mon, 07 Apr 2008 03:47:31 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Jim4E-0002Lr-6G for emacs-devel@gnu.org; Mon, 07 Apr 2008 03:47:02 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Jim4B-0002Jr-27 for emacs-devel@gnu.org; Mon, 07 Apr 2008 03:47:01 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Jim4A-0002JZ-UC for emacs-devel@gnu.org; Mon, 07 Apr 2008 03:46:58 -0400 Original-Received: from rn-out-0910.google.com ([64.233.170.184]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Jim4A-0004HU-16 for emacs-devel@gnu.org; Mon, 07 Apr 2008 03:46:58 -0400 Original-Received: by rn-out-0910.google.com with SMTP id e21so1492815rng.6 for ; Mon, 07 Apr 2008 00:46:56 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=eOHZnQ8KtBqLT9rjl/Ft9pqtZbZ+VqgGyLFFpsPoysE=; b=rmgBxvpEWc85eEF91c4WvUIwLLYUoHSQTfx8mTKRqDYV6w+KVINr13JCV/ovhHUGvMyhNP3tol8dhVIpHj5KenXJ4EjiMJETtLLsLhjRm876yCYmSS1MAP3xu0TaFXauyEVDbwovja2VJLNkylslbOYWAdqDcCe/8FpKbIFje6A= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=bI0cTPcPD4D2Vcs75/V780tAacb/XXMclKbEUEuHOqTNCb06TqjT/Jj0akrsDQKCAw3iyVvaCWSw6uOe8OwQ9aaaZ/lXmvM16rluHawxXRXmkVlmUSLeWUSGK30PZVx6WwCZfYwTW+Xu3yR+d2eKFzxXYYOToxQwPAigzIHNtls= Original-Received: by 10.151.141.16 with SMTP id t16mr2529580ybn.239.1207554416387; Mon, 07 Apr 2008 00:46:56 -0700 (PDT) Original-Received: by 10.150.50.9 with HTTP; Mon, 7 Apr 2008 00:46:56 -0700 (PDT) In-Reply-To: <87wsnc59qk.fsf@stupidchicken.com> Content-Disposition: inline X-detected-kernel: by monty-python.gnu.org: Linux 2.6 (newer, 2) 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:94556 Archived-At: (sorry, forgot to cc the list) On Sat, Apr 5, 2008 at 10:26 PM, Chong Yidong wrote: > Tim Van Holder writes: > > > While in an ediff-buffers session, I executed M-x make-frame to get a new > > window. That newly created window did not have the correct font set (it > > used Adobe Courier while I have the default face customized to use the > > Terminus font). > > M-x customize-face default showed it as "SAVED and set" with courier as > > the font family. "Reset to saved settings" caused both frames to be > > repainted, using the correct font. > > Another M-x make-frame once again used the wrong font, so it seems > > something goes wrong during frame creation causing new frames to get an > > incorrectly set default face. > > I can't reproduce this. Please give a detailed recipe for reproducing > this bug, starting with emacs -Q 100% reproduction for me with: $ emacs -Q M-x customize-face default -> font-family starts out set to 'adobe-courier' -> change it to 'terminus' (or some other font, like 'fixed') -> set for current session (frame repaints with the new font) M-x make-frame -> get new frame, with adobe-courier -> another 'set for current session' on default face repaints all frames with the configured font, but every subsequent make-frame keeps creating one with courier This is with a freshly built emacs from CVS (regular rebuild, not full bootstrap).