From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Vivek Dasmohapatra Newsgroups: gmane.emacs.bugs Subject: bug#4941: hexl mode update (variable word size in hexl mode) Date: Thu, 12 Apr 2012 17:02:23 +0100 (BST) Message-ID: References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Trace: dough.gmane.org 1334246596 30248 80.91.229.3 (12 Apr 2012 16:03:16 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 12 Apr 2012 16:03:16 +0000 (UTC) Cc: 4941@debbugs.gnu.org To: Lars Magne Ingebrigtsen Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Thu Apr 12 18:03:14 2012 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1SIMUH-00006R-5e for geb-bug-gnu-emacs@m.gmane.org; Thu, 12 Apr 2012 18:03:09 +0200 Original-Received: from localhost ([::1]:51466 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SIMUG-0000Y0-F9 for geb-bug-gnu-emacs@m.gmane.org; Thu, 12 Apr 2012 12:03:08 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:42984) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SIMU9-0000JX-25 for bug-gnu-emacs@gnu.org; Thu, 12 Apr 2012 12:03:06 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SIMTx-0002Of-Pj for bug-gnu-emacs@gnu.org; Thu, 12 Apr 2012 12:03:00 -0400 Original-Received: from debbugs.gnu.org ([140.186.70.43]:57961) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SIMTx-0002OI-Md for bug-gnu-emacs@gnu.org; Thu, 12 Apr 2012 12:02:49 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.72) (envelope-from ) id 1SIMV8-00016C-2I for bug-gnu-emacs@gnu.org; Thu, 12 Apr 2012 12:04:02 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Vivek Dasmohapatra Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Thu, 12 Apr 2012 16:04:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 4941 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: fixed patch Original-Received: via spool by 4941-submit@debbugs.gnu.org id=B4941.13342466274200 (code B ref 4941); Thu, 12 Apr 2012 16:04:02 +0000 Original-Received: (at 4941) by debbugs.gnu.org; 12 Apr 2012 16:03:47 +0000 Original-Received: from localhost ([127.0.0.1]:54499 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1SIMUs-00015g-9f for submit@debbugs.gnu.org; Thu, 12 Apr 2012 12:03:46 -0400 Original-Received: from flounder.pepperfish.net ([89.238.129.35]:51157) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1SIMUq-00015Z-OR for 4941@debbugs.gnu.org; Thu, 12 Apr 2012 12:03:45 -0400 Original-Received: from localhost ([127.0.0.1]) by flounder.pepperfish.net with esmtps (Exim 4.71 #1 (Debian)) id 1SIMTb-00052h-DW; Thu, 12 Apr 2012 17:02:27 +0100 X-X-Sender: vivek@octopus.pepperfish.net In-Reply-To: User-Agent: Alpine 2.00 (DEB 1167 2008-08-23) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Received-From: 140.186.70.43 X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:58888 Archived-At: > `-mode' functions don't usually take additional arguments to control > setup, so I think having a defcustom here is fine. I've applied your > patch to the Emacs trunk. One of the people I asked to test found a bug - as soon as he's verified the fix, I'll post a supplementary patch.