From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Kai Grossjohann Newsgroups: gmane.emacs.help Subject: Re: FontStruct error when starting emacs Date: Mon, 27 Dec 2004 00:06:13 +0100 Message-ID: <86brcg3biy.fsf@ketchup.de.uu.net> References: <1103204057.3435.2.camel@localhost.localdomain> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1104103370 10739 80.91.229.6 (26 Dec 2004 23:22:50 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 26 Dec 2004 23:22:50 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Dec 27 00:22:44 2004 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1Cihim-0000Uv-00 for ; Mon, 27 Dec 2004 00:22:44 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CihtY-0003nk-9U for geh-help-gnu-emacs@m.gmane.org; Sun, 26 Dec 2004 18:33:52 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1CihtK-0003lh-OA for help-gnu-emacs@gnu.org; Sun, 26 Dec 2004 18:33:38 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1CihtJ-0003kW-4o for help-gnu-emacs@gnu.org; Sun, 26 Dec 2004 18:33:37 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CihtJ-0003kN-2M for help-gnu-emacs@gnu.org; Sun, 26 Dec 2004 18:33:37 -0500 Original-Received: from [80.91.229.2] (helo=main.gmane.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1Cihh9-0000kO-D0 for help-gnu-emacs@gnu.org; Sun, 26 Dec 2004 18:21:03 -0500 Original-Received: from root by main.gmane.org with local (Exim 3.35 #1 (Debian)) id 1Cihh8-0004M3-00 for ; Mon, 27 Dec 2004 00:21:02 +0100 Original-Received: from pd951f642.dip.t-dialin.net ([217.81.246.66]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 27 Dec 2004 00:21:02 +0100 Original-Received: from kai by pd951f642.dip.t-dialin.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 27 Dec 2004 00:21:02 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-To: help-gnu-emacs@gnu.org Original-Lines: 10 Original-X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: pd951f642.dip.t-dialin.net User-Agent: Gnus/5.110003 (No Gnus v0.3) Emacs/21.3.50 (gnu/linux) Cancel-Lock: sha1:w/ch0S0eDuA3MtgpP518oJQE2hY= 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: main.gmane.org gmane.emacs.help:22989 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:22989 Ufuk Kirik writes: > Warning: Cannot convert string > "-*-helvetica-medium-r-*--*-120-*-*-*-*-iso8859-1" to type FontStruct What happens if you invoke the following? xlsfonts -fn "-*-helvetica-medium-r-*--*-120-*-*-*-*-iso8859-1" Kai