From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: grischka Newsgroups: gmane.emacs.devel Subject: How do I set the "default" face for other frames Date: Wed, 30 Jan 2008 21:58:48 +0100 Message-ID: <1201726728.4669.34.camel@localhost> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1201726845 5589 80.91.229.12 (30 Jan 2008 21:00:45 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 30 Jan 2008 21:00:45 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Jan 30 22:01:04 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 1JKK3F-0002Fz-7J for ged-emacs-devel@m.gmane.org; Wed, 30 Jan 2008 22:00:57 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JKK2n-000804-TR for ged-emacs-devel@m.gmane.org; Wed, 30 Jan 2008 16:00:29 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JKK2h-0007zc-Mc for emacs-devel@gnu.org; Wed, 30 Jan 2008 16:00:23 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JKK2c-0007yD-Td for emacs-devel@gnu.org; Wed, 30 Jan 2008 16:00:23 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JKK2c-0007yA-OZ for emacs-devel@gnu.org; Wed, 30 Jan 2008 16:00:18 -0500 Original-Received: from mail.gmx.net ([213.165.64.20]) by monty-python.gnu.org with smtp (Exim 4.60) (envelope-from ) id 1JKK2c-0002kc-7Z for emacs-devel@gnu.org; Wed, 30 Jan 2008 16:00:18 -0500 Original-Received: (qmail invoked by alias); 30 Jan 2008 21:00:16 -0000 Original-Received: from dialin-145-254-068-229.pools.arcor-ip.net (EHLO dialin-145-254-068-229.pools.arcor-ip.net) [145.254.68.229] by mail.gmx.net (mp030) with SMTP; 30 Jan 2008 22:00:16 +0100 X-Authenticated: #18588216 X-Provags-ID: V01U2FsdGVkX18YVFZav9QYdPYyOLAijjWBN8L5VxDU8gposEEZId 5htk6NQkqqEVYZ X-Mailer: Evolution 2.6.1 X-Y-GMX-Trusted: 0 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:87801 Archived-At: Hi, How do I set the "default" face for other frames? For instance when I start emacs with no .emacs present, then customize the "default" face, say change :height from 114 to 80, and then start a new frame with C-x 5 2, the new frame still shows me the old font-height. Moreover if I change colors too, say (:background "black" :foreground "white") then emacs completely refuses to open other frames at all and instead throws a message "max-specpdl-size exceeded". So, how is this supposed to work? Thanks.