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: ruler support in hexl mode Date: Mon, 15 Mar 2004 16:37:20 +0900 (JST) Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: <20040315.163720.179722046.jet@gyve.org> References: <20040312.150538.157235451.jet@gyve.org> <20040314.031312.21594984.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 1079336469 24788 80.91.224.253 (15 Mar 2004 07:41:09 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 15 Mar 2004 07:41:09 +0000 (UTC) Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Mon Mar 15 08:41:03 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 1B2mid-0003Lj-00 for ; Mon, 15 Mar 2004 08:41:03 +0100 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1B2mid-0005U8-00 for ; Mon, 15 Mar 2004 08:41:03 +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 1B2mgF-0002Qx-1Y for emacs-devel@quimby.gnus.org; Mon, 15 Mar 2004 02:38:35 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.30) id 1B2mfp-0002Le-LN for emacs-devel@gnu.org; Mon, 15 Mar 2004 02:38:09 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.30) id 1B2mfA-0001Hp-3c for emacs-devel@gnu.org; Mon, 15 Mar 2004 02:37:59 -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 1B2mf9-0001Dq-0j for emacs-devel@gnu.org; Mon, 15 Mar 2004 02:37:27 -0500 Original-Received: from localhost (nat-pool.jp.redhat.com [219.120.63.249]) by r-maa.spacetown.ne.jp (8.11.6) with ESMTP id i2F7bLq02673 for ; Mon, 15 Mar 2004 16:37:21 +0900 (JST) Original-To: emacs-devel@gnu.org In-Reply-To: <20040314.031312.21594984.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.4 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:20493 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:20493 I've installed "ruler support in hexl mode" code. I've changed a bit from the last posted patch; I'm using hl-line but the whole line is not highlighted. Only address prefix area is highlighted. See `hl-line-range-function' in hl-line.el. Thank the reviewers. Masatake YAMATO