From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: Re: Problem report # Date: Mon, 01 May 2006 00:20:18 -0400 Message-ID: References: <200604301640.k3UGeeV4028974@scanner2.ics.uci.edu> <20060430175859.GA6489@rocksteady.printf.se> Reply-To: rms@gnu.org NNTP-Posting-Host: main.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: sea.gmane.org 1146457289 32622 80.91.229.2 (1 May 2006 04:21:29 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 1 May 2006 04:21:29 +0000 (UTC) Cc: dann@ics.uci.edu, emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon May 01 06:21:26 2006 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1FaPuW-0005Ly-Jb for ged-emacs-devel@m.gmane.org; Mon, 01 May 2006 06:21:24 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FaPuW-00023G-1P for ged-emacs-devel@m.gmane.org; Mon, 01 May 2006 00:21:24 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FaPtU-0001ha-E8 for emacs-devel@gnu.org; Mon, 01 May 2006 00:20:20 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FaPtT-0001h9-QL for emacs-devel@gnu.org; Mon, 01 May 2006 00:20:19 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FaPtT-0001h4-IO for emacs-devel@gnu.org; Mon, 01 May 2006 00:20:19 -0400 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1FaPxD-0004YE-70 for emacs-devel@gnu.org; Mon, 01 May 2006 00:24:11 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.34) id 1FaPtS-00047i-KP; Mon, 01 May 2006 00:20:18 -0400 Original-To: Henrik Enberg In-reply-to: <20060430175859.GA6489@rocksteady.printf.se> (message from Henrik Enberg on Sun, 30 Apr 2006 19:58:59 +0200) 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:53710 Archived-At: > Event const: After this line, the value of "type_seen" is equal to 1 > Event assignment: Assigning "1" to "type_seen" > Also see events: [dead_error_line][dead_error_condition][assignment] Uhm, as far as I can tell, type_seen may very well be 0 after this. There are several cases where the code won't goto the typeseen label. I agree. I think the report is a confusion. Dan, please mark this as not a real bug.