From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Gaute Amundsen Newsgroups: gmane.emacs.help Subject: Re: Strange font / frame size problem makes emacs unusable. Date: Mon, 26 Apr 2010 09:18:48 +0200 Message-ID: <1272266328.9877.481.camel@totiki> References: <1272142428.9877.47.camel@totiki> <0DD48519-2441-471E-AF01-6EF5CAA00644@Web.DE> <1272224582.9877.259.camel@totiki> <6F4C00BE-6848-4D61-A8BD-E087DB45C6D7@Web.DE> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1272269671 15270 80.91.229.12 (26 Apr 2010 08:14:31 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 26 Apr 2010 08:14:31 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: Peter Dyballa Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Apr 26 10:14:29 2010 connect(): No such file or directory 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.69) (envelope-from ) id 1O6JSV-0002GG-Kg for geh-help-gnu-emacs@m.gmane.org; Mon, 26 Apr 2010 10:14:27 +0200 Original-Received: from localhost ([127.0.0.1]:37038 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1O6JSU-0000Z4-PE for geh-help-gnu-emacs@m.gmane.org; Mon, 26 Apr 2010 04:14:26 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1O6JPG-0000K4-1n for help-gnu-emacs@gnu.org; Mon, 26 Apr 2010 04:11:06 -0400 Original-Received: from [140.186.70.92] (port=49362 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1O6JPA-0000Im-Dz for help-gnu-emacs@gnu.org; Mon, 26 Apr 2010 04:11:01 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1O6IbK-0006L8-SS for help-gnu-emacs@gnu.org; Mon, 26 Apr 2010 03:19:52 -0400 Original-Received: from smtp.domeneshop.no ([194.63.248.54]:60396) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1O6IbG-0006Jm-OI for help-gnu-emacs@gnu.org; Mon, 26 Apr 2010 03:19:27 -0400 Original-Received: from ti0189a340-dhcp0466.bb.online.no ([88.91.9.213] helo=[10.0.0.5]) by smtp.domeneshop.no with esmtpsa (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1O6IbF-0008Kv-4U; Mon, 26 Apr 2010 09:19:25 +0200 In-Reply-To: <6F4C00BE-6848-4D61-A8BD-E087DB45C6D7@Web.DE> X-Mailer: Evolution 2.28.1 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) 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:72832 Archived-At: On Sun, 2010-04-25 at 23:49 +0200, Peter Dyballa wrote: > Am 25.04.2010 um 21:43 schrieb Gaute Amundsen: > > > read(3, 0x9f10018, 4096) = -1 EAGAIN (Resource > > temporarily unavailable) > > read(3, 0x9f10018, 4096) = -1 EAGAIN (Resource > > temporarily unavailable) > > What is there "temporarily unavailable?" And why at all? The socket to X it seems, yes.. > > poll([{fd=3, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=3, > > revents=POLLOUT}]) > > writev(3, [{"2\30\21\0\1\0<\0", 8}, > > {"-misc-fixed-medium-r-normal--161"..., 60}, {"", 0}], 3) = 68 > > This a rather large font: 161 points... It is.. and it's not one among many as I presumed. and it's not in xlsfonts | grep misc-fixed-medium-r-normal-- > Since Ubuntu is Debian based > there are certainly some system init files. They're either missing > (because you did not install the packages) or they're for a different > version of GNU Emacs? Find and check them! None that I can spot. Can you suggest a string to grep /etc/ for? > Some trace variant is able > to record files being opened. neither strace and lsof show anything resembling those names. Gaute