From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.bugs Subject: bug#11063: Window-start in the middle of a line with nhexl-mode Date: Sat, 31 Mar 2012 15:07:44 -0400 Message-ID: References: <83limgk7m8.fsf@gnu.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1333220882 5034 80.91.229.3 (31 Mar 2012 19:08:02 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sat, 31 Mar 2012 19:08:02 +0000 (UTC) Cc: 11063@debbugs.gnu.org To: Eli Zaretskii Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Sat Mar 31 21:08:01 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 1SE3eb-0004jN-Jt for geb-bug-gnu-emacs@m.gmane.org; Sat, 31 Mar 2012 21:08:01 +0200 Original-Received: from localhost ([::1]:52466 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SE3ea-0007II-QQ for geb-bug-gnu-emacs@m.gmane.org; Sat, 31 Mar 2012 15:08:00 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:42099) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SE3eY-0007Hr-6l for bug-gnu-emacs@gnu.org; Sat, 31 Mar 2012 15:07:59 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SE3eW-000258-Hs for bug-gnu-emacs@gnu.org; Sat, 31 Mar 2012 15:07:57 -0400 Original-Received: from debbugs.gnu.org ([140.186.70.43]:36676) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SE3eW-000251-EZ for bug-gnu-emacs@gnu.org; Sat, 31 Mar 2012 15:07:56 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.72) (envelope-from ) id 1SE3eb-0003Xh-PU for bug-gnu-emacs@gnu.org; Sat, 31 Mar 2012 15:08:01 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Stefan Monnier Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Sat, 31 Mar 2012 19:08:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 11063 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: Original-Received: via spool by 11063-submit@debbugs.gnu.org id=B11063.133322087413603 (code B ref 11063); Sat, 31 Mar 2012 19:08:01 +0000 Original-Received: (at 11063) by debbugs.gnu.org; 31 Mar 2012 19:07:54 +0000 Original-Received: from localhost ([127.0.0.1]:33214 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1SE3eU-0003XM-14 for submit@debbugs.gnu.org; Sat, 31 Mar 2012 15:07:54 -0400 Original-Received: from ironport2-out.teksavvy.com ([206.248.154.183]:36733) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1SE3eR-0003XF-TS for 11063@debbugs.gnu.org; Sat, 31 Mar 2012 15:07:52 -0400 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AicFAKU/KE9MCqRV/2dsb2JhbACBX5x7eYhwnhmGGQSbGYQJ X-IronPort-AV: E=Sophos;i="4.73,1,1325480400"; d="scan'208";a="170868566" Original-Received: from 76-10-164-85.dsl.teksavvy.com (HELO pastel.home) ([76.10.164.85]) by ironport2-out.teksavvy.com with ESMTP/TLS/ADH-AES256-SHA; 31 Mar 2012 15:07:45 -0400 Original-Received: by pastel.home (Postfix, from userid 20848) id E082B59445; Sat, 31 Mar 2012 15:07:44 -0400 (EDT) In-Reply-To: <83limgk7m8.fsf@gnu.org> (Eli Zaretskii's message of "Sat, 31 Mar 2012 20:22:55 +0300") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.94 (gnu/linux) 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:58401 Archived-At: >> % 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. > after all, nhexl-mode is not part of Emacs, and quite a corner > case at that. Agreed. Thank you, Stefan