From: Tom Zander via Guix-patches via <guix-patches@gnu.org>
To: 40061@debbugs.gnu.org
Subject: [bug#40061] Version two of the patch.
Date: Sat, 14 Mar 2020 18:16:52 +0100 [thread overview]
Message-ID: <5416391.DvuYhMxLoT@cherry> (raw)
In-Reply-To: <4553177.31r3eYUQgx@cherry>
[-- Attachment #1: Type: text/plain, Size: 79 bytes --]
Attached is an updated version of the patch, it fixes more of the same issues.
[-- Attachment #2: 0001-Allow-double-click-select-of-URL-in-status.patch --]
[-- Type: text/x-patch, Size: 1999 bytes --]
From 0b2a17de72825b9ca0d494ea8c4d9bf121689f4e Mon Sep 17 00:00:00 2001
From: TomZ <tomz@freedommail.ch>
Date: Sat, 14 Mar 2020 14:36:28 +0100
Subject: [PATCH] Allow double-click select of URL in status
Various places while downloading or compiling guix
prints the source URL. This change makes the URL be easier
to be used by placing a space between the URL and the trailing
dots.
---
guix/status.scm | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/guix/status.scm b/guix/status.scm
index cbea4151f2..866ba3bc39 100644
--- a/guix/status.scm
+++ b/guix/status.scm
@@ -472,8 +472,8 @@ addition to build events."
(let ((count (match (assq-ref properties 'graft)
(#f 0)
(lst (or (assq-ref lst 'count) 0)))))
- (format port (info (N_ "applying ~a graft for ~a..."
- "applying ~a grafts for ~a..."
+ (format port (info (N_ "applying ~a graft for ~a ..."
+ "applying ~a grafts for ~a ..."
count))
count drv)))
('profile-hook
@@ -484,7 +484,7 @@ addition to build events."
(format port (info (G_ "running profile hook of type '~a'..."))
hook-type))))
(_
- (format port (info (G_ "building ~a...")) drv))))
+ (format port (info (G_ "building ~a ...")) drv))))
(newline port))
(('build-succeeded drv . _)
(erase-current-line*) ;erase spinner or progress bar
@@ -517,7 +517,7 @@ addition to build events."
(newline port)))
(('download-started item uri _ ...)
(erase-current-line*)
- (format port (info (G_ "downloading from ~a...")) uri)
+ (format port (info (G_ "downloading from ~a ...")) uri)
(newline port))
(('download-progress item uri
(= string->number size)
--
2.25.1
next prev parent reply other threads:[~2020-03-14 17:39 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-03-14 14:01 [bug#40061] Allow double-click select of URL in status Tom Zander via Guix-patches via
2020-03-14 17:16 ` Tom Zander via Guix-patches via [this message]
2020-03-14 17:48 ` [bug#40061] Version two of the patch Leo Famulari
2020-03-14 18:45 ` [bug#40061] [tomz@freedommail.ch: Re: [bug#40061] Version two of the patch.] Leo Famulari
2020-03-30 10:05 ` [bug#40061] Allow double-click select of URL in status Vincent Legoll
2020-04-07 20:00 ` bug#40061: " Marius Bakke
2020-04-07 20:05 ` [bug#40061] " Vincent Legoll
2020-04-07 20:12 ` Marius Bakke
2020-04-07 20:33 ` bug#40061: " Tom Zander via Guix-patches via
2020-04-07 20:43 ` [bug#40061] " Marius Bakke
2020-04-17 15:28 ` Marius Bakke
2020-04-07 19:43 ` [bug#40061] [Patch] rebase and fix wording Tom Zander via Guix-patches via
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://guix.gnu.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=5416391.DvuYhMxLoT@cherry \
--to=guix-patches@gnu.org \
--cc=40061@debbugs.gnu.org \
--cc=tomz@freedommail.ch \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/guix.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).