From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: Re: OSX "new frame" mangles default face Date: Thu, 09 Aug 2007 19:11:24 -0400 Message-ID: References: <86ir7pp5mh.fsf@blue.stonehenge.com> Reply-To: rms@gnu.org NNTP-Posting-Host: lo.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: sea.gmane.org 1186700998 19487 80.91.229.12 (9 Aug 2007 23:09:58 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 9 Aug 2007 23:09:58 +0000 (UTC) Cc: emacs-devel@gnu.org To: merlyn@stonehenge.com (Randal L. Schwartz) Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Aug 10 01:09:55 2007 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 1IJH8b-0006tw-10 for ged-emacs-devel@m.gmane.org; Fri, 10 Aug 2007 01:09:53 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IJH8a-0007wh-Ii for ged-emacs-devel@m.gmane.org; Thu, 09 Aug 2007 19:09:52 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IJH77-00076b-30 for emacs-devel@gnu.org; Thu, 09 Aug 2007 19:08:21 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IJH76-00075y-Cb for emacs-devel@gnu.org; Thu, 09 Aug 2007 19:08:20 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IJH76-00075s-7F for emacs-devel@gnu.org; Thu, 09 Aug 2007 19:08:20 -0400 Original-Received: from fencepost.gnu.org ([140.186.70.10]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IJH75-0005QB-SY for emacs-devel@gnu.org; Thu, 09 Aug 2007 19:08:19 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.60) (envelope-from ) id 1IJHA4-0006YV-CK; Thu, 09 Aug 2007 19:11:24 -0400 In-reply-to: <86ir7pp5mh.fsf@blue.stonehenge.com> (merlyn@stonehenge.com) X-Detected-Kernel: 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:76289 Archived-At: Can someone please try this on GNU/Linux? From: merlyn@stonehenge.com (Randal L. Schwartz) Date: Wed, 08 Aug 2007 23:46:30 -0700 This behavior changed recently (within the past few weeks). I'm sorry that I can't narrow it more closely than that. I have the following in my .emacs: (custom-set-faces ;; custom-set-faces was added by Custom. ;; If you edit it by hand, you could mess it up, so be careful. ;; Your init file should contain only one such instance. ;; If there is more than one, they won't work right. '(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 120 :width normal :family "apple-dejavu sans mono")))) '(fixed-pitch ((t (:family "apple-dejavu sans mono")))) '(variable-pitch ((t (:family "apple-dejavu sans"))))) Emacs properly fires up with my selected font. Also, emacs properly breaks to a new frame with that font when I use "^X 5 B dummy RET". Or at least, it *used* to do that. When I just tried that a moment ago (for the first time in a few weeks), I got a totally different font in the new frame. When I call M-x customize-face RET default RET in that window, it shows me "apple-monaco"! Why did it lose my face? And why did this start only recently? Ugh! I hate apple-monaco. :) -- 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! _______________________________________________ Emacs-devel mailing list Emacs-devel@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-devel