From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Donald A. Pellegrino Jr." Newsgroups: gmane.emacs.bugs Subject: Font of spawned windows. Date: Thu, 11 May 2006 17:11:07 -0400 Message-ID: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Trace: sea.gmane.org 1147382134 1734 80.91.229.2 (11 May 2006 21:15:34 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 11 May 2006 21:15:34 +0000 (UTC) Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Thu May 11 23:15:31 2006 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1FeIV5-0003in-Ni for geb-bug-gnu-emacs@m.gmane.org; Thu, 11 May 2006 23:15:12 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FeIV5-0004Zf-6y for geb-bug-gnu-emacs@m.gmane.org; Thu, 11 May 2006 17:15:11 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FeIRJ-0004IT-Qv for bug-gnu-emacs@gnu.org; Thu, 11 May 2006 17:11:17 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FeIRF-0004Hv-9C for bug-gnu-emacs@gnu.org; Thu, 11 May 2006 17:11:16 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FeIRF-0004Ho-07 for bug-gnu-emacs@gnu.org; Thu, 11 May 2006 17:11:13 -0400 Original-Received: from [63.240.77.83] (helo=sccrmhc13.comcast.net) by monty-python.gnu.org with esmtp (Exim 4.52) id 1FeISp-0000TN-He for bug-gnu-emacs@gnu.org; Thu, 11 May 2006 17:12:51 -0400 Original-Received: from inbox (c-68-81-124-201.hsd1.pa.comcast.net[68.81.124.201]) by comcast.net (sccrmhc13) with SMTP id <2006051121111101300gak5ue>; Thu, 11 May 2006 21:11:11 +0000 Importance: normal X-Priority: 3 Original-To: X-Mailman-Approved-At: Thu, 11 May 2006 17:15:09 -0400 X-BeenThere: bug-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:15084 Archived-At: I have added "(set-default-font "fontset-standard")" to my .emacs file. Thi= s allows me to use the standard fontset when I open a new Emacs session via= X11. When I use C-x 5 2 the new window that is opened uses the default fon= tset rather than the standard fontset. I expected the new window to use the= same font as the window that created it. Obviously this is not a critical = bug but I believe it would be a nice enhancement to have new windows use th= e same font as the window that creates them. I would be happy to work on th= is if someone could direct me to the proper source file.=