From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: Crash on visiting C files Date: Thu, 23 Aug 2007 11:01:32 -0400 Message-ID: References: <871wdvz0lp.fsf@stupidchicken.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1187881309 16186 80.91.229.12 (23 Aug 2007 15:01:49 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 23 Aug 2007 15:01:49 +0000 (UTC) Cc: emacs-devel@gnu.org To: Chong Yidong Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Aug 23 17:01:45 2007 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 1IOEBs-0006kV-F7 for ged-emacs-devel@m.gmane.org; Thu, 23 Aug 2007 17:01:44 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IOEBs-0008R1-0X for ged-emacs-devel@m.gmane.org; Thu, 23 Aug 2007 11:01:44 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IOEBm-0008Po-DU for emacs-devel@gnu.org; Thu, 23 Aug 2007 11:01:38 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IOEBk-0008OR-B1 for emacs-devel@gnu.org; Thu, 23 Aug 2007 11:01:37 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IOEBk-0008O6-06 for emacs-devel@gnu.org; Thu, 23 Aug 2007 11:01:36 -0400 Original-Received: from tomts25.bellnexxia.net ([209.226.175.188] helo=tomts25-srv.bellnexxia.net) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IOEBi-0007E1-5K for emacs-devel@gnu.org; Thu, 23 Aug 2007 11:01:35 -0400 Original-Received: from ceviche.home ([70.55.80.33]) by tomts25-srv.bellnexxia.net (InterMail vM.5.01.06.13 201-253-122-130-113-20050324) with ESMTP id <20070823150133.XSBS19497.tomts25-srv.bellnexxia.net@ceviche.home> for ; Thu, 23 Aug 2007 11:01:33 -0400 Original-Received: by ceviche.home (Postfix, from userid 20848) id 1390570028; Thu, 23 Aug 2007 11:01:32 -0400 (EDT) In-Reply-To: <871wdvz0lp.fsf@stupidchicken.com> (Chong Yidong's message of "Wed\, 22 Aug 2007 18\:05\:38 -0400") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.1.50 (gnu/linux) X-Detected-Kernel: Solaris 8 (1) 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:77035 Archived-At: > The following recent checkin to the branch causes Emacs to crash on > visiting any C file: > 2007-08-22 Stefan Monnier > * lread.c: (Qold_style_backquotes): New var. > (syms_of_lread): Init and staticpro it. > (load_warn_old_style_backquotes): New fun. > (Fload): Use them to warn about old style backquotes. > (end_of_file_error, Fload): Remove unused vars. Can't reproduce it here ;-( Stefan