all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [PATCH] emacs: Report about "search paths" after operation.
@ 2015-05-27 18:15 Alex Kost
  2015-05-29 11:49 ` Ludovic Courtès
  0 siblings, 1 reply; 2+ messages in thread
From: Alex Kost @ 2015-05-27 18:15 UTC (permalink / raw)
  To: guix-devel

[-- Attachment #1: Type: text/plain, Size: 19 bytes --]

Missed output :-)


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: 0001-emacs-Report-about-search-paths-after-operation.patch --]
[-- Type: text/x-diff, Size: 1436 bytes --]

From f2e20ad5a86ba1d50e53d32f585d71ec17482b0b Mon Sep 17 00:00:00 2001
From: Alex Kost <alezost@gmail.com>
Date: Wed, 27 May 2015 21:08:31 +0300
Subject: [PATCH] emacs: Report about "search paths" after operation.

* guix/scripts/package.scm: Export 'display-search-paths'.
* emacs/guix-main.scm (process-package-actions): Use it.
---
 emacs/guix-main.scm      | 3 ++-
 guix/scripts/package.scm | 1 +
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/emacs/guix-main.scm b/emacs/guix-main.scm
index b1662fb..c6e4a82 100644
--- a/emacs/guix-main.scm
+++ b/emacs/guix-main.scm
@@ -878,7 +878,8 @@ OUTPUTS is a list of package outputs (may be an empty list)."
                      (format #t (N_ "~a package in profile~%"
                                     "~a packages in profile~%"
                                     count)
-                             count))))))))))
+                             count)
+                     (display-search-paths entries profile))))))))))
 
 (define (delete-generations* profile generations)
   "Delete GENERATIONS from PROFILE.
diff --git a/guix/scripts/package.scm b/guix/scripts/package.scm
index 9da6b9e..0df822e 100644
--- a/guix/scripts/package.scm
+++ b/guix/scripts/package.scm
@@ -53,6 +53,7 @@
             roll-back
             delete-generation
             delete-generations
+            display-search-paths
             guix-package))
 
 (define %store
-- 
2.4.0


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] emacs: Report about "search paths" after operation.
  2015-05-27 18:15 [PATCH] emacs: Report about "search paths" after operation Alex Kost
@ 2015-05-29 11:49 ` Ludovic Courtès
  0 siblings, 0 replies; 2+ messages in thread
From: Ludovic Courtès @ 2015-05-29 11:49 UTC (permalink / raw)
  To: Alex Kost; +Cc: guix-devel

Alex Kost <alezost@gmail.com> skribis:

> From f2e20ad5a86ba1d50e53d32f585d71ec17482b0b Mon Sep 17 00:00:00 2001
> From: Alex Kost <alezost@gmail.com>
> Date: Wed, 27 May 2015 21:08:31 +0300
> Subject: [PATCH] emacs: Report about "search paths" after operation.
>
> * guix/scripts/package.scm: Export 'display-search-paths'.
> * emacs/guix-main.scm (process-package-actions): Use it.

Sure!

Ludo’.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2015-05-29 11:49 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-05-27 18:15 [PATCH] emacs: Report about "search paths" after operation Alex Kost
2015-05-29 11:49 ` Ludovic Courtès

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.