From mboxrd@z Thu Jan 1 00:00:00 1970 From: Konrad Hinsen Subject: Re: Hyperlinks! Date: Tue, 14 Apr 2020 14:19:02 +0200 Message-ID: <8161b4e3-804c-565e-d0a0-2f5684e6ef7d@fastmail.net> References: <87eesrlkil.fsf@gnu.org> <874ktnfxka.fsf@ambrevar.xyz> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:60232) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jOKWz-00040A-AN for guix-devel@gnu.org; Tue, 14 Apr 2020 08:19:10 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1jOKWy-0001fy-CD for guix-devel@gnu.org; Tue, 14 Apr 2020 08:19:09 -0400 Received: from wout1-smtp.messagingengine.com ([64.147.123.24]:59427) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1jOKWy-0001dB-1J for guix-devel@gnu.org; Tue, 14 Apr 2020 08:19:08 -0400 Received: from compute3.internal (compute3.nyi.internal [10.202.2.43]) by mailout.west.internal (Postfix) with ESMTP id 5CF78897 for ; Tue, 14 Apr 2020 08:19:05 -0400 (EDT) Received: from khs-macbook.home (lfbn-idf2-1-714-245.w86-247.abo.wanadoo.fr [86.247.164.245]) by mail.messagingengine.com (Postfix) with ESMTPA id 849143280063 for ; Tue, 14 Apr 2020 08:19:04 -0400 (EDT) In-Reply-To: <874ktnfxka.fsf@ambrevar.xyz> Content-Language: en-US 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: guix-devel@gnu.org On 13/04/2020 13:13, Pierre Neidhardt wrote: > Ludovic Courtès writes: > >> I’d like to extend it to include references to the Guile manual, so that >> one could click on, say, ‘append’, but there might be too many false >> positives at that point. And then we would need DrRacket fanciness to >> be able to determine what an identifier really refers to… > Perfect time for Rix, Guix in Racket! Haha! :D Easy. "Just" implement #lang guile in Racket ;-) Cheers,   Konrad.