From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Markus Triska Newsgroups: gmane.emacs.devel,gmane.emacs.pretest.bugs Subject: 23.0.60; Default face in new frames Date: Sun, 6 Apr 2008 13:54:06 +0200 (CEST) Message-ID: <20080406115406.3181B6E73F1@mt-computer.local> NNTP-Posting-Host: lo.gmane.org X-Trace: ger.gmane.org 1207490758 30830 80.91.229.12 (6 Apr 2008 14:05:58 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 6 Apr 2008 14:05:58 +0000 (UTC) To: emacs-pretest-bug@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Apr 06 16:06:31 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 1JiVVf-0000E0-Nx for ged-emacs-devel@m.gmane.org; Sun, 06 Apr 2008 16:06:16 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JiVV2-0004rx-S2 for ged-emacs-devel@m.gmane.org; Sun, 06 Apr 2008 10:05:36 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JiVUv-0004nL-RR for emacs-devel@gnu.org; Sun, 06 Apr 2008 10:05:29 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JiVUs-0004jS-V9 for emacs-devel@gnu.org; Sun, 06 Apr 2008 10:05:29 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JiVUs-0004jD-NV for emacs-devel@gnu.org; Sun, 06 Apr 2008 10:05:26 -0400 Original-Received: from fencepost.gnu.org ([140.186.70.10]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JiVUs-0000v8-7x for emacs-devel@gnu.org; Sun, 06 Apr 2008 10:05:26 -0400 Original-Received: from mx10.gnu.org ([199.232.76.166]) by fencepost.gnu.org with esmtp (Exim 4.67) (envelope-from ) id 1JiVUr-0006Db-QM for emacs-pretest-bug@gnu.org; Sun, 06 Apr 2008 10:05:25 -0400 Original-Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1JiVUo-0000tu-6N for emacs-pretest-bug@gnu.org; Sun, 06 Apr 2008 10:05:25 -0400 Original-Received: from mail.gmx.net ([213.165.64.20]) by monty-python.gnu.org with smtp (Exim 4.60) (envelope-from ) id 1JiVUn-0000tB-En for emacs-pretest-bug@gnu.org; Sun, 06 Apr 2008 10:05:21 -0400 Original-Received: (qmail invoked by alias); 06 Apr 2008 14:05:17 -0000 Original-Received: from chello062178240212.3.14.tuwien.teleweb.at (EHLO mt-computer.local) [62.178.240.212] by mail.gmx.net (mp021) with SMTP; 06 Apr 2008 16:05:17 +0200 X-Authenticated: #4064391 X-Provags-ID: V01U2FsdGVkX1+xVSJW4JqxjSQZvakbUq19NpO17NOyR9+ygAjJsG FBkLgJPxR4hynx Original-Received: by mt-computer.local (Postfix, from userid 502) id 3181B6E73F1; Sun, 6 Apr 2008 13:54:06 +0200 (CEST) X-Y-GMX-Trusted: 0 X-detected-kernel: by monty-python.gnu.org: Linux 2.6 (newer, 1) X-detected-kernel: by monty-python.gnu.org: Linux 2.6, seldom 2.4 (older, 4) 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:94486 gmane.emacs.pretest.bugs:21900 Archived-At: When I start "emacs -Q", and then evaluate the following form: (custom-set-faces '(default ((t (:stipple nil :background "white" :foreground "black" :inverse-video nil :box nil :strike-through nil :overline nil :underline nil :slant normal :weight normal :height 180 :width normal :family "adobe-courier"))) t)) The frame and face get bigger, as intended. When I then evaluate: (switch-to-buffer-other-frame "new") the new frame uses the old (smaller) default face again. In contrast, when I start "emacs -Q", and then evaluate the form: (progn (custom-set-faces '(default ((t (:stipple nil :background "white" :foreground "black" :inverse-video nil :box nil :strike-through nil :overline nil :underline nil :slant normal :weight normal :height 180 :width normal :family "adobe-courier"))) t)) (switch-to-buffer-other-frame "new")) both the old and the new frame get the bigger default face. In GNU Emacs 23.0.60.2 (i386-apple-darwin8.11.1, GTK+ Version 2.12.9) of 2008-04-05 on mt-computer.local Windowing system distributor `The XFree86 Project, Inc', version 11.0.40400000 configured using `configure '--disable-font-backend'' Important settings: value of $LC_ALL: nil value of $LC_COLLATE: nil value of $LC_CTYPE: nil value of $LC_MESSAGES: nil value of $LC_MONETARY: nil value of $LC_NUMERIC: nil value of $LC_TIME: nil value of $LANG: nil value of $XMODIFIERS: nil locale-coding-system: nil default-enable-multibyte-characters: t