From: Alex Kost <alezost@gmail.com>
To: "Ludovic Courtès" <ludo@gnu.org>
Cc: guix-devel@gnu.org
Subject: Re: [PATCH] emacs: Improve 'guix-prettify-regexp'.
Date: Mon, 21 Sep 2015 14:43:45 +0300 [thread overview]
Message-ID: <871tds5766.fsf@gmail.com> (raw)
In-Reply-To: <87si69jb1x.fsf@gnu.org> ("Ludovic \=\?utf-8\?Q\?Court\=C3\=A8s\=22'\?\= \=\?utf-8\?Q\?s\?\= message of "Sun, 20 Sep 2015 18:43:54 +0200")
Ludovic Courtès (2015-09-20 19:43 +0300) wrote:
> Alex Kost <alezost@gmail.com> skribis:
[...]
>> (defcustom guix-prettify-regexp
>> - (rx "/"
>> - (or "nix" "gnu")
>> - "/store/"
>> + (rx "/" (or "store" "nar" "log") "/"
>
> Maybe explicitly show in a comment the URLs and file names that we
> intend to match.
OK, I'll add this comment. BTW, are there any other places where we can
meet these hashes?
--
Alex
next prev parent reply other threads:[~2015-09-21 11:43 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-09-19 11:03 [PATCH] emacs: Improve 'guix-prettify-regexp' Alex Kost
2015-09-20 16:43 ` Ludovic Courtès
2015-09-21 11:43 ` Alex Kost [this message]
2015-09-21 16:01 ` Ludovic Courtès
2015-09-22 10:06 ` Alex Kost
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=871tds5766.fsf@gmail.com \
--to=alezost@gmail.com \
--cc=guix-devel@gnu.org \
--cc=ludo@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.