From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Orm Finnendahl Newsgroups: gmane.emacs.help Subject: Re: default font settings Date: Tue, 7 Oct 2003 22:16:04 +0200 Organization: Folkwang-Hochschule, Essen, Germany Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: <20031007201604.GC7328@finnendahl.de> References: <3F82E9F5.60701@reflab.it> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 X-Trace: sea.gmane.org 1065550694 7624 80.91.224.253 (7 Oct 2003 18:18:14 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 7 Oct 2003 18:18:14 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Oct 07 20:18:12 2003 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 1A6wPU-0002Hq-00 for ; Tue, 07 Oct 2003 20:18:12 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.24) id 1A6wP0-0005tV-Gw for geh-help-gnu-emacs@m.gmane.org; Tue, 07 Oct 2003 14:17:42 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.24) id 1A6wO6-0005rP-Bv for help-gnu-emacs@gnu.org; Tue, 07 Oct 2003 14:16:46 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.24) id 1A6wNW-00053U-Vq for help-gnu-emacs@gnu.org; Tue, 07 Oct 2003 14:16:43 -0400 Original-Received: from [193.175.156.129] (helo=icemserv.folkwang-hochschule.de) by monty-python.gnu.org with esmtp (TLSv1:DES-CBC3-SHA:168) (Exim 4.24) id 1A6wNT-0004r0-Vp for help-gnu-emacs@gnu.org; Tue, 07 Oct 2003 14:16:08 -0400 Original-Received: from grisey.kgw.tu-berlin.de (root@icemserv.folkwang-hochschule.de [193.175.156.129]) by icemserv.folkwang-hochschule.de (8.11.6/8.11.6) with ESMTP id h97IMKS38964 for ; Tue, 7 Oct 2003 20:22:20 +0200 (CEST) (envelope-from finnendahl@folkwang-hochschule.de) Original-Received: from orm by grisey.kgw.tu-berlin.de with local (Exim 3.36 #1 (Debian)) id 1A6yFY-00025f-00 for ; Tue, 07 Oct 2003 22:16:04 +0200 Original-To: help-gnu-emacs@gnu.org Mail-Followup-To: help-gnu-emacs@gnu.org Content-Disposition: inline In-Reply-To: <3F82E9F5.60701@reflab.it> X-Operating-System: Linux User-Agent: Mutt/1.5.4i X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.2 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:13035 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:13035 Am 07. Oktober 2003, 18:29 Uhr (+0200) schrieb Vincenzo Di Somma: > Hi all, > I use (set-default-font > "-adobe-courier-medium-r-normal--12-120-75-75-m-70-iso8859-1") > in my .emacs to set te font I like, but when I open another window with > C x 5-2 emacs use the default font instead of my one, how can I fix it ? > Vincenzo. (add-to-list 'default-frame-alist '(font . "-adobe-courier-medium-r-normal--12-120-75-75-m-70-iso8859-1")) -- Orm