From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Miles Bader Newsgroups: gmane.emacs.devel Subject: Re: struct.el -- a package to encode/decode binary data Date: 19 Mar 2002 09:25:02 +0900 Sender: emacs-devel-admin@gnu.org Message-ID: <87n0x58kv5.fsf@tc-1-100.kawasaki.gol.ne.jp> References: <5x1yehpj1w.fsf@kfs2.cua.dk> Reply-To: Miles Bader NNTP-Posting-Host: localhost.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1016506092 11018 127.0.0.1 (19 Mar 2002 02:48:12 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Tue, 19 Mar 2002 02:48:12 +0000 (UTC) Cc: emacs-devel@gnu.org Original-Received: from quimby.gnus.org ([80.91.224.244]) by main.gmane.org with esmtp (Exim 3.33 #1 (Debian)) id 16n9fY-0002rc-00 for ; Tue, 19 Mar 2002 03:48:12 +0100 Original-Received: from fencepost.gnu.org ([199.232.76.164]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 16n9ke-0000wd-00 for ; Tue, 19 Mar 2002 03:53:28 +0100 Original-Received: from localhost ([127.0.0.1] helo=fencepost.gnu.org) by fencepost.gnu.org with esmtp (Exim 3.34 #1 (Debian)) id 16n7TC-0001L5-00; Mon, 18 Mar 2002 19:27:18 -0500 Original-Received: from smtp01.fields.gol.com ([203.216.5.131]) by fencepost.gnu.org with smtp (Exim 3.34 #1 (Debian)) id 16n7R2-0001Gm-00; Mon, 18 Mar 2002 19:25:04 -0500 Original-Received: from tc-2-215.kawasaki.gol.ne.jp ([203.216.25.215] helo=tc-1-100.kawasaki.gol.ne.jp) by smtp01.fields.gol.com with esmtp (Magnetic Fields) id 16n7R0-0007uv-00; Tue, 19 Mar 2002 09:25:03 +0900 Original-Received: by tc-1-100.kawasaki.gol.ne.jp (Postfix, from userid 1000) id 677BD3013; Tue, 19 Mar 2002 09:25:02 +0900 (JST) Original-To: storm@cua.dk (Kim F. Storm) System-Type: i686-pc-linux-gnu In-Reply-To: <5x1yehpj1w.fsf@kfs2.cua.dk> Original-Lines: 13 X-Abuse-Complaints: abuse@gol.com Errors-To: emacs-devel-admin@gnu.org X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.0.5 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Emacs development discussions. List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.emacs.devel:2016 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:2016 sotrm@cua.dk (Kim F. Storm) writes: > While writing a package that sends and receives datagrams using the > new make-network-process functionality, I quickly found that I needed > to be able to encode and decode binary data structures, so I came up > with the following package (struct.el). This is not a comment on the contents, but you probably should call it something other than `struct', since people generally use that term to refer to lisp structures (made with `defstruct'). -Miles -- We live, as we dream -- alone.... _______________________________________________ Emacs-devel mailing list Emacs-devel@gnu.org http://mail.gnu.org/mailman/listinfo/emacs-devel