From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Christian Kellermann Newsgroups: gmane.emacs.help Subject: Default font when creating a new frame Date: Fri, 22 Jun 2012 09:57:18 +0200 Organization: A noiseless patient Spider Message-ID: <87395nrd7l.fsf@pestilenz.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1340352020 18123 80.91.229.3 (22 Jun 2012 08:00:20 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 22 Jun 2012 08:00:20 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Jun 22 10:00:19 2012 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Shymv-0007U2-Dd for geh-help-gnu-emacs@m.gmane.org; Fri, 22 Jun 2012 10:00:17 +0200 Original-Received: from localhost ([::1]:33543 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Shymv-000770-Di for geh-help-gnu-emacs@m.gmane.org; Fri, 22 Jun 2012 04:00:17 -0400 Original-Path: usenet.stanford.edu!news.tele.dk!news.tele.dk!small.news.tele.dk!newsgate.cistron.nl!newsgate.news.xs4all.nl!news2.euro.net!news.mixmin.net!eternal-september.org!feeder.eternal-september.org!mx04.eternal-september.org!.POSTED!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 11 Injection-Info: mx04.eternal-september.org; posting-host="gywgUN1f3JkxUcTG8Cw3zg"; logging-data="12575"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX189KHn+pxhO8FhTNVWs3z/i" User-Agent: Gnus/5.110018 (No Gnus v0.18) Emacs/24.0.90 (gnu/linux) Location: Nuremberg, Germany Cancel-Lock: sha1:TYrhDecu4FMH81FTw3l6PpS4VSA= sha1:exAMA90xdGyynEwoQXVJN0ZkBKI= Original-Xref: usenet.stanford.edu gnu.emacs.help:192963 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 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 Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:85359 Archived-At: Hi, I am running an (older) emacs snapshot 24.0.90.1 with the GTK frontend and I have set (set-default-font "Inconsolata-12") in my .emacs. When I create a new frame with M-x new-frame, the fresh frame will show a different font, namely Ubuntu Mono which seems to be some default. Why is set-default-font not enough and what should I use instead? Kind regards, Christian