From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Xavier Maillard Newsgroups: gmane.emacs.devel Subject: pack/unpack perl like functions ? Date: Wed, 22 Nov 2006 12:41:49 +0100 Organization: GNU's Not UNIX! Message-ID: <87lkm3lncy.fsf@zogzog.gnu-rox.org> Reply-To: Xavier Maillard NNTP-Posting-Host: main.gmane.org X-Trace: sea.gmane.org 1166464393 4153 80.91.229.2 (18 Dec 2006 17:53:13 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 18 Dec 2006 17:53:13 +0000 (UTC) Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Dec 18 18:53:09 2006 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1GwMfe-00071b-BA for ged-emacs-devel@m.gmane.org; Mon, 18 Dec 2006 18:53:02 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GwMfe-0005iS-0U for ged-emacs-devel@m.gmane.org; Mon, 18 Dec 2006 12:53:02 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1GwMfK-0005dj-KI for emacs-devel@gnu.org; Mon, 18 Dec 2006 12:52:42 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1GwMfH-0005Ya-Gk for emacs-devel@gnu.org; Mon, 18 Dec 2006 12:52:41 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GwMfH-0005YG-54 for emacs-devel@gnu.org; Mon, 18 Dec 2006 12:52:39 -0500 Original-Received: from [199.232.41.67] (helo=mx20.gnu.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA:32) (Exim 4.52) id 1GwMfF-0001L1-Pe for emacs-devel@gnu.org; Mon, 18 Dec 2006 12:52:38 -0500 Original-Received: from [62.4.17.101] (helo=mallaury.nerim.net) by mx20.gnu.org with esmtp (Exim 4.52) id 1GwMQc-0005tH-Ps for emacs-devel@gnu.org; Mon, 18 Dec 2006 12:37:31 -0500 Original-Received: from localhost.localdomain (unknown [213.41.184.169]) by mallaury.nerim.net (Postfix) with ESMTP id 81A7E4F3D9 for ; Mon, 18 Dec 2006 18:36:49 +0100 (CET) Original-To: emacs-devel@gnu.org Jabber-ID: zedek@im.lolica.org User-Agent: Rmail in GNU Emacs 22.0.91.1 on GNU/Linux X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:63926 Archived-At: Hi, I have already asked this question but not here. I am looking for pack/unpack perl-like functions in elisp. unpack takes a string and expands it out as a list of values (pack does the opposite). Are you aware of something like this ? Regards -- Xavier