From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alex Kost Subject: [PATCH 0/4] emacs: Some fixes and improvements. Date: Fri, 1 Apr 2016 11:06:38 +0300 Message-ID: <1459498002-3872-1-git-send-email-alezost@gmail.com> Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:47909) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1alu6h-0007uK-6n for guix-devel@gnu.org; Fri, 01 Apr 2016 04:07:03 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1alu6e-0000SB-0N for guix-devel@gnu.org; Fri, 01 Apr 2016 04:07:03 -0400 Received: from mail-lb0-x243.google.com ([2a00:1450:4010:c04::243]:34286) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1alu6d-0000S4-Os for guix-devel@gnu.org; Fri, 01 Apr 2016 04:06:59 -0400 Received: by mail-lb0-x243.google.com with SMTP id vk4so8751699lbb.1 for ; Fri, 01 Apr 2016 01:06:59 -0700 (PDT) Received: from localhost.localdomain ([217.107.192.146]) by smtp.gmail.com with ESMTPSA id e66sm1974222lfg.23.2016.04.01.01.06.57 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Fri, 01 Apr 2016 01:06:58 -0700 (PDT) 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: guix-devel@gnu.org Stylistic and performance improvements for scheme side. [PATCH 1/4] emacs: Stylistic improvements in guile code. [PATCH 2/4] emacs: Remove unused module. [PATCH 3/4] emacs: Use (guix scripts lint) only when needed. [PATCH 4/4] emacs: Speed up starting the REPL.