From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Juanma Barranquero" Newsgroups: gmane.emacs.devel Subject: Re: Emacs (HEAD) crash on M$ (XP) built with MinGW Date: Tue, 28 Oct 2008 09:20:52 +0100 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1225182080 2365 80.91.229.12 (28 Oct 2008 08:21:20 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 28 Oct 2008 08:21:20 +0000 (UTC) Cc: Eli Zaretskii , emacs-devel@gnu.org To: dhruva Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Oct 28 09:22:22 2008 connect(): Connection refused 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 1KujqD-00064O-WC for ged-emacs-devel@m.gmane.org; Tue, 28 Oct 2008 09:22:18 +0100 Original-Received: from localhost ([127.0.0.1]:36411 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Kujp5-00074r-V6 for ged-emacs-devel@m.gmane.org; Tue, 28 Oct 2008 04:21:07 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Kujp0-00074m-JW for emacs-devel@gnu.org; Tue, 28 Oct 2008 04:21:02 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Kujoy-000739-9N for emacs-devel@gnu.org; Tue, 28 Oct 2008 04:21:01 -0400 Original-Received: from [199.232.76.173] (port=47870 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Kujoy-00072v-5A for emacs-devel@gnu.org; Tue, 28 Oct 2008 04:21:00 -0400 Original-Received: from mail-gx0-f11.google.com ([209.85.217.11]:53336) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Kujou-0002Zo-FQ; Tue, 28 Oct 2008 04:20:57 -0400 Original-Received: by gxk4 with SMTP id 4so4085546gxk.18 for ; Tue, 28 Oct 2008 01:20:53 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:cc:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=WMjxjp9rsoMF/MbAaxx/94ycdEVKleIO8pQPeafjIKw=; b=wcqterTSiQunGPlUchelY3QL6wQ1Ukz+ckD7MEGoe2AmTLhbuIRUbQZBLuTQGmFBev F8xsoaRdBOE4MGVj1NJbCJi8aUg8B01cCAFisGL/+916s9WVn6j1SjrnTGnAC7K+TqV3 KlKav34lX1oCxpToMSEOYCAWu7EGorL3Etj3g= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=IFu/EY0nDL5K3kzXTmEaEnxRsnyJFIx3S+QIyGCjlBoy72vbo9JB35PLmaJ0YKdPV3 B4tgjkzx2QY8MNuzD+gq+qnoo5VqLvGwdcj3eIsGCMUEeequlSwhO10FsPgdUnF69uve qTP23onPuMpx9mFmYlrnEIF58+eYp/Mhemqgs= Original-Received: by 10.100.151.14 with SMTP id y14mr6794203and.117.1225182053016; Tue, 28 Oct 2008 01:20:53 -0700 (PDT) Original-Received: by 10.100.13.13 with HTTP; Tue, 28 Oct 2008 01:20:52 -0700 (PDT) In-Reply-To: Content-Disposition: inline X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 2) 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:105062 Archived-At: On Mon, Oct 27, 2008 at 05:30, dhruva wrote: >> This crash does not happen with a different font though (like courier)! >> >> (setq inhibit-splash-screen t) >> (setq *def-font >> "-*-Lucida Sans Typewriter-normal-*-*-mono-13-*-*-*-c-*-*-*") >> (if (boundp '*def-font) >> (add-to-list 'default-frame-alist `(font . ,*def-font))) [...] > Could anyone reproduce the crash? I can not try to reproduce it, as I don't have Lucida Sans Typewriter. Juanma