From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Masatake YAMATO Newsgroups: gmane.emacs.devel Subject: Re: patch: make hexl mode support 8, 32 and 64 bit groups (fwd) Date: Fri, 13 Oct 2006 20:29:11 +0900 (JST) Message-ID: <20061013.202911.164001719.jet@gyve.org> References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1160741524 25001 80.91.229.2 (13 Oct 2006 12:12:04 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 13 Oct 2006 12:12:04 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Oct 13 14:11:59 2006 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1GYLt6-0007ty-11 for ged-emacs-devel@m.gmane.org; Fri, 13 Oct 2006 14:11:40 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GYLt5-00022m-6B for ged-emacs-devel@m.gmane.org; Fri, 13 Oct 2006 08:11:39 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1GYLoW-0006wL-8v for emacs-devel@gnu.org; Fri, 13 Oct 2006 08:06:56 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1GYLoR-0006sY-49 for emacs-devel@gnu.org; Fri, 13 Oct 2006 08:06:55 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GYLoQ-0006sL-TW for emacs-devel@gnu.org; Fri, 13 Oct 2006 08:06:51 -0400 Original-Received: from [66.187.233.31] (helo=mx1.redhat.com) by monty-python.gnu.org with esmtp (Exim 4.52) id 1GYLwr-0002Dn-Gi for emacs-devel@gnu.org; Fri, 13 Oct 2006 08:15:33 -0400 Original-Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.12.11.20060308/8.12.11) with ESMTP id k9DC6at6001387; Fri, 13 Oct 2006 08:06:36 -0400 Original-Received: from pobox.tokyo.redhat.com (pobox.tokyo.redhat.com [172.16.33.225]) by int-mx1.corp.redhat.com (8.12.11.20060308/8.12.11) with ESMTP id k9DC6ZFj012075; Fri, 13 Oct 2006 08:06:36 -0400 Original-Received: from localhost (dhcp92.tokyo.redhat.com [172.16.33.92]) by pobox.tokyo.redhat.com (8.12.8/8.12.8) with ESMTP id k9DC6XPe018464; Fri, 13 Oct 2006 21:06:33 +0900 Original-To: vivek@etla.org In-Reply-To: X-Mailer: Mew version 4.2.53 on Emacs 22.0.51 / Mule 5.0 (SAKAKI) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:60711 Archived-At: > Hi - this kind of sank without a trace last time I posted it, and it's > been a couple of months, so I thought I'd post it again to see if there > was any interest this time around. Apologies if this is considered bad > manners. I think your patch is quite interesting. I also have wanted to improve binary file handling in emacs. You may have interest in my binareal. (http://www.gyve.org/~jet/binareal.png) However, the release of emacs is delayed. So I think we should suspend adding new functions to it for a while. Masatake YAMATO