From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: merlyn@stonehenge.com (Randal L. Schwartz) Newsgroups: gmane.emacs.devel Subject: Re: some updates in past 24 hours broke Carbon Emacs Date: 26 Oct 2005 19:21:44 -0700 Message-ID: <86hdb37l8n.fsf@blue.stonehenge.com> References: <8664rlu9vc.fsf@blue.stonehenge.com> <86oe5b7m3i.fsf@blue.stonehenge.com> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1130379787 16505 80.91.229.2 (27 Oct 2005 02:23:07 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 27 Oct 2005 02:23:07 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Oct 27 04:23:06 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1EUxPc-0005Bz-Bq for ged-emacs-devel@m.gmane.org; Thu, 27 Oct 2005 04:22:40 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EUxPb-0006kj-Ov for ged-emacs-devel@m.gmane.org; Wed, 26 Oct 2005 22:22:39 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1EUxOl-0006W5-2u for emacs-devel@gnu.org; Wed, 26 Oct 2005 22:21:47 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1EUxOk-0006VV-4E for emacs-devel@gnu.org; Wed, 26 Oct 2005 22:21:46 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EUxOj-0006VP-RS for emacs-devel@gnu.org; Wed, 26 Oct 2005 22:21:46 -0400 Original-Received: from [209.223.236.162] (helo=blue.stonehenge.com) by monty-python.gnu.org with esmtp (Exim 4.34) id 1EUxOj-00069Q-Nl for emacs-devel@gnu.org; Wed, 26 Oct 2005 22:21:45 -0400 Original-Received: from localhost (localhost [127.0.0.1]) by blue.stonehenge.com (Postfix) with ESMTP id 9370F8F6DD; Wed, 26 Oct 2005 19:21:44 -0700 (PDT) Original-Received: from blue.stonehenge.com ([127.0.0.1]) by localhost (blue.stonehenge.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 14237-01-4; Wed, 26 Oct 2005 19:21:44 -0700 (PDT) Original-Received: by blue.stonehenge.com (Postfix, from userid 1001) id 22B478F6E5; Wed, 26 Oct 2005 19:21:44 -0700 (PDT) Original-To: YAMAMOTO Mitsuharu x-mayan-date: Long count = 12.19.12.13.7; tzolkin = 4 Manik; haab = 5 Zac In-Reply-To: Original-Lines: 27 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 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:44946 Archived-At: >>>>> "YAMAMOTO" == YAMAMOTO Mitsuharu writes: >>>>> On 26 Oct 2005 19:03:13 -0700, merlyn@stonehenge.com (Randal L. Schwartz) said: >> In customize, I have >> '(default-frame-alist (quote ((menu-bar-lines . 1) (tool-bar-lines >> . 0) (foreground-color . "black") (background-color . "white") >> (width . 80) (height . 60) (font . "-apple-bitstream vera sans >> mono-medium-r-normal--10-0-75-75-m-0-mac-roman")))) YAMAMOTO> Then, please remove the "font" entry from it using customize-variable. YAMAMOTO> You could replace the resolution fields in the XLFD with wildcards, YAMAMOTO> but customizing fonts through customize-face would be better. yeah, I see that I'm setting the face in two places. After backing faces.el down one rev (1.338), I still had the same problem, so it wasn't faces.el. But when I removed this (font . "...") item, it started up fine *with* my selected default face. The whole setting of faces seems complex. Is this all documented somewhere? -- Randal L. Schwartz - Stonehenge Consulting Services, Inc. - +1 503 777 0095 Perl/Unix/security consulting, Technical writing, Comedy, etc. etc. See PerlTraining.Stonehenge.com for onsite and open-enrollment Perl training!