From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Nikolaj Schumacher Newsgroups: gmane.emacs.help Subject: Re: set font problem Date: Sat, 15 Mar 2008 12:33:28 +0100 Message-ID: References: <200803140826.46370.fluca1978@infinito.it> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1205580844 4923 80.91.229.12 (15 Mar 2008 11:34:04 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 15 Mar 2008 11:34:04 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: Luca Ferrari Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sat Mar 15 12:34:33 2008 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 1JaUei-0004kC-Cj for geh-help-gnu-emacs@m.gmane.org; Sat, 15 Mar 2008 12:34:28 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JaUe9-0005cD-1W for geh-help-gnu-emacs@m.gmane.org; Sat, 15 Mar 2008 07:33:53 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JaUdq-0005Zi-NZ for help-gnu-emacs@gnu.org; Sat, 15 Mar 2008 07:33:34 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JaUdp-0005WL-5Y for help-gnu-emacs@gnu.org; Sat, 15 Mar 2008 07:33:34 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JaUdo-0005W9-WD for help-gnu-emacs@gnu.org; Sat, 15 Mar 2008 07:33:33 -0400 Original-Received: from fmmailgate02.web.de ([217.72.192.227]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JaUdo-0001DV-Ks for help-gnu-emacs@gnu.org; Sat, 15 Mar 2008 07:33:32 -0400 Original-Received: from smtp05.web.de (fmsmtp05.dlan.cinetic.de [172.20.4.166]) by fmmailgate02.web.de (Postfix) with ESMTP id E64FFD4BAB1F; Sat, 15 Mar 2008 12:33:30 +0100 (CET) Original-Received: from [77.135.25.41] (helo=wednesday) by smtp05.web.de with asmtp (WEB.DE 4.109 #226) id 1JaUdm-0002CY-00; Sat, 15 Mar 2008 12:33:30 +0100 In-Reply-To: <200803140826.46370.fluca1978@infinito.it> (Luca Ferrari's message of "Fri\, 14 Mar 2008 08\:26\:46 +0100") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.1.92 (darwin) X-Sender: n_schumacher@web.de X-Provags-ID: V01U2FsdGVkX1/eYM/1GOOBc8V2cfYsV4TTBWR78LrJrKc5zUi6 RVttgurgdfV0Hdb+fBATzIfP+EktRrNq0BbNIehoxfvsFmpvw1 q7ErTAZHawT3Gid0By9g== X-detected-kernel: by monty-python.gnu.org: Linux 2.4-2.6 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:52428 Archived-At: Luca Ferrari wrote: > (set-frame-font "-*-Courier-bold-*-*-*-18-*-*-*-*-*-*-*") Try this in you .emacs (add-to-list 'default-frame-alist '(font . "-*-Courier-bold-*-*-*-18-*-*-*-*-*-*-*")) regards, Nikolaj Schumacher