From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Chong Yidong Newsgroups: gmane.emacs.bugs Subject: Re: bug reporting Date: Wed, 05 Mar 2008 16:09:24 -0500 Message-ID: <87wsogkhdn.fsf@stupidchicken.com> References: <779a7c900803011241q22619282p2c648d5ea8d2c3cf@mail.gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1204751733 31225 80.91.229.12 (5 Mar 2008 21:15:33 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 5 Mar 2008 21:15:33 +0000 (UTC) To: bug-gnu-emacs@gnu.org Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Wed Mar 05 22:15:57 2008 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1JX0xw-0006MC-R6 for geb-bug-gnu-emacs@m.gmane.org; Wed, 05 Mar 2008 22:15:57 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JX0xP-0002uz-Bf for geb-bug-gnu-emacs@m.gmane.org; Wed, 05 Mar 2008 16:15:23 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JX0xD-0002mT-WB for bug-gnu-emacs@gnu.org; Wed, 05 Mar 2008 16:15:12 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JX0xB-0002jn-Ve for bug-gnu-emacs@gnu.org; Wed, 05 Mar 2008 16:15:11 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JX0xB-0002jT-P6 for bug-gnu-emacs@gnu.org; Wed, 05 Mar 2008 16:15:09 -0500 Original-Received: from main.gmane.org ([80.91.229.2] helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1JX0xB-0007Vo-Iz for bug-gnu-emacs@gnu.org; Wed, 05 Mar 2008 16:15:09 -0500 Original-Received: from root by ciao.gmane.org with local (Exim 4.43) id 1JX0x4-0007No-LC for bug-gnu-emacs@gnu.org; Wed, 05 Mar 2008 21:15:02 +0000 Original-Received: from cyd.mit.edu ([18.115.2.24]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 05 Mar 2008 21:15:02 +0000 Original-Received: from cyd by cyd.mit.edu with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 05 Mar 2008 21:15:02 +0000 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 13 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: cyd.mit.edu User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.1.91 (gnu/linux) Cancel-Lock: sha1:xFH6jUfW51WoFyyN/2ViXobCo3k= X-detected-kernel: by monty-python.gnu.org: Linux 2.6, seldom 2.4 (older, 4) X-BeenThere: bug-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:17671 Archived-At: "Benjamin Dreux" writes: > Like i say in the titile i found a bug in the parentheses > matching. I'm coding into c++ and i worte that: > > bool flotte::continuer() > { > return nbBateau[5]>nbBateau[6]; > } > > If you try it you will see that the > thake the place of the }. I can't reproduce this. Could you give a more precise recipe?