Alex Kost <[email protected]> skribis: > From f4fad1ab1c78a84ac3b2fdedba4850c5e589ce0d Mon Sep 17 00:00:00 2001 > From: Alex Kost <[email protected]> > Date: Tue, 15 Sep 2015 21:27:44 +0300 > Subject: [PATCH] emacs: Add commands to show/hide build log phases. > MIME-Version: 1.0 > Content-Type: text/plain; charset=UTF-8 > Content-Transfer-Encoding: 8bit > > Suggested by Ludovic Courtès <[email protected]>. > > * emacs/guix-build-log.el (guix-build-log-phase-end-regexp): New > variable. > (guix-build-log-phase-start, guix-build-log-phase-end, > guix-build-log-phase-hide, guix-build-log-phase-show, > guix-build-log-phase-hidden-p, guix-build-log-phase-toggle-function, > guix-build-log-phase-toggle, guix-build-log-phase-toggle-all): New > functions. > (guix-build-log-mode-map): Add 'TAB'/'S-TAB' key bindings. > * doc/emacs.texi (Emacs Build Log): Document them.
Awesome, thank you! Ludo’.
