From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alex Kost Subject: Re: [PATCH] emacs: Improve 'guix-prettify-regexp'. Date: Tue, 22 Sep 2015 13:06:57 +0300 Message-ID: <8737y6g43i.fsf@gmail.com> References: <8737yavffm.fsf@gmail.com> <87si69jb1x.fsf@gnu.org> <871tds5766.fsf@gmail.com> <8737y7n4mi.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]:58479) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZeKTY-0003Xy-4M for guix-devel@gnu.org; Tue, 22 Sep 2015 06:07:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZeKTT-000880-5g for guix-devel@gnu.org; Tue, 22 Sep 2015 06:07:04 -0400 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: Ludovic =?utf-8?Q?Court=C3=A8s?= Cc: guix-devel@gnu.org Ludovic Court=C3=A8s (2015-09-21 19:01 +0300) wrote: > 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. OK, thanks, pushed. --=20 Alex