From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Glenn Morris Newsgroups: gmane.emacs.devel Subject: Re: loading vm reader causes fatal error Date: Thu, 29 May 2003 18:11:31 +0100 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: References: <3rn0hgurnb.fsf@xpc14.ast.cam.ac.uk> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1054228333 11981 80.91.224.249 (29 May 2003 17:12:13 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Thu, 29 May 2003 17:12:13 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Thu May 29 19:12:11 2003 Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 19LQwl-000375-00 for ; Thu, 29 May 2003 19:12:11 +0200 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 19LRBW-0007lK-00 for ; Thu, 29 May 2003 19:27:26 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.20) id 19LQxt-0007oH-8v for emacs-devel@quimby.gnus.org; Thu, 29 May 2003 13:13:21 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.20) id 19LQwy-00070x-Cv for emacs-devel@gnu.org; Thu, 29 May 2003 13:12:24 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.20) id 19LQwi-0006fS-Uz for emacs-devel@gnu.org; Thu, 29 May 2003 13:12:09 -0400 Original-Received: from purple.csi.cam.ac.uk ([131.111.8.4]) by monty-python.gnu.org with esmtp (Exim 4.20) id 19LQwE-0006Q8-7B; Thu, 29 May 2003 13:11:38 -0400 Original-Received: from cass41.ast.cam.ac.uk ([131.111.69.186]) by purple.csi.cam.ac.uk with esmtp (Exim 4.20) id 19LQw8-0005To-50; Thu, 29 May 2003 18:11:32 +0100 Original-Received: from xserv1.ast.cam.ac.uk[131.111.69.235]) h4THBVgD011893; Thu, 29 May 2003 18:11:31 +0100 (BST) Original-Received: from xserv1.ast.cam.ac.uk[131.111.69.34]) by xserv1.ast.cam.ac.uk (8.11.6/8.11.6) with ESMTP id h4THBVl27153; Thu, 29 May 2003 18:11:31 +0100 Original-To: rms@gnu.org X-Attribution: GM Mail-Followup-To: rms@gnu.org, emacs-devel@gnu.org In-Reply-To: (Richard Stallman's message of "Fri, 23 May 2003 08:04:29 -0400") User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) X-Cam-ScannerAdmin: mail-scanner-support@ucs.cam.ac.uk X-Cam-AntiVirus: Not scanned X-Cam-SpamDetails: X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: Emacs development discussions. List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , Errors-To: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:14419 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:14419 Richard Stallman wrote: > This change can certainly be taken out, but before you do that, could > you determine in what case it happens that the lface for default is > not created earlier? I reverted the change, which certainly stops the reported problem. I'm afraid I haven't got any time at the moment to look into why lface is not getting set, but I will remember to do so when I can.