From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10872 invoked by alias); 6 Jan 2011 04:39:14 -0000 Received: (qmail 10861 invoked by uid 22791); 6 Jan 2011 04:39:13 -0000 X-SWARE-Spam-Status: No, hits=-2.0 required=5.0 tests=AWL,BAYES_00 X-Spam-Check-By: sourceware.org Received: from rock.gnat.com (HELO rock.gnat.com) (205.232.38.15) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 06 Jan 2011 04:39:10 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id 876702BAC61; Wed, 5 Jan 2011 23:39:08 -0500 (EST) Received: from rock.gnat.com ([127.0.0.1]) by localhost (rock.gnat.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id iBYjiXuXrQX9; Wed, 5 Jan 2011 23:39:08 -0500 (EST) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id 1203D2BAC5B; Wed, 5 Jan 2011 23:39:07 -0500 (EST) Received: by joel.gnat.com (Postfix, from userid 1000) id 7A6181459AD; Thu, 6 Jan 2011 08:39:00 +0400 (RET) Date: Thu, 06 Jan 2011 04:39:00 -0000 From: Joel Brobecker To: Eli Zaretskii Cc: gdb-patches@sourceware.org Subject: Re: [RFA] New script copyright.py Message-ID: <20110106043900.GC28888@adacore.com> References: <1294206952-28080-1-git-send-email-brobecker@adacore.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.20 (2009-06-14) Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2011-01/txt/msg00111.txt.bz2 > (Wearing my Emacs maintenance hat.) It would be good to report these > problems to the Emacs bug tracker ("M-x report-emacs-bug RET"), > including all the details, like error messages etc. At least some of > them should be fixable. I have to pass on that, really sorry. I don't use emacs at all, and I even had to install it just so that I could run the copyright update script. Plenty of people seem to know emacs really well, whereas my emacs hackers ended over 10 years ago, and I don't remember anymore. If you are looking for files that the script mis-handled, you can have a look at: * testsuite/gdb.ada/gnat_ada.gpr * sim/testsuite/sim/mips/testutils.inc http://www.sourceware.org/ml/gdb-patches/2011-01/msg00097.html In both instances, the problem came from the fact that the copyright line became too long and had to be wrapped, but the wrapping forgot to add the comment marker (a "--" for .gpr files, and a "#" in the .inc file). -- Joel