From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Lars Hansen Newsgroups: gmane.emacs.devel Subject: Re: Fix to long-standing crashes in GC Date: Thu, 13 May 2004 21:30:28 +0200 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: <40A3CCD4.6010703@math.ku.dk> References: <40A3BC23.8060000@math.ku.dk> <200405131909.i4DJ99j08699@raven.dms.auburn.edu> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1084476795 27518 80.91.224.253 (13 May 2004 19:33:15 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 13 May 2004 19:33:15 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Thu May 13 21:33:01 2004 Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1BOLwz-0001Hr-00 for ; Thu, 13 May 2004 21:33:01 +0200 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1BOLwy-0006bZ-01 for ; Thu, 13 May 2004 21:33:01 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1BOLwY-0001cm-4c for emacs-devel@quimby.gnus.org; Thu, 13 May 2004 15:32:34 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.34) id 1BOLv5-000137-UB for emacs-devel@gnu.org; Thu, 13 May 2004 15:31:04 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.34) id 1BOLuY-0000sw-B3 for emacs-devel@gnu.org; Thu, 13 May 2004 15:31:01 -0400 Original-Received: from [213.170.224.162] (helo=smtp.kabelnettet.dk) by monty-python.gnu.org with esmtp (Exim 4.34) id 1BOLuX-0000sj-S0 for emacs-devel@gnu.org; Thu, 13 May 2004 15:30:30 -0400 Original-Received: from math.ku.dk (0x52b410e5.dhcp.kabelnettet.dk [82.180.16.229]) by smtp.kabelnettet.dk (Postfix) with ESMTP id 20AD8609A46; Thu, 13 May 2004 21:30:27 +0200 (CEST) User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.2.1) Gecko/20021213 Debian/1.2.1-2.bunk X-Accept-Language: en Original-To: Luc Teirlinck In-Reply-To: <200405131909.i4DJ99j08699@raven.dms.auburn.edu> X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.4 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:23342 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:23342 Luc Teirlinck wrote: >Are you using global-auto-revert-mode? > Tanks for pointing my attention to that. No, I do not use global-auto-revert-mode. Lars