From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?utf-8?Q?Ludovic_Court=C3=A8s?= Subject: Re: 01/03: ui: Only display link in capable terminals. Date: Fri, 28 Feb 2020 00:16:25 +0100 Message-ID: <87wo87aaeu.fsf@gnu.org> References: <20200224101817.20439.52918@vcs0.savannah.gnu.org> <20200224101818.9A1FC206ED@vcs0.savannah.gnu.org> <8736b0m21m.fsf@gnu.org> <878sksc677.fsf@ambrevar.xyz> <87mu97g1pq.fsf@gnu.org> <874kvfk7bz.fsf@ambrevar.xyz> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:58819) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1j7SOO-0001lz-Ha for guix-devel@gnu.org; Thu, 27 Feb 2020 18:16:33 -0500 In-Reply-To: <874kvfk7bz.fsf@ambrevar.xyz> (Pierre Neidhardt's message of "Mon, 24 Feb 2020 22:23:44 +0100") List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane-mx.org@gnu.org Sender: "Guix-devel" To: Pierre Neidhardt Cc: guix-devel@gnu.org Hi, Pierre Neidhardt skribis: > Ludovic Court=C3=A8s writes: > >>> You mean the "~%" in "~a~%file: ~a"? >>> How would you like to display it? >> >> I would not display it at all. I think it=E2=80=99s a bit of clutter th= at=E2=80=99s >> best avoided. >> >> I guess I=E2=80=99m suggesting a revert of this patch. > > So users of terminals without hyperlink support cannot see this piece of > information? That's to bad in my opinion. Better display more than too = little. I=E2=80=99ve reverted it in c2f9ea2b502a617bb69227d5f858eee9d4288a6a, also because if was causing a test failure. The way I see it, it=E2=80=99s on purpose that this piece of information wa= s not displayed before. For example, I think =E2=80=98guix describe=E2=80=99 sho= uld be to-the-point. More generally, hyperlinks were introduced as a way to enhance the user experience for those using capable terminals. Like for hyperlinks in HTML, it=E2=80=99s a way to convey additional information; displaying all t= hese links in addition to the =E2=80=9Cinvisible=E2=80=9D hyperlink data can onl= y lead to clutter IMO, and defeats the point of hyperlinks. Thoughts? Ludo=E2=80=99, who=E2=80=99s supposed to be mostly away from keyboard this = week. :-)