Alex Kost skribis:
> Ludovic Courtès (2014-11-05 23:12 +0300) wrote:
>
>> Alex Kost skribis:
>>
>>> Ludovic Courtès (2014-11-05 00:37 +0300) wrote:
>>>
Alex Kost skribis:
> Also I forgot to mention “emacs/guix-messages.el” in “emacs.am” in
> commit 62f261d, so I did it in this
Ludovic Courtès (2014-11-05 23:12 +0300) wrote:
> Alex Kost skribis:
>
>> Ludovic Courtès (2014-11-05 00:37 +0300) wrote:
>>
>>> Alex Kost skribis:
>>>
Also I forgot to mention “emacs/guix-messages.el” in “emacs.am” in
commit 62f261d, so I did it in this patch (I hope it's not too evil
Alex Kost skribis:
> Ludovic Courtès (2014-11-05 00:37 +0300) wrote:
>
>> Alex Kost skribis:
>>
>>> Also I forgot to mention “emacs/guix-messages.el” in “emacs.am” in
>>> commit 62f261d, so I did it in this patch (I hope it's not too evil :-))
>>
>> Maybe “evil” is too strong a word ;-), but ple
Ludovic Courtès (2014-11-05 00:37 +0300) wrote:
> Alex Kost skribis:
>
>> Also I forgot to mention “emacs/guix-messages.el” in “emacs.am” in
>> commit 62f261d, so I did it in this patch (I hope it's not too evil :-))
>
> Maybe “evil” is too strong a word ;-), but please keep the
> emacs/guix-mess
Mark H Weaver (2014-11-04 22:39 +0300) wrote:
> Hi Alex,
>
> Alex Kost writes:
>
>> +(defcustom pretty-sha-path-regexp
>> + (rx "/"
>> + (or "nix" "gnu")
>> + "/store/"
>> + (group (= 32 alnum)))
>
> I'm not sure if it's worth it, but you could make this regexp more
> restrictive.
Alex Kost skribis:
> Also I forgot to mention “emacs/guix-messages.el” in “emacs.am” in
> commit 62f261d, so I did it in this patch (I hope it's not too evil :-))
Maybe “evil” is too strong a word ;-), but please keep the
emacs/guix-messages.el addition in a separate commit.
Commits are cheap a
Hi Alex,
Alex Kost writes:
> +(defcustom pretty-sha-path-regexp
> + (rx "/"
> + (or "nix" "gnu")
> + "/store/"
> + (group (= 32 alnum)))
I'm not sure if it's worth it, but you could make this regexp more
restrictive. Nix hashes can only contain the following 32 characters:
"