From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ricardo Wurmus Subject: Re: [PATCH] gnu: add lispf4 Date: Sun, 07 Feb 2016 11:59:15 +0100 Message-ID: <87egcowzuk.fsf@elephly.net> References: <87y4ax3cf2.fsf@grrlz.net> <20160206221446.GB6912@jasmine> <87io21bd7y.fsf@grrlz.net> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:54888) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aSN3t-0003L7-5b for guix-devel@gnu.org; Sun, 07 Feb 2016 05:59:25 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aSN3p-0004W1-W9 for guix-devel@gnu.org; Sun, 07 Feb 2016 05:59:25 -0500 Received: from sender163-mail.zoho.com ([74.201.84.163]:25097) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aSN3p-0004Vx-ME for guix-devel@gnu.org; Sun, 07 Feb 2016 05:59:21 -0500 In-reply-to: <87io21bd7y.fsf@grrlz.net> List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: Nils Gillmann Cc: guix-devel@gnu.org Nils Gillmann writes: >> For some reason the linter doesn't complain about this line (and others) >> being too long. I guess it measures from the beginning of 'package' >> rather than the first column. Can you make sure they are all ≤ 80 >> characters after changing the indentation as requested above? > okay, I did not notice the intendation was off. I need to find some > visual help for that. I use fci-mode in Emacs to display a vertical line at the 78th column. It’s a visual reminder to keep lines short. ~~ Ricardo