[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH 3/7] emacs: Add 'guix-browse-license-url' command.
From: |
Ludovic Courtès |
Subject: |
Re: [PATCH 3/7] emacs: Add 'guix-browse-license-url' command. |
Date: |
Sun, 24 Jan 2016 22:00:09 +0100 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/24.5 (gnu/linux) |
Alex Kost <address@hidden> skribis:
> Ludovic Courtès (2016-01-23 20:18 +0300) wrote:
>
>> Alex Kost <address@hidden> skribis:
>>
>>> +(define license-name->license
>>
>> I just realized that I’d rather call it ‘lookup-license’ for
>> consistency, because it’s not a conversion.
>
> OK, I'll rename it, and what about:
>
> (define (license-name->uri name)
> (and=> (license-name->license name)
> license-uri))
>
> Should it be called ‘lookup-license-uri’ maybe?
Sounds good.
Ludo’.