From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alex Kost Subject: Re: [PATCH 2/2] gnu: Add maim. Date: Thu, 07 Apr 2016 19:34:47 +0300 Message-ID: <87vb3tml7c.fsf@gmail.com> References: <1460037390-1521-1-git-send-email-alezost@gmail.com> <1460037390-1521-2-git-send-email-alezost@gmail.com> <8aa1dd09782087ae259cb706748d97b5@openmailbox.org> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:41675) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aoCtP-0003PT-9G for guix-devel@gnu.org; Thu, 07 Apr 2016 12:34:55 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aoCtL-0005xF-6d for guix-devel@gnu.org; Thu, 07 Apr 2016 12:34:51 -0400 Received: from mail-lf0-x244.google.com ([2a00:1450:4010:c07::244]:36340) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aoCtK-0005x2-Uh for guix-devel@gnu.org; Thu, 07 Apr 2016 12:34:47 -0400 Received: by mail-lf0-x244.google.com with SMTP id p81so7931142lfb.3 for ; Thu, 07 Apr 2016 09:34:46 -0700 (PDT) In-Reply-To: <8aa1dd09782087ae259cb706748d97b5@openmailbox.org> (Eric Bavier's message of "Thu, 07 Apr 2016 09:48:28 -0500") 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: Eric Bavier Cc: guix-devel@gnu.org Eric Bavier (2016-04-07 17:48 +0300) wrote: > On 2016-04-07 08:56, Alex Kost wrote: [...] >> + (substitute* "src/main.cpp" >> + (("^( +slopcommand.*)\"slop\"" all beg) >> + (string-append beg "\"" slop "\""))))))))) > > Instead of "beg", could we use something like "front" to avoid > potentially confusing abbreviations. Sure, I don't have a preference here. > Otherwise LGTM. Thanks! -- Alex