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: when completion.el parses C files. Date: Sat, 07 Oct 2006 11:58:00 -0400 Message-ID: References: <87sli1gdtf.fsf@lrde.org> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: sea.gmane.org 1160238709 22423 80.91.229.2 (7 Oct 2006 16:31:49 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 7 Oct 2006 16:31:49 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Oct 07 18:31:45 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 1GWF5N-0003ue-J9 for ged-emacs-devel@m.gmane.org; Sat, 07 Oct 2006 18:31:37 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GWF5N-00082L-2C for ged-emacs-devel@m.gmane.org; Sat, 07 Oct 2006 12:31:37 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1GWF55-0007w1-UJ for emacs-devel@gnu.org; Sat, 07 Oct 2006 12:31:20 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1GWF54-0007rI-4Q for emacs-devel@gnu.org; Sat, 07 Oct 2006 12:31:19 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GWF53-0007qd-Sb for emacs-devel@gnu.org; Sat, 07 Oct 2006 12:31:17 -0400 Original-Received: from [209.226.175.110] (helo=tomts43-srv.bellnexxia.net) by monty-python.gnu.org with esmtp (Exim 4.52) id 1GWFCC-0008B0-83 for emacs-devel@gnu.org; Sat, 07 Oct 2006 12:38:40 -0400 Original-Received: from pastel.home ([70.53.194.105]) by tomts43-srv.bellnexxia.net (InterMail vM.5.01.06.13 201-253-122-130-113-20050324) with ESMTP id <20061007163116.GKDE1596.tomts43-srv.bellnexxia.net@pastel.home> for ; Sat, 7 Oct 2006 12:31:16 -0400 Original-Received: by pastel.home (Postfix, from userid 20848) id 88CEF8096; Sat, 7 Oct 2006 11:58:00 -0400 (EDT) Original-To: michael@cadilhac.name (=?iso-8859-1?Q?Micha=EBl?= Cadilhac) In-Reply-To: <87sli1gdtf.fsf@lrde.org> (=?iso-8859-1?Q?Micha=EBl?= Cadilhac's message of "Sat\, 07 Oct 2006 02\:38\:36 +0200") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux) 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:60507 Archived-At: > This is quite unexpected. This (second) bug is due to some > suppositions on the error caught by the condition-case of the > function, and the =AB error reporting =BB asked in the code is not > reached. Thanks, I installed a different patch, Stefan