Re: [PATCH 1/3] emacs: Enable 'guix-build-log-mode' for build log files.

2015-11-02 Thread Alex Kost
Ludovic Courtès (2015-11-01 20:20 +0300) wrote: > Alex Kost skribis: > >> From 11fea59d41063b3511a84a0d783cfa2016ed68c4 Mon Sep 17 00:00:00 2001 >> From: Alex Kost >> Date: Sat, 31 Oct 2015 21:36:41 +0300 >> Subject: [PATCH 1/2] emacs: Add 'guix-hash-char-regexp'. >> >> * emacs/guix-utils.el (gu

Re: [PATCH 1/3] emacs: Enable 'guix-build-log-mode' for build log files.

2015-11-01 Thread Ludovic Courtès
Alex Kost skribis: > From 11fea59d41063b3511a84a0d783cfa2016ed68c4 Mon Sep 17 00:00:00 2001 > From: Alex Kost > Date: Sat, 31 Oct 2015 21:36:41 +0300 > Subject: [PATCH 1/2] emacs: Add 'guix-hash-char-regexp'. > > * emacs/guix-utils.el (guix-hash-char-regexp): New constant. > * emacs/guix-prettif

Re: [PATCH 1/3] emacs: Enable 'guix-build-log-mode' for build log files.

2015-10-31 Thread Alex Kost
Ludovic Courtès (2015-10-30 19:49 +0300) wrote: > Alex Kost skribis: > >> As suggested by Ludovic on IRC, after this patch, build log files (from >> /var/log/guix/drvs) will be displayed in a 'guix-build-log-mode'. >> >> I'm not sure about regexp though: are these files always "bz2" and >> ".../X

Re: [PATCH 1/3] emacs: Enable 'guix-build-log-mode' for build log files.

2015-10-30 Thread Ludovic Courtès
Alex Kost skribis: > As suggested by Ludovic on IRC, after this patch, build log files (from > /var/log/guix/drvs) will be displayed in a 'guix-build-log-mode'. > > I'm not sure about regexp though: are these files always "bz2" and > ".../XX/X-30-more-characters-X/..."? It’s not necessar

[PATCH 1/3] emacs: Enable 'guix-build-log-mode' for build log files.

2015-10-29 Thread Alex Kost
x27;t put "/var/log" in the beginning of the regexp to match, for example, /mnt/guix-from-sdc/var/log/guix/... files or alike. >From 5a2beec8d91334ea755b709e51492c44fd2d0773 Mon Sep 17 00:00:00 2001 From: Alex Kost Date: Thu, 29 Oct 2015 20:48:53 +0300 Subject: [PATCH 1/3] emacs: Enabl