From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Ken Goldman Newsgroups: gmane.emacs.help Subject: Re: Reading binary data with Emacs Date: Fri, 07 Jul 2006 17:16:06 -0400 Message-ID: <44AECF16.4020206@watson.ibm.com> References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1152308438 29240 80.91.229.2 (7 Jul 2006 21:40:38 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 7 Jul 2006 21:40:38 +0000 (UTC) Cc: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Jul 07 23:40:37 2006 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1Fyy3t-0008DT-VB for geh-help-gnu-emacs@m.gmane.org; Fri, 07 Jul 2006 23:40:34 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Fyy3t-0006TR-Fv for geh-help-gnu-emacs@m.gmane.org; Fri, 07 Jul 2006 17:40:33 -0400 User-Agent: Mozilla/5.0 (X11; U; AIX 000C89FF4C00; en-US; rv:1.7) Gecko/20040617 X-Accept-Language: en-us, en Original-Newsgroups: gnu.emacs.help In-Reply-To: Original-NNTP-Posting-Host: 192.91.197.52 X-Original-NNTP-Posting-Host: 192.91.197.52 Original-X-Trace: 8 Jul 2006 17:15:33 -0400, 192.91.197.52 Original-Lines: 19 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!postnews.google.com!news3.google.com!border1.nntp.dca.giganews.com!nntp.giganews.com!newscon06.news.prodigy.com!prodigy.net!newsfeed-00.mathworks.com!news.mv.net!mozart.jlc.net!news.greennet.net!192.91.197.52 Original-Xref: shelby.stanford.edu gnu.emacs.help:140235 X-Originally-To: exits funnel Original-To: help-gnu-emacs@gnu.org 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:35863 Archived-At: M-x hexl-mode View and overwrite, but not insert. exits funnel wrote: > Hello, > > I'm running native windows emacs 21.3.1 on Win2000. > I'm wondering if there is some mode (or something > else) which will allow me to view binary data in some > organized, easy to understand way. This is the sort > of thing I'd normally use hexdump for but, alas, I'm > stuck for the time being on Windows and it seems > Cygwin doesn't include hexdump. Apropos binary listed > a few results but none of them seemed to be of much > help. So, can emacs help me out here? Thanks in > advance. > > -exits