From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Daniel Colascione Newsgroups: gmane.emacs.devel Subject: Re: Preview: portable dumper Date: Mon, 19 Feb 2018 16:28:43 -0800 Message-ID: References: <047a67ec-9e29-7e4e-0fb0-24c3e59b5886@dancol.org> <83zikjxt1j.fsf@gnu.org> <8360n6ruzu.fsf@gnu.org> <834m2nplmb.fsf@gnu.org> <83inr2oje6.fsf@gnu.org> <83bmwuogfb.fsf@gnu.org> <878trydrbo.fsf@red-bean.com> <87d15jo39q.fsf@ritchie.wxcvbn.org> <26497701-9de7-b91e-7ac3-4fb5949b436e@dancol.org> <11a96172-2be2-18af-8e2c-1c59f82d520d@grinta.net> NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-Trace: blaine.gmane.org 1519086421 359 195.159.176.226 (20 Feb 2018 00:27:01 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Tue, 20 Feb 2018 00:27:01 +0000 (UTC) User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.6.0 To: Daniele Nicolodi , Emacs developers Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Feb 20 01:26:57 2018 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1envli-0007pl-Ts for ged-emacs-devel@m.gmane.org; Tue, 20 Feb 2018 01:26:51 +0100 Original-Received: from localhost ([::1]:52921 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1envnl-0000sL-5s for ged-emacs-devel@m.gmane.org; Mon, 19 Feb 2018 19:28:57 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:39926) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1envnf-0000s9-0E for emacs-devel@gnu.org; Mon, 19 Feb 2018 19:28:51 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1envne-00057H-8a for emacs-devel@gnu.org; Mon, 19 Feb 2018 19:28:50 -0500 Original-Received: from dancol.org ([2600:3c01::f03c:91ff:fedf:adf3]:47220) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1envnd-00056h-Uz for emacs-devel@gnu.org; Mon, 19 Feb 2018 19:28:50 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=dancol.org; s=x; h=Content-Transfer-Encoding:Content-Type:In-Reply-To:MIME-Version:Date:Message-ID:From:References:To:Subject; bh=CrMRklcd9288ZnydSc1LeAp0kvSKBg6XackLXaiplI0=; b=FNq8Jv50cseZFIi0V9SDMqZXuQ+ev4+AM/pwMal0hCjLRr+VQClszT7bcx9zMtudzqhynosKNP2gCKmVVLz1NRy6pHTKTnsFD/hQurBHnJUHD/Bo0y5ctqm33sKKPbhWJkdkr4JWebOTAsI6abKAQE8pzU90o9G3TGx9r8KfvETm98FEW0nwIQnBSL9aM6YMgjqUWddy/AwOLTffJixEAE5Ic4gYUupaGlBb0GfqpEJB9GExlsx1yabfDe/ZqeI4JNaENy/9Qt6bpgm5HK4meb5E/kWzLi1l8qdMlbYgtINQP2xpJUqaFEjJhQxmQRnljGlxcdqsY9zeyjFOET3fDA==; Original-Received: from [2604:4080:1321:8ab0:105c:8b44:9e13:e66d] by dancol.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.84_2) (envelope-from ) id 1envnc-0002mu-Uq; Mon, 19 Feb 2018 16:28:48 -0800 In-Reply-To: <11a96172-2be2-18af-8e2c-1c59f82d520d@grinta.net> Content-Language: en-US X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 2600:3c01::f03c:91ff:fedf:adf3 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.org gmane.emacs.devel:223459 On 02/19/2018 02:01 PM, Daniele Nicolodi wrote: > On 12/02/2018 13:18, Daniel Colascione wrote: >> I've pushed the portable dumper to the pdumper Savannah branch. > > Hi Daniel, > > the recently introduced `dmpstruct.awk` script fails with a non-GNU awk: > POSIX awk does not like a | occurring just after a grouping ( or just > before a ) in a regular expression. The attached patch fixes the syntax > preserving the meaning of the regular expressions. Thanks. Applied.