From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: John McCabe Newsgroups: gmane.emacs.help Subject: Re: Reading file in emacs Date: Wed, 23 Jun 2010 10:05:54 +0100 Organization: Aioe.org NNTP Server Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1291845778 17854 80.91.229.12 (8 Dec 2010 22:02:58 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 8 Dec 2010 22:02:58 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Dec 08 23:02:53 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 1PQS63-0003HL-Ix for geh-help-gnu-emacs@m.gmane.org; Wed, 08 Dec 2010 23:02:47 +0100 Original-Received: from localhost ([127.0.0.1]:45234 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PQS63-0001U7-1s for geh-help-gnu-emacs@m.gmane.org; Wed, 08 Dec 2010 17:02:47 -0500 Original-Path: usenet.stanford.edu!goblin2!goblin.stu.neva.ru!aioe.org!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 12 Original-NNTP-Posting-Host: RXEkuaSUwmKe0XIGFYSK7A.user.speranza.aioe.org Original-X-Complaints-To: abuse@aioe.org X-Notice: Filtered by postfilter v. 0.8.2 X-Newsreader: Forte Agent 2.0/32.652 Original-Xref: usenet.stanford.edu gnu.emacs.help:179204 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:76098 Archived-At: On Tue, 22 Jun 2010 22:05:18 -0600, Qiang Guo wrote: >Here comes my second question, how to process file >in a byte-by-byte fashion, for instance, instead of editing >a line of text, I'd like to edit directly their binary >representations ? M-x hexl-mode Does that help?