From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: David AGBO Newsgroups: gmane.emacs.help Subject: Re: Install font for emacs 24.x Date: Mon, 08 Jul 2013 14:24:19 +0200 Message-ID: <51DAAF73.5040504@kernix.com> References: <51D43520.3070307@kernix.com> <17546877-FCE0-4DFB-B80B-8350BE59E833@Web.DE> <51D56ED5.9040204@kernix.com> <51DA9571.8030401@kernix.com> <1066FBF8-63FB-4D1D-97A9-34DC08B9EE93@Web.DE> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1373286280 4293 80.91.229.3 (8 Jul 2013 12:24:40 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 8 Jul 2013 12:24:40 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Jul 08 14:24:41 2013 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 1UwAUh-0004MH-G0 for geh-help-gnu-emacs@m.gmane.org; Mon, 08 Jul 2013 14:24:39 +0200 Original-Received: from localhost ([::1]:34107 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UwAUh-0004hD-2j for geh-help-gnu-emacs@m.gmane.org; Mon, 08 Jul 2013 08:24:39 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:48427) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UwAUT-0004go-J7 for help-gnu-emacs@gnu.org; Mon, 08 Jul 2013 08:24:29 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UwAUQ-0005mv-8e for help-gnu-emacs@gnu.org; Mon, 08 Jul 2013 08:24:25 -0400 Original-Received: from s32.kernix.net ([217.174.198.32]:46589) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UwAUP-0005mm-VG for help-gnu-emacs@gnu.org; Mon, 08 Jul 2013 08:24:22 -0400 Original-Received: from [192.168.0.56] (kernix-completel [92.103.81.138]) (authenticated bits=0) by s32.kernix.net (8.13.8/8.13.8) with ESMTP id r68COJTj015085 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Mon, 8 Jul 2013 14:24:20 +0200 User-Agent: Mozilla/5.0 (X11; Linux i686 on x86_64; rv:17.0) Gecko/17.0 Thunderbird/17.0 In-Reply-To: <1066FBF8-63FB-4D1D-97A9-34DC08B9EE93@Web.DE> X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x (no timestamps) [generic] X-Received-From: 217.174.198.32 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 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:92012 Archived-At: The 3 commands are returning my original error -> Font `Meslo LG M DZ'=20 is not defined but this is the exact font name also displayed by "list-fonts-display". And I'm not using xrdb : $> xrdb -q | grep -i emacs bash: xrdb: command not found Le 08/07/2013 12:44, Peter Dyballa a =E9crit : > Are you using the exact font name? Can you try with > > emacs -Q -fn 'that font name' & > emacs -q -fn 'that font name' & > emacs -fn 'that font name' & > > For the latter test you*might* also like to disable the font settings = in your init file. > > Are you setting any X resources for GNU Emacs? (xrdb -q | grep -i emacs= )