From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: =?ISO-8859-1?Q?Jan_Dj=E4rv?= Newsgroups: gmane.emacs.devel Subject: Re: Emacs 23.1.90 pretest Date: Wed, 09 Dec 2009 21:44:06 +0100 Message-ID: <4B200C16.2020007@swipnet.se> References: <87r5r47t7p.fsf@stupidchicken.com> <4B1FEEF9.2070204@unh.edu> <4B1FF2EB.4010806@swipnet.se> <4B1FF89D.8050803@unh.edu> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1260391469 9065 80.91.229.12 (9 Dec 2009 20:44:29 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 9 Dec 2009 20:44:29 +0000 (UTC) Cc: emacs-devel@gnu.org To: steven.knight@unh.edu Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Dec 09 21:44:22 2009 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1NITOX-0007ru-PC for ged-emacs-devel@m.gmane.org; Wed, 09 Dec 2009 21:44:22 +0100 Original-Received: from localhost ([127.0.0.1]:53152 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NITOX-0006U7-MR for ged-emacs-devel@m.gmane.org; Wed, 09 Dec 2009 15:44:21 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NITOS-0006Td-0V for emacs-devel@gnu.org; Wed, 09 Dec 2009 15:44:16 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NITON-0006Q1-Dk for emacs-devel@gnu.org; Wed, 09 Dec 2009 15:44:15 -0500 Original-Received: from [199.232.76.173] (port=41991 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NITON-0006Py-9g for emacs-devel@gnu.org; Wed, 09 Dec 2009 15:44:11 -0500 Original-Received: from proxy1.bredband.net ([195.54.101.71]:54683) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NITOM-0003U4-Pz for emacs-devel@gnu.org; Wed, 09 Dec 2009 15:44:11 -0500 Original-Received: from ipb1.telenor.se (195.54.127.164) by proxy1.bredband.net (7.3.140.3) id 4AD3E1C001967D5D for emacs-devel@gnu.org; Wed, 9 Dec 2009 21:44:10 +0100 X-SMTPAUTH-B2: X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AotMAN6aH0tV4S1uPGdsb2JhbACBTJc8glMBAQEBN7sdhCwEjSE X-IronPort-AV: E=Sophos;i="4.47,370,1257116400"; d="scan'208";a="13507394" Original-Received: from c-6e2de155.25-1-64736c10.cust.bredbandsbolaget.se (HELO coolsville.localdomain) ([85.225.45.110]) by ipb1.telenor.se with ESMTP; 09 Dec 2009 21:44:09 +0100 Original-Received: from [172.20.199.13] (zeplin [172.20.199.13]) by coolsville.localdomain (Postfix) with ESMTPSA id 378207FA07B; Wed, 9 Dec 2009 21:44:09 +0100 (CET) User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; sv-SE; rv:1.9.1.5) Gecko/20091204 Thunderbird/3.0 In-Reply-To: <4B1FF89D.8050803@unh.edu> X-detected-operating-system: by monty-python.gnu.org: Genre and OS details not recognized. X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:118479 Archived-At: Steven Knight skrev 2009-12-09 20.21: >> What happens if you do >> % emacs -Q -fn fixed >> or if that fails >> % emacs -Q -fn fixed -g 80x24 >> >> Jan D. >> >> >> > Hi, > > Using either of the above commands starts emacs without issue. How do I > resolve my issue without using the font fixed? Also I should have > mentioned that using emacs 23.1 I was to build and start emacs without > issue. > First we need to find out what font you are trying to use. Can you start 23.1 that works and in *scratch* evaluate (frame-parameter nil 'font) and see what it returns? Jan D.