From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Thomas Womack Newsgroups: gmane.emacs.help Subject: (set-default-font) not conserved when I do C-x 5 2 Date: Thu, 17 May 2007 11:31:11 +0100 (BST) Message-ID: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Trace: sea.gmane.org 1179409942 18859 80.91.229.12 (17 May 2007 13:52:22 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 17 May 2007 13:52:22 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu May 17 15:52:20 2007 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1HogOx-0003aM-B1 for geh-help-gnu-emacs@m.gmane.org; Thu, 17 May 2007 15:52:19 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HogX3-00060j-9o for geh-help-gnu-emacs@m.gmane.org; Thu, 17 May 2007 10:00:41 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HodOU-0001Hj-00 for help-gnu-emacs@gnu.org; Thu, 17 May 2007 06:39:38 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HodOS-0001Gl-TH for help-gnu-emacs@gnu.org; Thu, 17 May 2007 06:39:37 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HodOS-0001Gb-Jh for help-gnu-emacs@gnu.org; Thu, 17 May 2007 06:39:36 -0400 Original-Received: from gate.globalphasing.com ([62.254.216.217]) by monty-python.gnu.org with smtp (Exim 4.60) (envelope-from ) id 1HodGM-0001LW-Aw for help-gnu-emacs@gnu.org; Thu, 17 May 2007 06:31:14 -0400 Original-Received: (qmail 18545 invoked by uid 1153); 17 May 2007 10:31:11 -0000 Original-Received: from localhost (sendmail-bs@127.0.0.1) by localhost with SMTP; 17 May 2007 10:31:11 -0000 X-detected-kernel: Linux 2.4-2.6 X-Mailman-Approved-At: Thu, 17 May 2007 09:56:45 -0400 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:44080 Archived-At: I have (set-default-font "6x13") in my .emacs file However, when I do C-x 5 2, the new frame appears in an entirely different font; (insert (frame-parameter nil 'font)) says '-Adobe-Courier-Medium-R-Normal--17-120-100-100-M-100-ISO8859-1' rather than '-Misc-Fixed-Medium-R-Normal--13-120-75-75-C-70-ISO8859-1'. How can I arrange that all my frames have font "6x13"? Thomas Womack, Global Phasing Ltd.