From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Teemu Likonen Newsgroups: gmane.emacs.help Subject: Re: Emacs Lisp - Reading a sequence of bytes as one integer Date: Sat, 13 Mar 2010 21:42:50 +0200 Message-ID: <87bpesgg91.fsf@mithlond.arda> References: <20100313.115617.104330838.jeff@chaosphere.com> <87hbokgn22.fsf@mithlond.arda> <20100313.131029.39330337.jeff@chaosphere.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1268509408 21529 80.91.229.12 (13 Mar 2010 19:43:28 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sat, 13 Mar 2010 19:43:28 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: Jeff Clough Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sat Mar 13 20:43:22 2010 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1NqXF3-0001X5-Up for geh-help-gnu-emacs@m.gmane.org; Sat, 13 Mar 2010 20:43:22 +0100 Original-Received: from localhost ([127.0.0.1]:32899 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NqXF3-00081C-86 for geh-help-gnu-emacs@m.gmane.org; Sat, 13 Mar 2010 14:43:21 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NqXEg-000817-17 for help-gnu-emacs@gnu.org; Sat, 13 Mar 2010 14:42:58 -0500 Original-Received: from [140.186.70.92] (port=52046 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NqXEe-00080q-1l for help-gnu-emacs@gnu.org; Sat, 13 Mar 2010 14:42:56 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1NqXEc-0006L8-Rr for help-gnu-emacs@gnu.org; Sat, 13 Mar 2010 14:42:55 -0500 Original-Received: from mta-out.inet.fi ([195.156.147.13]:42509 helo=jenni2.inet.fi) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1NqXEc-0006L2-II for help-gnu-emacs@gnu.org; Sat, 13 Mar 2010 14:42:54 -0500 Original-Received: from mithlond.arda (84.251.132.215) by jenni2.inet.fi (8.5.014) id 4B17EA3D0408DEEF; Sat, 13 Mar 2010 21:42:50 +0200 Original-Received: from dtw by mithlond.arda with local (Exim 4.69) (envelope-from ) id 1NqXEY-0005x0-5s; Sat, 13 Mar 2010 21:42:50 +0200 In-Reply-To: <20100313.131029.39330337.jeff@chaosphere.com> (Jeff Clough's message of "Sat, 13 Mar 2010 13:10:29 -0500 (EST)") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.94 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:72422 Archived-At: * 2010-03-13 13:10 (-0500), Jeff Clough wrote: >> (read "123") => 123 > This is not seeming to work, and I'm not seeing how to make it work. I > can't tell if this is just my not getting something, or if it isn't > the right tool for the job. Never mind, I misunderstood your original question and solved a different problem. :-)