From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: "Jose E. Marchesi" Newsgroups: gmane.emacs.devel Subject: Re: [RFC] poke.el - Emacs interface for GNU poke Date: Thu, 31 Mar 2022 18:15:02 +0200 Message-ID: <87a6d69jzt.fsf@gnu.org> References: Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="22366"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux) Cc: emacs-devel@gnu.org To: Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Thu Mar 31 18:16:07 2022 Return-path: Envelope-to: ged-emacs-devel@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1nZxSw-0005bf-RH for ged-emacs-devel@m.gmane-mx.org; Thu, 31 Mar 2022 18:16:07 +0200 Original-Received: from localhost ([::1]:56910 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1nZxSv-0002se-Gn for ged-emacs-devel@m.gmane-mx.org; Thu, 31 Mar 2022 12:16:05 -0400 Original-Received: from eggs.gnu.org ([209.51.188.92]:43154) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nZxSJ-00027i-JW for emacs-devel@gnu.org; Thu, 31 Mar 2022 12:15:27 -0400 Original-Received: from [2001:470:142:3::e] (port=34496 helo=fencepost.gnu.org) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nZxSI-00008n-Tp; Thu, 31 Mar 2022 12:15:26 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-Version:In-Reply-To:Date:References:Subject:To: From; bh=w2DnfZTofGRCteqGPRLESbNGfSWpgibQ4mJFVo2WThw=; b=ENo9UY/i00UAEF6AzHRF Cx7p9RIY5ymRQqd2ahbxObspDgCwB+mF5lmkA79WoZNU4ZIT8sKYQB5UHzAMtCbolZEWfngM0b8qD e7WdxDLINLez7vlkzxd9cjAWg8Soi8aNZ8a58rXxWFy5llilQEIR8ph4nzK3y+1QrSQJIrggXGS/N 4BJjG8QM8fqnnAJ1Bx48jWb4VgB6kqfiCxb6aUvIcAJv3iEBh4PG/1gugZYcuPO2e9dJNW+n+6nQd lug1DMw2rwZMiHYc7sZjYSBehqTcLWm3/IlPgRdxVegeC5hqtm0WVKujSAdrgxEGlh4porHSMkFzE AzEOVlrIOcKbSA==; Original-Received: from [141.143.193.72] (port=14468 helo=termi.gnu.org) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nZxS0-0007eG-QU; Thu, 31 Mar 2022 12:15:26 -0400 In-Reply-To: (tomas@tuxteam.de's message of "Wed, 30 Mar 2022 21:15:05 +0200") X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.29 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-mx.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.io gmane.emacs.devel:287632 Archived-At: > On Wed, Mar 30, 2022 at 07:06:01PM +0200, Jose E. Marchesi wrote: >> >> Hi good Emacs peoples! >> >> I recently started writing an Emacs interface for GNU poke >> (https://jemarch.net/poke) which is an extensible and very powerful >> binary editor with support for defining your structures and operate on >> them using a DSL (the Poke language.) > > That sounds exciting. Actually I've been dreaming of such a thing myself. > Now it's there :) > > Currently somewhat swamped, but I'll check it out, for sure! Thanks :)