From mboxrd@z Thu Jan 1 00:00:00 1970 From: zimoun Subject: Re: 01/03: ui: Only display link in capable terminals. Date: Fri, 28 Feb 2020 15:29:18 +0100 Message-ID: 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> <87wo87aaeu.fsf@gnu.org> 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]:36713) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1j7geA-0003Sh-4f for guix-devel@gnu.org; Fri, 28 Feb 2020 09:29:47 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1j7ge9-0003yS-5t for guix-devel@gnu.org; Fri, 28 Feb 2020 09:29:45 -0500 In-Reply-To: <87wo87aaeu.fsf@gnu.org> 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: =?UTF-8?Q?Ludovic_Court=C3=A8s?= Cc: Guix Devel Hi Ludo, On Fri, 28 Feb 2020 at 00:16, Ludovic Court=C3=A8s wrote: > I=E2=80=99ve reverted it in c2f9ea2b502a617bb69227d5f858eee9d4288a6a, als= o > because if was causing a test failure. I understand and I am fine. This needs more discussion and polishing. > The way I see it, it=E2=80=99s on purpose that this piece of information = was not > displayed before. For example, I think =E2=80=98guix describe=E2=80=99 s= hould 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= these > links in addition to the =E2=80=9Cinvisible=E2=80=9D hyperlink data can o= nly lead to > clutter IMO, and defeats the point of hyperlinks. I do not buy your argument. :-) Hyperlinks means 2 things: how the link is displayed and how to follow the link. And they are generally connected. If you can click to the link to follow it then you can display it as you want. The point is to control how to display the link; whatever the way to follow= it. However, I agree that INSIDE_EMACS is not the right environment variable to deal with that. > Ludo=E2=80=99, who=E2=80=99s supposed to be mostly away from keyboard thi= s week. :-) Enjoy your holidays! :-) Cheers, simon