From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: [PATCH] emacs: Improve 'guix-prettify-regexp'. Date: Mon, 21 Sep 2015 18:01:25 +0200 Message-ID: <8737y7n4mi.fsf@gnu.org> References: <8737yavffm.fsf@gmail.com> <87si69jb1x.fsf@gnu.org> <871tds5766.fsf@gmail.com> 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]:44623) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ze3Wz-00049v-OL for guix-devel@gnu.org; Mon, 21 Sep 2015 12:01:31 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Ze3Wy-0000Vi-Od for guix-devel@gnu.org; Mon, 21 Sep 2015 12:01:29 -0400 In-Reply-To: <871tds5766.fsf@gmail.com> (Alex Kost's message of "Mon, 21 Sep 2015 14:43:45 +0300") 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-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: Alex Kost Cc: guix-devel@gnu.org Alex Kost skribis: > Ludovic Court=C3=A8s (2015-09-20 19:43 +0300) wrote: > >> Alex Kost 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? Hmm no, at least not yet. Ludo=E2=80=99.