all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Tom Zander via Guix-patches via <guix-patches@gnu.org>
To: 40061@debbugs.gnu.org
Subject: [bug#40061] Allow double-click select of URL in status
Date: Sat, 14 Mar 2020 15:01:03 +0100	[thread overview]
Message-ID: <4553177.31r3eYUQgx@cherry> (raw)

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

While I've been playing with guix today I found this rather trivial patch
to be nice. Nice enough to maybe start, even though I'm still waiting for some 
compiles I'll submit this trivial patch untested.

Lets see how the social (as opposed to technical) part works.

Is this patch Ok?
-- 
Tom Zander

[-- Attachment #2: 0001-Allow-double-click-select-of-URL-in-status.patch --]
[-- Type: text/x-patch, Size: 978 bytes --]

From ab690e91f177e0e3efa557fc9ac72ebbc89cb0ad 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

The status during an install prints download-targets.
This adds a space between the URL and the '...' string trailing it
so on a terminal you can just double click on the URL to select it.
---
 guix/status.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/guix/status.scm b/guix/status.scm
index cbea4151f2..a39d91e0dc 100644
--- a/guix/status.scm
+++ b/guix/status.scm
@@ -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


             reply	other threads:[~2020-03-14 16:39 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-03-14 14:01 Tom Zander via Guix-patches via [this message]
2020-03-14 17:16 ` [bug#40061] Version two of the patch Tom Zander via Guix-patches via
2020-03-14 17:48   ` 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

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4553177.31r3eYUQgx@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 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.