From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Alan Mackenzie Newsgroups: gmane.emacs.bugs Subject: bug#7918: [PATCH] cc-mode: only the first clause of a for-loop should be checked for declarations Date: Wed, 5 Jul 2017 20:14:38 +0000 Message-ID: <20170705201437.GA2215@acm> References: <20160425180430.GC4020@acm.fritz.box> <87lgobmwjw.fsf_-_@users.sourceforge.net> <87mv8li9s7.fsf@users.sourceforge.net> <20170703201808.GA3875@acm> NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: blaine.gmane.org 1499285771 5800 195.159.176.226 (5 Jul 2017 20:16:11 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Wed, 5 Jul 2017 20:16:11 +0000 (UTC) User-Agent: Mutt/1.7.2 (2016-11-26) Cc: 7918@debbugs.gnu.org, npostavs@users.sourceforge.net To: Glenn Morris Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Wed Jul 05 22:16:06 2017 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1dSqiU-00018o-3m for geb-bug-gnu-emacs@m.gmane.org; Wed, 05 Jul 2017 22:16:06 +0200 Original-Received: from localhost ([::1]:47925 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dSqiX-0001ez-RM for geb-bug-gnu-emacs@m.gmane.org; Wed, 05 Jul 2017 16:16:09 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:55469) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dSqiR-0001et-Br for bug-gnu-emacs@gnu.org; Wed, 05 Jul 2017 16:16:04 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dSqiQ-0000yv-95 for bug-gnu-emacs@gnu.org; Wed, 05 Jul 2017 16:16:03 -0400 Original-Received: from debbugs.gnu.org ([208.118.235.43]:51095) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dSqiQ-0000yb-4n; Wed, 05 Jul 2017 16:16:02 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1dSqiP-0004fP-PW; Wed, 05 Jul 2017 16:16:01 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Alan Mackenzie Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org, bug-cc-mode@gnu.org Resent-Date: Wed, 05 Jul 2017 20:16:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 7918 X-GNU-PR-Package: emacs,cc-mode X-GNU-PR-Keywords: fixed confirmed patch Original-Received: via spool by 7918-submit@debbugs.gnu.org id=B7918.149928575517928 (code B ref 7918); Wed, 05 Jul 2017 20:16:01 +0000 Original-Received: (at 7918) by debbugs.gnu.org; 5 Jul 2017 20:15:55 +0000 Original-Received: from localhost ([127.0.0.1]:53772 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1dSqiJ-0004f6-D5 for submit@debbugs.gnu.org; Wed, 05 Jul 2017 16:15:55 -0400 Original-Received: from ocolin.muc.de ([193.149.48.4]:33484 helo=mail.muc.de) by debbugs.gnu.org with smtp (Exim 4.84_2) (envelope-from ) id 1dSqiH-0004ex-N4 for 7918@debbugs.gnu.org; Wed, 05 Jul 2017 16:15:54 -0400 Original-Received: (qmail 75417 invoked by uid 3782); 5 Jul 2017 20:15:52 -0000 Original-Received: from acm.muc.de (p548C6414.dip0.t-ipconnect.de [84.140.100.20]) by colin.muc.de (tmda-ofmipd) with ESMTP; Wed, 05 Jul 2017 22:15:51 +0200 Original-Received: (qmail 2244 invoked by uid 1000); 5 Jul 2017 20:14:38 -0000 Content-Disposition: inline In-Reply-To: X-Delivery-Agent: TMDA/1.1.12 (Macallan) X-Primary-Address: acm@muc.de X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 208.118.235.43 X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Original-Sender: "bug-gnu-emacs" Xref: news.gmane.org gmane.emacs.bugs:134228 Archived-At: Hello, Glenn. On Wed, Jul 05, 2017 at 11:55:52 -0400, Glenn Morris wrote: > >> Oh, I was looking at > >> https://debbugs.gnu.org/cgi/bugreport.cgi?bug=7918;msg=32. So all those > >> "fake control message" things are just the original control request > >> getting lost somehow? > Yes, I think it's basically a debbugs bug. > > Maybe sending mail to 7918-done@debbugs.gnu.org only works the first > > time around. > Nope. There's no record of that second mail anywhere AFAICS. Oh, but there is. In my qmail log for 2016-05-16 appears the following entry: 2016-05-16 11:38:16.645 +0000 new msg 4072519 2016-05-16 11:38:16.645 +0000 info msg 4072519: bytes 2479 from qp 19336 uid 1000 2016-05-16 11:38:16.719 +0000 starting delivery 73: msg 4072519 to remote 7918-done@debbugs.gnu.org 2016-05-16 11:38:16.719 +0000 status: local 0/10 remote 1/20 2016-05-16 11:38:17.974 +0000 delivery 73: success: 193.149.48.3_accepted_message./Remote_host_said:_250_Ok/ 2016-05-16 11:38:17.975 +0000 status: local 0/10 remote 0/20 2016-05-16 11:38:17.975 +0000 end msg 4072519 This relates to my second message to 7918-done@debbugs.gnu.org, which was clearly received by debbugs, just not acted upon. Whether it's worth following up in any way is the question. I'd be inclined just to let the matter drop, unless the same thing happens again at some stage. -- Alan Mackenzie (Nuremberg, Germany).