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, 24 Mar 2012 21:32:12 +0200 Message-ID: <83y5qpsslf.fsf@gnu.org> References: Reply-To: Eli Zaretskii NNTP-Posting-Host: plane.gmane.org X-Trace: dough.gmane.org 1332617652 8592 80.91.229.3 (24 Mar 2012 19:34:12 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sat, 24 Mar 2012 19:34:12 +0000 (UTC) Cc: 11063@debbugs.gnu.org To: Stefan Monnier Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Sat Mar 24 20:34:09 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 1SBWj3-0003pa-Bz for geb-bug-gnu-emacs@m.gmane.org; Sat, 24 Mar 2012 20:34:09 +0100 Original-Received: from localhost ([::1]:55637 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SBWj2-0002is-Lq for geb-bug-gnu-emacs@m.gmane.org; Sat, 24 Mar 2012 15:34:08 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:49592) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SBWiz-0002i2-1V for bug-gnu-emacs@gnu.org; Sat, 24 Mar 2012 15:34:06 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SBWix-0003DC-84 for bug-gnu-emacs@gnu.org; Sat, 24 Mar 2012 15:34:04 -0400 Original-Received: from debbugs.gnu.org ([140.186.70.43]:58618) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SBWix-0003D5-4C for bug-gnu-emacs@gnu.org; Sat, 24 Mar 2012 15:34:03 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.72) (envelope-from ) id 1SBXCw-000084-9k for bug-gnu-emacs@gnu.org; Sat, 24 Mar 2012 16:05:02 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Eli Zaretskii Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Sat, 24 Mar 2012 20:05:02 +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.1332619450426 (code B ref 11063); Sat, 24 Mar 2012 20:05:02 +0000 Original-Received: (at 11063) by debbugs.gnu.org; 24 Mar 2012 20:04:10 +0000 Original-Received: from localhost ([127.0.0.1]:37217 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1SBXC5-00006o-73 for submit@debbugs.gnu.org; Sat, 24 Mar 2012 16:04:09 -0400 Original-Received: from mtaout22.012.net.il ([80.179.55.172]:41952) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1SBXBW-00005u-QK for 11063@debbugs.gnu.org; Sat, 24 Mar 2012 16:04:07 -0400 Original-Received: from conversion-daemon.a-mtaout22.012.net.il by a-mtaout22.012.net.il (HyperSendmail v2007.08) id <0M1E00I00M8HZV00@a-mtaout22.012.net.il> for 11063@debbugs.gnu.org; Sat, 24 Mar 2012 21:32:15 +0200 (IST) Original-Received: from HOME-C4E4A596F7 ([84.229.240.24]) by a-mtaout22.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0M1E00H3TM9OY2O0@a-mtaout22.012.net.il>; Sat, 24 Mar 2012 21:32:15 +0200 (IST) 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:58100 Archived-At: > From: Stefan Monnier > Date: Wed, 21 Mar 2012 23:23:05 -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. Similar problems happen in Emacs 23.3, although there they are only visible if you move cursor vertically with C-n until Emacs scrolls the display. So this is not a regression wrt Emacs 23. I will look into this in a couple of days.