From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.bugs Subject: bug#11063: Window-start in the middle of a line with nhexl-mode Date: Sat, 31 Mar 2012 22:32:38 +0300 Message-ID: <83bonck1m1.fsf@gnu.org> References: <83limgk7m8.fsf@gnu.org> Reply-To: Eli Zaretskii NNTP-Posting-Host: plane.gmane.org X-Trace: dough.gmane.org 1333222445 15467 80.91.229.3 (31 Mar 2012 19:34:05 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sat, 31 Mar 2012 19:34:05 +0000 (UTC) Cc: 11063-done@debbugs.gnu.org To: Stefan Monnier Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Sat Mar 31 21:34:04 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 1SE43n-0000Fq-4X for geb-bug-gnu-emacs@m.gmane.org; Sat, 31 Mar 2012 21:34:03 +0200 Original-Received: from localhost ([::1]:56455 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SE43m-0003lC-5r for geb-bug-gnu-emacs@m.gmane.org; Sat, 31 Mar 2012 15:34:02 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:36906) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SE43i-0003kv-DS for bug-gnu-emacs@gnu.org; Sat, 31 Mar 2012 15:33:59 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SE43g-0007kT-MH for bug-gnu-emacs@gnu.org; Sat, 31 Mar 2012 15:33:57 -0400 Original-Received: from debbugs.gnu.org ([140.186.70.43]:36704) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SE43g-0007kJ-IJ for bug-gnu-emacs@gnu.org; Sat, 31 Mar 2012 15:33:56 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.72) (envelope-from ) id 1SE43l-0004B7-V6 for bug-gnu-emacs@gnu.org; Sat, 31 Mar 2012 15:34:01 -0400 Resent-From: Eli Zaretskii Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-To: bug-gnu-emacs@gnu.org Resent-Date: Sat, 31 Mar 2012 19:34:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: cc-closed 11063 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: Mail-Followup-To: 11063@debbugs.gnu.org, eliz@gnu.org Original-Received: via spool by 11063-done@debbugs.gnu.org id=D11063.133322238315970 (code D ref 11063); Sat, 31 Mar 2012 19:34:01 +0000 Original-Received: (at 11063-done) by debbugs.gnu.org; 31 Mar 2012 19:33:03 +0000 Original-Received: from localhost ([127.0.0.1]:33241 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1SE42p-00049W-3m for submit@debbugs.gnu.org; Sat, 31 Mar 2012 15:33:03 -0400 Original-Received: from mtaout23.012.net.il ([80.179.55.175]:40785) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1SE42m-000495-7N for 11063-done@debbugs.gnu.org; Sat, 31 Mar 2012 15:33:01 -0400 Original-Received: from conversion-daemon.a-mtaout23.012.net.il by a-mtaout23.012.net.il (HyperSendmail v2007.08) id <0M1R00600KU24B00@a-mtaout23.012.net.il> for 11063-done@debbugs.gnu.org; Sat, 31 Mar 2012 22:32:35 +0300 (IDT) Original-Received: from HOME-C4E4A596F7 ([84.228.100.223]) by a-mtaout23.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0M1R005U6KYAX8O0@a-mtaout23.012.net.il>; Sat, 31 Mar 2012 22:32:35 +0300 (IDT) In-reply-to: X-012-Sender: halo1@inter.net.il 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:58407 Archived-At: > From: Stefan Monnier > Cc: 11063@debbugs.gnu.org > Date: Sat, 31 Mar 2012 15:07:44 -0400 > > >> % src/emacs -Q -l .../elpa/packages/nhexl-mode/nhexl-mode.el README > >> M-x nhexl-mode RET > >> > >> You'll see at the top of the screen that the window-start is in the > >> middle of one of the (display) lines, even though none of the display > >> lines are particularly long. > > The following one-liner fixes this. Whether to install this now is up > > to you; > > The fix looks good, so you might as well install it. Done as trunk revision 107714.