From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Thien-Thi Nguyen Newsgroups: gmane.comp.lib.gnulib.bugs,gmane.emacs.devel Subject: Re: Move sha1 to C? Date: Tue, 24 May 2011 07:09:44 +0200 Message-ID: <87ei3ozntz.fsf@ambire.localdomain> References: <4DDADB67.1090904@cs.ucla.edu> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1306213881 7255 80.91.229.12 (24 May 2011 05:11:21 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 24 May 2011 05:11:21 +0000 (UTC) Cc: Bug-gnulib , emacs-devel@gnu.org To: Paul Eggert Original-X-From: bug-gnulib-bounces+gnu-bug-gnulib=m.gmane.org@gnu.org Tue May 24 07:11:17 2011 Return-path: Envelope-to: gnu-bug-gnulib@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1QOjtk-0003GG-MW for gnu-bug-gnulib@m.gmane.org; Tue, 24 May 2011 07:11:16 +0200 Original-Received: from localhost ([::1]:54901 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QOjtk-00083p-8I for gnu-bug-gnulib@m.gmane.org; Tue, 24 May 2011 01:11:16 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:56858) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QOjth-00083Y-BV for bug-gnulib@gnu.org; Tue, 24 May 2011 01:11:14 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QOjtg-0004TA-1M for bug-gnulib@gnu.org; Tue, 24 May 2011 01:11:13 -0400 Original-Received: from smtp209.alice.it ([82.57.200.105]:38740) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QOjtf-0004T0-NY; Tue, 24 May 2011 01:11:11 -0400 Original-Received: from ambire.localdomain (95.245.66.205) by smtp209.alice.it (8.5.124.08) id 4D498EF3099C12BD; Tue, 24 May 2011 07:11:00 +0200 Original-Received: from ttn by ambire.localdomain with local (Exim 4.69) (envelope-from ) id 1QOjsG-0000op-MO; Tue, 24 May 2011 07:09:44 +0200 In-Reply-To: <4DDADB67.1090904@cs.ucla.edu> (Paul Eggert's message of "Mon, 23 May 2011 15:10:47 -0700") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-Received-From: 82.57.200.105 X-BeenThere: bug-gnulib@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Gnulib discussion list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnulib-bounces+gnu-bug-gnulib=m.gmane.org@gnu.org Original-Sender: bug-gnulib-bounces+gnu-bug-gnulib=m.gmane.org@gnu.org Xref: news.gmane.org gmane.comp.lib.gnulib.bugs:26793 gmane.emacs.devel:139672 Archived-At: () Paul Eggert () Mon, 23 May 2011 15:10:47 -0700 + sed_extract_condition1='/^ *'"$escaped_dep"' *$/{ + s/^.*$/true/p + }' + sed_extract_condition2='/^ *'"$escaped_dep"' *\[.*\] *$/{ + s/^ *'"$escaped_dep"' *\[\(.*\)\] *$/\1/p + }' IIUC the curly braces are optional if they contain only one command. Is that not the case everywhere?