From 189cea2782df67ea048a3982be69c8b1ff9762e9 Mon Sep 17 00:00:00 2001 From: Alex Kost Date: Thu, 16 Oct 2014 21:35:47 +0400 Subject: emacs: Add 'guix-generations-by-time' command. * emacs/guix-main.scm (find-generations): Add finding generations by time. * emacs/guix-utils.el (guix-read-date): New procedure. * emacs/guix-base.el (guix-messages): Add new messages. * emacs/guix.el (guix-generations-by-time): New command. * doc/emacs.texi (emacs Commands): Document it. --- doc/emacs.texi | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'doc/emacs.texi') diff --git a/doc/emacs.texi b/doc/emacs.texi index 01a5712f3b..7f72ff7a17 100644 --- a/doc/emacs.texi +++ b/doc/emacs.texi @@ -102,6 +102,11 @@ can be changed by modifying @code{guix-search-params} variable. List generations for the current profile. With numeric prefix, show so many last generations. +@item M-x guix-generations-by-time +List generations matching time period. You'll be prompted for the +period using Org mode time prompt based on Emacs calendar (@pxref{The +date/time prompt,,, org, Org Mode Manual}). + @end table By default commands for displaying packages display each output on a -- cgit v1.2.3