Age | Commit message (Expand) | Author |
2015-10-09 | emacs: Fix 'guix-build-log-phase-toggle-all'....* emacs/guix-build-log.el (guix-build-log-phase-toggle-all): Handle the
case when there are no characters before the first phase:
'guix-build-log-next-phase' moves to the second phase in such a case,
and the toggling is not done properly, so use 're-search-forward'
instead.
| Alex Kost |
2015-09-25 | emacs: build-log: Improve regexp for the phase end....* emacs/guix-build-log.el (guix-build-log-phase-end-regexp): Handle
fractional number of seconds (like "0.8").
| Alex Kost |
2015-09-18 | emacs: Add commands to show/hide build log phases....Suggested by Ludovic Courtès <ludo@gnu.org>.
* 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.
| Alex Kost |
2015-09-15 | emacs: Add modes for viewing build logs....* emacs/guix-build-log.el: New file.
* emacs.am (ELFILES): Add it.
* doc/emacs.texi (Emacs Build Log): Document it. New node.
(Emacs Interface): Add it.
* doc/guix.texi (Top): Likewise.
| Alex Kost |