From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: [PATCH 3/3] emacs: Disable minor modes in 'guix-build-log-mode'. Date: Fri, 30 Oct 2015 17:53:07 +0100 Message-ID: <87k2q4e1sc.fsf@gnu.org> References: <87611pza77.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:46922) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZsCvT-0007T1-34 for guix-devel@gnu.org; Fri, 30 Oct 2015 12:53:15 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZsCvO-0001Aq-3N for guix-devel@gnu.org; Fri, 30 Oct 2015 12:53:15 -0400 In-Reply-To: <87611pza77.fsf@gmail.com> (Alex Kost's message of "Thu, 29 Oct 2015 23:33:32 +0300") 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: Alex Kost Cc: guix-devel@gnu.org Alex Kost skribis: > From 4d13ab2a470b39dffa2e3a4c086a6f7237485777 Mon Sep 17 00:00:00 2001 > From: Alex Kost > Date: Thu, 29 Oct 2015 21:05:17 +0300 > Subject: [PATCH 3/3] emacs: Disable minor modes in 'guix-build-log-mode'. > > * emacs/guix-build-log.el (guix-build-log-mode-hook): Remove > 'compilation-shell-minor-mode' as it is slow on big buffers, and > 'view-mode' as it rebinds too many keys. > (guix-build-log-mode-map): Add "c" and "v" key bindings for the > removed minor modes. OK. Thanks! Ludo=E2=80=99.