From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: jester@panix.com (Jesse Sheidlower) Newsgroups: gmane.emacs.help Subject: Re: Semi-OT: font advice Date: 27 Apr 2004 16:50:25 -0400 Organization: Oxford University Press Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: References: <4087F4FB.7080805@yahoo.com> NNTP-Posting-Host: deer.gmane.org X-Trace: sea.gmane.org 1083099905 8222 80.91.224.253 (27 Apr 2004 21:05:05 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 27 Apr 2004 21:05:05 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Apr 27 23:04:45 2004 Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1BIZkz-0001WF-00 for ; Tue, 27 Apr 2004 23:04:45 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.30) id 1BIZi8-0001BL-Tl for geh-help-gnu-emacs@m.gmane.org; Tue, 27 Apr 2004 17:01:48 -0400 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!logbridge.uoregon.edu!arclight.uoregon.edu!newsfeed.mathworks.com!panix!panix2.panix.com!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 23 Original-NNTP-Posting-Host: panix2.panix.com Original-X-Trace: reader2.panix.com 1083099026 914 166.84.1.2 (27 Apr 2004 20:50:26 GMT) Original-X-Complaints-To: abuse@panix.com Original-NNTP-Posting-Date: Tue, 27 Apr 2004 20:50:26 +0000 (UTC) Original-Xref: shelby.stanford.edu gnu.emacs.help:122772 Original-To: help-gnu-emacs@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.4 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.help:18060 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:18060 In article , Stefan Monnier wrote: >> I just realized there is a problem with the latter: when I create a new >> frame with C-x 5-2, the new frame is created in the system default font, >> not the one I instruct in the set-face-font command. Is there a way to >> ensure that any such frames appear with my chosen font? > >If the behavior you got disagrees with (your understanding of) the >docstring of `set-face-font', then there's a bug and you should report it >with M-x report-emacs-bug. Given my knowledge of Emacs, I'd more likely conclude that it's my understanding of the docs of `set-face-font` that's the problem. It says "FRAME nil or not specified means change face on all frames", but that leaves open the issue of whether that means 'all existing frames' or 'all frames that exist now and are created in the future, until such time as the font is re-set'. But to _my_ mind this seems like a bug, and I'll report it if my understanding is not crazy. Jesse Sheidlower