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: Sun, 25 Jun 2017 09:59:37 -0700 Message-ID: <22303.1498409977@alto> References: NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" X-Trace: blaine.gmane.org 1498409996 5748 195.159.176.226 (25 Jun 2017 16:59:56 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Sun, 25 Jun 2017 16:59:56 +0000 (UTC) Cc: Glenn Morris , Paul Eggert , emacs-devel@gnu.org To: Stefan Monnier Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Jun 25 18:59:53 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 1dPAt2-00013j-6R for ged-emacs-devel@m.gmane.org; Sun, 25 Jun 2017 18:59:48 +0200 Original-Received: from localhost ([::1]:43238 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dPAt7-00054d-8U for ged-emacs-devel@m.gmane.org; Sun, 25 Jun 2017 12:59:53 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:50964) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dPAt1-00054Y-H5 for emacs-devel@gnu.org; Sun, 25 Jun 2017 12:59:48 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dPAsy-0000xx-Fo for emacs-devel@gnu.org; Sun, 25 Jun 2017 12:59:47 -0400 Original-Received: from shell1.rawbw.com ([198.144.192.42]:61813) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dPAsy-0000xK-4X; Sun, 25 Jun 2017 12:59:44 -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 v5PGxbaV058662; Sun, 25 Jun 2017 09:59:39 -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: Your message of "Sun, 25 Jun 2017 11:10:20 -0400." X-Mailer: MH-E 8.6+git; nmh 1.6; GNU Emacs 26.0.50 Content-ID: <22302.1498409977.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:215968 Archived-At: Stefan Monnier wrote: > But I'd still much prefer the continuation lines to be indented. This could be achieved by changing the Gnulib update-copyright (the one in build-aux) to optionally indent. Control could be via a command-line flag or an environment variable, which admin/update-copyright could set. mike