From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Mike Kupfer Newsgroups: gmane.emacs.devel Subject: Re: lm-verify, long copyright line Date: Thu, 22 Jun 2017 16:57:54 -0700 Message-ID: <19019.1498175874@alto> References: NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" X-Trace: blaine.gmane.org 1498175934 31729 195.159.176.226 (22 Jun 2017 23:58:54 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Thu, 22 Jun 2017 23:58:54 +0000 (UTC) Cc: emacs-devel@gnu.org To: Paul Eggert Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Jun 23 01:58:50 2017 Return-path: Envelope-to: ged-emacs-devel@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 1dOBzu-0007f9-0I for ged-emacs-devel@m.gmane.org; Fri, 23 Jun 2017 01:58:50 +0200 Original-Received: from localhost ([::1]:33015 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dOBzr-0004mT-Rg for ged-emacs-devel@m.gmane.org; Thu, 22 Jun 2017 19:58:47 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:50664) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dOBzE-0004kw-G2 for emacs-devel@gnu.org; Thu, 22 Jun 2017 19:58:09 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dOBzB-0001uR-Fl for emacs-devel@gnu.org; Thu, 22 Jun 2017 19:58:08 -0400 Original-Received: from shell1.rawbw.com ([198.144.192.42]:50622) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dOBzB-0001sN-64 for emacs-devel@gnu.org; Thu, 22 Jun 2017 19:58:05 -0400 Original-Received: from alto (m208-249.dsl.rawbw.com [198.144.208.249]) by shell1.rawbw.com (8.15.1/8.15.1) with ESMTP id v5MNvt4b077367; Thu, 22 Jun 2017 16:57:55 -0700 (PDT) (envelope-from mkupfer@alum.berkeley.edu) X-Authentication-Warning: shell1.rawbw.com: Host m208-249.dsl.rawbw.com [198.144.208.249] claimed to be alto In-Reply-To: Paul's message of "Thu, 22 Jun 2017 16:26:04 -0700." X-Mailer: MH-E 8.6+git; nmh 1.6; GNU Emacs 26.0.50 Content-ID: <19018.1498175874.1@alto> X-detected-operating-system: by eggs.gnu.org: FreeBSD 9.x [fuzzy] X-Received-From: 198.144.192.42 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.org gmane.emacs.devel:215894 Archived-At: Paul Eggert wrote: > Instead, I'd either ignore the complaint or better yet > fix lm-verify (the latter should be pretty simple, just change a > string match to a regex match). I started looking at lm-verify, and I realized that it expects the additional line(s) to be indented. So it's happy with ;; Copyright (C) 1985-1988, 1990, 1992-1995, 1997, 1999-2017 Free ;; Software Foundation, Inc. Will the copyright update in 2018 break this? mike