From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Masatake YAMATO Newsgroups: gmane.emacs.devel Subject: Re: eldoc support in hexl mode Date: Fri, 05 Mar 2004 03:23:22 +0900 (JST) Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: <20040305.032322.238266148.jet@gyve.org> References: <20040209.162742.112625647.jet@gyve.org> <20040217.222408.21910134.jet@gyve.org> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1078707972 1985 80.91.224.253 (8 Mar 2004 01:06:12 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 8 Mar 2004 01:06:12 +0000 (UTC) Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Mon Mar 08 02:06:06 2004 Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1B09Da-00061V-00 for ; Mon, 08 Mar 2004 02:06:06 +0100 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1B09DZ-0004KG-00 for ; Mon, 08 Mar 2004 02:06:05 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.30) id 1B09CQ-0007A8-Vf for emacs-devel@quimby.gnus.org; Sun, 07 Mar 2004 20:04:54 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.30) id 1AyxVt-0008ST-Bn for emacs-devel@gnu.org; Thu, 04 Mar 2004 13:24:05 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.30) id 1AyxVM-0008BA-2I for emacs-devel@gnu.org; Thu, 04 Mar 2004 13:24:03 -0500 Original-Received: from [210.130.136.40] (helo=r-maa.spacetown.ne.jp) by monty-python.gnu.org with esmtp (Exim 4.30) id 1AyxVL-00089v-Ch for emacs-devel@gnu.org; Thu, 04 Mar 2004 13:23:31 -0500 Original-Received: from localhost (h219-110-074-199.catv01.itscom.jp [219.110.74.199]) by r-maa.spacetown.ne.jp (8.11.6) with ESMTP id i24INNG23700 for ; Fri, 5 Mar 2004 03:23:24 +0900 (JST) Original-To: emacs-devel@gnu.org In-Reply-To: <20040217.222408.21910134.jet@gyve.org> X-Mailer: Mew version 4.0.62 on Emacs 21.3.50 / Mule 5.0 (SAKAKI) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.2 Precedence: list List-Id: Emacs development discussions. List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:20263 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:20263 > > I've written eldoc support in hexl mode. > > With my patch, the address of the point in hexl mode buffer > > is displayed real time. > > > > Masatake YAMATO > > > > 2004-02-09 Masatake YAMATO > > > > * hexl.el (hexl-mode): Set `hexl-print-current-point-info' > > as the callback function for eldoc. > > (hexl-print-current-point-info): New function. > > (hexl-current-address): print the address in both decimal > > and hexadecimal format. > > No objection to install to the CVS repository? I've got no approval nor objection, I've just installed. Masatake YAMATO