From mboxrd@z Thu Jan 1 00:00:00 1970 From: swedebugia Subject: Re: 2 ideas (Was: Re: bug#31518: [PATCH 10/21] gnu: Add emacs-google-translate.) Date: Sun, 10 Jun 2018 15:42:04 +0200 Message-ID: <320FA6B9-924C-41B6-9FE5-B616DA3F01DB@riseup.net> References: <20180518184910.9987-21-ambrevar@gmail.com> <20180601075112.28494-1-ambrevar@gmail.com> <87vaatjptt.fsf@gnu.org> <8C242137-C737-4814-9367-6C90F5E96CD2@riseup.net> <20180609111751.rvm54ouwwr4wz7lo@abyayala> <87o9gizxgb.fsf@elephly.net> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:56009) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fS0bu-0003GO-5Q for guix-devel@gnu.org; Sun, 10 Jun 2018 09:42:22 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fS0bq-0001Zy-8i for guix-devel@gnu.org; Sun, 10 Jun 2018 09:42:22 -0400 Received: from mx1.riseup.net ([198.252.153.129]:45661) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1fS0bp-0001ZH-Vc for guix-devel@gnu.org; Sun, 10 Jun 2018 09:42:18 -0400 In-Reply-To: <87o9gizxgb.fsf@elephly.net> 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.org@gnu.org Sender: "Guix-devel" To: Ricardo Wurmus , Nils Gillmann Cc: Guix-devel Hi Ricardo=20 On June 10, 2018 1:35:00 PM GMT+02:00, Ricardo Wurmus wrote: > >Hi Nils, > >> I think we discussed something similar briefly=2E Or at least package >> attached metadata which ends up in a '/guix' folder of the output=2E >> I've been following (not yet implementing) a similar idea, where >> such messages are either local mail and/or end up in a (mapped to >guix:) >> '/guix/doc/' folder, where files are named like >$applicationname-$version=2Enumber=2ENAME=2Enote >> where '=2Enote' is just a basic txt file=2E >> These notes could contain messages specific to the OS, the >architecture, general >> advice, etc=2E >> >> Not really well thought through yet, but that's a start=2E >> >> Think of it not as description or synopsis part, but rather let's say >> (in theory): >> (note "STRING") or (note (list "NOTE 1" >> "NOTE 2"))=2E > >This is not a bad idea, in my opinion=2E It could be useful to have >application-specific setup notes in a well-known location that is >gathered when the profile is built=2E > >I would not like these notes to be printed automatically upon >installation, but generating a file with important notes seems like a >good idea in general=2E Would you agree to print a hint about these notes having been installed an= d how to access them easily? Would this be a useful utility: $giux notes -> shows all notes relating to previously installed packages=2E=20 And $guix notes -> show notes related to a specific package whether it is installed or not= =2E=20 --=20 Cheers Swedebugia