From mboxrd@z Thu Jan 1 00:00:00 1970 From: Cyril Roelandt Subject: Re: [PATCH 2/3] gnu: Add python-stevedore. Date: Sun, 13 Sep 2015 22:14:36 +0200 Message-ID: <55F5D92C.8000702@gmail.com> References: <1441665335-31855-1-git-send-email-tipecaml@gmail.com> <1441665335-31855-3-git-send-email-tipecaml@gmail.com> <87si6kk43m.fsf@openmailbox.org> <55F5ACC9.1070905@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:34941) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZbDfd-00037e-Mn for guix-devel@gnu.org; Sun, 13 Sep 2015 16:14:42 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZbDfa-0004Bt-Fw for guix-devel@gnu.org; Sun, 13 Sep 2015 16:14:41 -0400 Received: from mail-wi0-x229.google.com ([2a00:1450:400c:c05::229]:32802) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZbDfa-0004Bo-9X for guix-devel@gnu.org; Sun, 13 Sep 2015 16:14:38 -0400 Received: by wiclk2 with SMTP id lk2so117170366wic.0 for ; Sun, 13 Sep 2015 13:14:37 -0700 (PDT) In-Reply-To: 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: "Thompson, David" Cc: guix-devel On 09/13/2015 10:11 PM, Thompson, David wrote: > No, it's not broken, but it uses (ice-9 pretty-print) which is not > aware of all the indentation rules that we have in scheme-mode and our > .dir-locals.el file. So, how can one use "guix import" and still produce a properly-indented package definition? Cyril.