From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alex Kost Subject: Re: [PATCH 0/3] emacs: Add possibilities to move to license definition. Date: Tue, 26 Apr 2016 12:49:22 +0300 Message-ID: <87mvogd7j1.fsf@gmail.com> References: <1460967475-3771-1-git-send-email-alezost@gmail.com> <87mvohbbvx.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:4830:134:3::10]:39919) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1auzcT-0008KL-S3 for guix-devel@gnu.org; Tue, 26 Apr 2016 05:49:26 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1auzcO-0001Mm-Py for guix-devel@gnu.org; Tue, 26 Apr 2016 05:49:25 -0400 In-Reply-To: <87mvohbbvx.fsf@gnu.org> ("Ludovic \=\?utf-8\?Q\?Court\=C3\=A8s\=22'\?\= \=\?utf-8\?Q\?s\?\= message of "Mon, 25 Apr 2016 23:45:54 +0200") 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: Ludovic =?utf-8?Q?Court=C3=A8s?= Cc: guix-devel@gnu.org Ludovic Court=C3=A8s (2016-04-26 00:45 +0300) wrote: > Alex Kost skribis: > >> As a user can move to a package definition (with "guix edit"), (s)he can >> also want to go to a license definition (why not?). This patchset adds >> this possibility in 3 places: >> >> 1. As a standalone command (analog of "M-x guix-edit"): >> >> M-x guix-find-license-definition > > I think this is a fine name. :-) > >> 2. As a button to *Guix License Info* buffer (this buffer appears, for >> example, when you press a license button in a *Guix Package Info* >> buffer). >> >> 3. As an "e" key in *Guix Licenses* buffer (this buffer appears after >> "M-x guix-licenses"). I bound it to "e" because it is essentially >> the same thing as "edit" for packages, which is bound to "e" in a >> *Guix Package List* buffer. I don't like "e" key actually, but it is >> for the same "edit" bug. > > Awesome! > > I think perhaps =E2=80=98guix-view-license=E2=80=99, which would open the= license text > (probably via a browser pointing at the URL of the ) would be > cool. If I understand you correctly, what you mean is "M-x guix-browse-license-url" (introduced by commit 71310ccc). --=20 Alex