From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: gerd.moellmann@t-online.de (Gerd Moellmann) Newsgroups: gmane.emacs.devel Subject: Re: [spiegel@gnu.org: Re: [Fwd: vc-annotate causes Emacs to die]] Date: 26 Aug 2002 15:33:25 +0200 Sender: emacs-devel-admin@gnu.org Message-ID: <86n0r9vj6i.fsf@gerd.free-bsd.org> References: <200208260036.g7Q0aYe12400@wijiji.santafe.edu> NNTP-Posting-Host: localhost.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1030378257 10323 127.0.0.1 (26 Aug 2002 16:10:57 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 26 Aug 2002 16:10:57 +0000 (UTC) Cc: emacs-devel@gnu.org, spiegel@gnu.org Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 17jMS7-0002gO-00 for ; Mon, 26 Aug 2002 18:10:55 +0200 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 17jMx1-0007hu-00 for ; Mon, 26 Aug 2002 18:42:51 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10) id 17jMTO-00046c-00; Mon, 26 Aug 2002 12:12:14 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10) id 17jM22-0000nb-00 for emacs-devel@gnu.org; Mon, 26 Aug 2002 11:43:58 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10) id 17jM1K-0000UL-00 for emacs-devel@gnu.org; Mon, 26 Aug 2002 11:43:36 -0400 Original-Received: from gnudist.gnu.org ([199.232.41.7]) by monty-python.gnu.org with esmtp (Exim 4.10) id 17jLzY-0006My-00; Mon, 26 Aug 2002 11:41:24 -0400 Original-Received: from mailout02.sul.t-online.com ([194.25.134.17]) by gnudist.gnu.org with esmtp (Exim 4.10) id 17jK6s-0004pg-00; Mon, 26 Aug 2002 09:40:50 -0400 Original-Received: from fwd02.sul.t-online.de by mailout02.sul.t-online.com with smtp id 17jK0Q-0001RO-00; Mon, 26 Aug 2002 15:34:10 +0200 Original-Received: from gerd.free-bsd.org (520015515780-0001@[217.230.97.155]) by fwd02.sul.t-online.com with esmtp id 17jK06-0RQDOSC; Mon, 26 Aug 2002 15:33:50 +0200 Original-Received: from gerd.free-bsd.org (localhost [127.0.0.1]) by gerd.free-bsd.org (8.12.5/8.12.5) with ESMTP id g7QDXmrD002029; Mon, 26 Aug 2002 15:33:48 +0200 (CEST) (envelope-from gerd.moellmann@t-online.de) Original-Received: (from gerd@localhost) by gerd.free-bsd.org (8.12.5/8.12.5/Submit) id g7QDXP5r002026; Mon, 26 Aug 2002 15:33:25 +0200 (CEST) X-Authentication-Warning: gerd.free-bsd.org: gerd set sender to gerd.moellmann@t-online.de using -f Original-To: rms@gnu.org In-Reply-To: <200208260036.g7Q0aYe12400@wijiji.santafe.edu> Original-Lines: 23 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2 X-Sender: 520015515780-0001@t-dialin.net Errors-To: emacs-devel-admin@gnu.org X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.0.11 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Emacs development discussions. List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.emacs.devel:6912 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:6912 Richard Stallman writes: > Can you help fix this bug in redisplay? > > From: Andre Spiegel > Subject: Re: [Fwd: vc-annotate causes Emacs to die] > To: Stefan Monnier > Cc: rms@gnu.org, bob@rattlesnake.com, billw@wolfram.com > Date: 23 Aug 2002 14:37:02 +0200 > > Hi Stefan, > > since the time when you made vc-annotate use jit-lock, using it causes a > segfault for many users. You wrote: > > > It's unrelated to VC since it's a bug in the C code. > > This is of course true, but vc-annotate still used to work prior to your > modification. Can someone tell me what modification that is? What's the recipe to reproduce this? And with which version of Emacs?