From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Sebastian Kaps Newsgroups: gmane.emacs.help Subject: Re: set default font - globally Date: Fri, 19 Oct 2007 23:28:46 +0200 Organization: a private linux site Message-ID: <87wstivlo1.fsf@toyland.sauerland.de> References: <873aw7sgr8.fsf@toyland.sauerland.de> <87lk9z9h3j.fsf@toyland.sauerland.de> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1192830044 24520 80.91.229.12 (19 Oct 2007 21:40:44 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 19 Oct 2007 21:40:44 +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 Oct 19 23:40:44 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 1IizaG-0008JH-BJ for geh-help-gnu-emacs@m.gmane.org; Fri, 19 Oct 2007 23:40:44 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Iiza8-0001uA-UJ for geh-help-gnu-emacs@m.gmane.org; Fri, 19 Oct 2007 17:40:36 -0400 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!newsfeed.gamma.ru!Gamma.RU!news.germany.com!news01.khis.de!lilly.ping.de!babylon.sauerland.de!klendathu.sauerland.de!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 15 Original-NNTP-Posting-Host: toyland.sauerland.de Original-X-Trace: klendathu.sauerland.de 1192829326 30589 192.168.1.20 (19 Oct 2007 21:28:46 GMT) Original-X-Complaints-To: news@sauerland.de Original-NNTP-Posting-Date: Fri, 19 Oct 2007 21:28:46 +0000 (UTC) User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/23.0.0 (gnu/linux) Cancel-Lock: sha1:F1vvRUEoiGTdWNbqWxQeRFgXOjw= Original-Xref: shelby.stanford.edu gnu.emacs.help:153097 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:48601 Archived-At: // Peter Dyballa writes: > There is also initial-frame-alist ... I know. I found it in my XEmacs configuration files. I have now set ,---- | default-frame-alist '((width . 115) (height . 50) (font . "DejaVu Sans Mono-11")) | initial-frame-alist '((width . 115) (height . 50) (font . "DejaVu Sans Mono-11")) `---- And it works as expected. One step closer to dropping XEmacs in favour of Emacs :-) -- Ciao, Sebastian