From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:52300) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jDAuF-0003tB-Bg for guix-patches@gnu.org; Sat, 14 Mar 2020 13:49:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1jDAuE-0007jX-FL for guix-patches@gnu.org; Sat, 14 Mar 2020 13:49:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:56209) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1jDAuE-0007j5-C6 for guix-patches@gnu.org; Sat, 14 Mar 2020 13:49:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1jDAuE-0008Ax-BP for guix-patches@gnu.org; Sat, 14 Mar 2020 13:49:02 -0400 Subject: [bug#40061] Version two of the patch. Resent-Message-ID: Date: Sat, 14 Mar 2020 13:48:16 -0400 From: Leo Famulari Message-ID: <20200314174816.GB24608@jasmine.lan> References: <4553177.31r3eYUQgx@cherry> <5416391.DvuYhMxLoT@cherry> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <5416391.DvuYhMxLoT@cherry> List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: 40061@debbugs.gnu.org On Sat, Mar 14, 2020 at 06:16:52PM +0100, Tom Zander via Guix-patches via wrote: > Attached is an updated version of the patch, it fixes more of the same issues. > From 0b2a17de72825b9ca0d494ea8c4d9bf121689f4e Mon Sep 17 00:00:00 2001 > From: TomZ > 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. Thanks, this is great. I get annoyed by this constantly. Any other feedback?