From owner-freebsd-questions@FreeBSD.ORG Fri May 14 11:50:54 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E0DBF16A4CE for ; Fri, 14 May 2004 11:50:54 -0700 (PDT) Received: from thalia.otenet.gr (thalia.otenet.gr [195.170.0.8]) by mx1.FreeBSD.org (Postfix) with ESMTP id 10FE543D45 for ; Fri, 14 May 2004 11:50:54 -0700 (PDT) (envelope-from keramida@ceid.upatras.gr) Received: from gothmog.gr (patr530-b240.otenet.gr [212.205.244.248]) by thalia.otenet.gr (8.12.10/8.12.10) with ESMTP id i4EIocDu022100; Fri, 14 May 2004 21:50:50 +0300 (EEST) Received: from gothmog.gr (gothmog [127.0.0.1]) by gothmog.gr (8.12.11/8.12.11) with ESMTP id i4DLwPN8030375; Fri, 14 May 2004 00:58:25 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Received: (from giorgos@localhost) by gothmog.gr (8.12.11/8.12.11/Submit) id i4DLwPDc030374; Fri, 14 May 2004 00:58:25 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Date: Fri, 14 May 2004 00:58:25 +0300 From: Giorgos Keramidas To: jason-dusek@uiowa.edu Message-ID: <20040513215825.GB2334@gothmog.gr> References: <40A2EEC6.9000708@cs.uiowa.edu> <20040513035419.GA594@ns1.tcbug.org> <40A2F53D.9020504@cs.uiowa.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <40A2F53D.9020504@cs.uiowa.edu> cc: freebsd-questions@freebsd.org Subject: Re: Graphical Hex Editor X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 May 2004 18:50:55 -0000 On 2004-05-12 23:10, Jason Dusek wrote: > Unfortunately, I do not have KDE. Is there some kind of EMACS mode for > hexediting? There are two modes for hex editing in my GNU Emacs (version 21.3.1). The first is a major mode, invoked by `M-x hexl-find-file'. The second is `M-x hexl-mode' -- a minor mode -- that can be used while visiting any file in an Emacs buffer. This should work with any sort of file you have already opened. When you're done editing in hex, you can always exit the hexl-minor-mode by typing `M-x hexl-mode-exit' (usually bound to the key sequence `C-c C-c'). More details in your Emacs info manuals :-) - Giorgos