From debbugs-submit-bounces@debbugs.gnu.org Mon Sep 13 17:37:02 2010 Received: (at submit) by debbugs.gnu.org; 13 Sep 2010 21:37:02 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OvGhy-0007Qj-9E for submit@debbugs.gnu.org; Mon, 13 Sep 2010 17:37:02 -0400 Received: from eggs.gnu.org ([140.186.70.92]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OvGhw-0007QZ-EC for submit@debbugs.gnu.org; Mon, 13 Sep 2010 17:37:00 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OvGk0-0001vg-Kb for submit@debbugs.gnu.org; Mon, 13 Sep 2010 17:39:13 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM, HTML_MESSAGE,RCVD_IN_DNSWL_NONE,T_DKIM_INVALID,T_TO_NO_BRKTS_FREEMAIL autolearn=unavailable version=3.3.1 Received: from lists.gnu.org ([199.232.76.165]:55216) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OvGk0-0001vc-Il for submit@debbugs.gnu.org; Mon, 13 Sep 2010 17:39:08 -0400 Received: from [140.186.70.92] (port=55586 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OvGjw-0001wH-1n for bug-gnu-emacs@gnu.org; Mon, 13 Sep 2010 17:39:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OvGjr-0001uf-Dj for bug-gnu-emacs@gnu.org; Mon, 13 Sep 2010 17:39:03 -0400 Received: from mail-ww0-f45.google.com ([74.125.82.45]:36868) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OvGjr-0001uU-9h for bug-gnu-emacs@gnu.org; Mon, 13 Sep 2010 17:38:59 -0400 Received: by wwi18 with SMTP id 18so6045910wwi.26 for ; Mon, 13 Sep 2010 14:38:57 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:date:message-id :subject:from:to:content-type; bh=VeNKZKzmfVxdZTmraw8i5qLpsGvJaZc/cyzbe2wcfL4=; b=Qm9RDheFQscMyZCApzupzH47oOKIJ+z5hJY2mzi/aRQxacSRE4BRk3INNg7o0qk9yD r4FdRVZpaPs2OdZZd6r4Kz3g0jUWpZvyLoj4QcXhGyNmFkzPyiNaCuL7LuIJyVPAZ21h dJzeniInyNa/ECjVt8IQ349MpueTalNp5JjkI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=g0dUNuD/3uZ7uCWuF9uokDK6neT23UtNk4ZYWTFmTP9+muevCn2GD2wFWJrJTZOKVt 1X9MG2uEWHWSvAE5QS7un4IFHYB3Sacnu/EDrQwWPx8V4GRlw7OvN2i1B4VSKVZoafZn brGL2HcFuLNrNuQ4HInc15ThXKFEBTcl1Lmfc= MIME-Version: 1.0 Received: by 10.216.90.140 with SMTP id e12mr4933731wef.9.1284413937399; Mon, 13 Sep 2010 14:38:57 -0700 (PDT) Received: by 10.216.25.143 with HTTP; Mon, 13 Sep 2010 14:38:57 -0700 (PDT) Date: Tue, 14 Sep 2010 00:38:57 +0300 Message-ID: Subject: hexl-mode ignores next-screen-context-lines From: Esa Peuha To: bug-gnu-emacs@gnu.org Content-Type: multipart/alternative; boundary=0016e6d99ba67bb78204902aec1b X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6, seldom 2.4 (older, 4) X-Spam-Score: -5.9 (-----) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -5.9 (-----) --0016e6d99ba67bb78204902aec1b Content-Type: text/plain; charset=ISO-8859-1 hexl-mode replaces scroll-down and scroll-up with hexl-scroll-down and hexl-scroll-up, but these functions ignore next-screen-context-lines; when ruler-mode is off, they scroll by exactly as many lines as are shown in the window, and when ruler-mode is on (as it is by default), they scroll by one line more than are visible (in other words, they skip a line). --0016e6d99ba67bb78204902aec1b Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable hexl-mode replaces scroll-down and scroll-up with hexl-scroll-down and
h= exl-scroll-up, but these functions ignore next-screen-context-lines;
whe= n ruler-mode is off, they scroll by exactly as many lines as are
shown i= n the window, and when ruler-mode is on (as it is by default),
they scroll by one line more than are visible (in other words, they
skip= a line).

--0016e6d99ba67bb78204902aec1b-- From debbugs-submit-bounces@debbugs.gnu.org Tue Dec 08 11:57:39 2020 Received: (at 7031) by debbugs.gnu.org; 8 Dec 2020 16:57:39 +0000 Received: from localhost ([127.0.0.1]:59404 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kmgJ0-0004vV-To for submit@debbugs.gnu.org; Tue, 08 Dec 2020 11:57:39 -0500 Received: from quimby.gnus.org ([95.216.78.240]:53592) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kmgIy-0004v7-UZ for 7031@debbugs.gnu.org; Tue, 08 Dec 2020 11:57:37 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnus.org; s=20200322; h=Content-Type:MIME-Version:Message-ID:In-Reply-To:Date: References:Subject:Cc:To:From:Sender:Reply-To:Content-Transfer-Encoding: Content-ID:Content-Description:Resent-Date:Resent-From:Resent-Sender: Resent-To:Resent-Cc:Resent-Message-ID:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=kSHTnDjHfDxcUu/vP/IfyeCosLP/bIPOV3itGfMNtLM=; b=L+IPXoGRt4UKSTd2dUXDxJYjwh 5ryOrZxbUNEP2PUVry69RxiUm/QTDq/IPpbGQGDHRwX9kpVEP8FJ5RYEvGlQT4atRvrbdCWhtbRWA zd5ceQboPnplxDDgKEg4F/vNAdPTO6VxV9IwqqvFLg3LPZRFrYt1JUElnZFgD49i/SY8=; Received: from cm-84.212.202.86.getinternet.no ([84.212.202.86] helo=xo) by quimby.gnus.org with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1kmgIo-000512-S7; Tue, 08 Dec 2020 17:57:30 +0100 From: Lars Ingebrigtsen To: Esa Peuha Subject: Re: bug#7031: hexl-mode ignores next-screen-context-lines References: X-Now-Playing: Actress's _Karma & Desire_: "Remembrance (feat. Zsela)" Date: Tue, 08 Dec 2020 17:57:25 +0100 In-Reply-To: (Esa Peuha's message of "Tue, 14 Sep 2010 00:38:57 +0300") Message-ID: <87sg8gdymi.fsf@gnus.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Report: Spam detection software, running on the system "quimby.gnus.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see @@CONTACT_ADDRESS@@ for details. Content preview: Esa Peuha writes: > hexl-mode replaces scroll-down and scroll-up with hexl-scroll-down and > hexl-scroll-up, but these functions ignore next-screen-context-lines; > when ruler-mode is off, they scroll by exactly as man [...] Content analysis details: (-2.9 points, 5.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -1.0 ALL_TRUSTED Passed through trusted hosts only via SMTP -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 7031 Cc: 7031@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) Esa Peuha writes: > hexl-mode replaces scroll-down and scroll-up with hexl-scroll-down and > hexl-scroll-up, but these functions ignore next-screen-context-lines; > when ruler-mode is off, they scroll by exactly as many lines as are > shown in the window, and when ruler-mode is on (as it is by default), > they scroll by one line more than are visible (in other words, they > skip a line). This is now fixed in Emacs 28. -- (domestic pets only, the antidote for overdose, milk.) bloggy blog: http://lars.ingebrigtsen.no From debbugs-submit-bounces@debbugs.gnu.org Tue Dec 08 11:57:43 2020 Received: (at control) by debbugs.gnu.org; 8 Dec 2020 16:57:43 +0000 Received: from localhost ([127.0.0.1]:59408 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kmgJ5-0004vm-68 for submit@debbugs.gnu.org; Tue, 08 Dec 2020 11:57:43 -0500 Received: from quimby.gnus.org ([95.216.78.240]:53606) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kmgJ3-0004vM-SL for control@debbugs.gnu.org; Tue, 08 Dec 2020 11:57:42 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnus.org; s=20200322; h=Subject:From:To:Message-Id:Date:Sender:Reply-To:Cc: MIME-Version:Content-Type:Content-Transfer-Encoding:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:In-Reply-To:References:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=k4MyOWfyVJrkQIJ+wJE45GL4l1DWxTUnYIBN9FF9czU=; b=FM+WkjvYWtiKNv/ux7vwGA4Mx/ X3RuzLgQf7yO7C/hBSnCO6P5O2Fie+BInCnVz3CZ5FaOMOqlxzPGzQHxhcRVef81M1JD4kV5xR1oq 9bDZEoWwBzkd96c+BFxycM4Gi8d385FAsBT8o4znw/7huiur4gvTp9zwM0HtwNyYOTfE=; Received: from cm-84.212.202.86.getinternet.no ([84.212.202.86] helo=xo) by quimby.gnus.org with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1kmgIw-00051A-5G for control@debbugs.gnu.org; Tue, 08 Dec 2020 17:57:36 +0100 Date: Tue, 08 Dec 2020 17:57:33 +0100 Message-Id: <87r1o0dyma.fsf@gnus.org> To: control@debbugs.gnu.org From: Lars Ingebrigtsen Subject: control message for bug #7031 X-Spam-Report: Spam detection software, running on the system "quimby.gnus.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see @@CONTACT_ADDRESS@@ for details. Content preview: tags 7031 fixed close 7031 28.1 quit Content analysis details: (-2.9 points, 5.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -1.0 ALL_TRUSTED Passed through trusted hosts only via SMTP -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: control X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) tags 7031 fixed close 7031 28.1 quit From debbugs-submit-bounces@debbugs.gnu.org Tue Dec 08 18:21:25 2020 Received: (at 7031) by debbugs.gnu.org; 8 Dec 2020 23:21:25 +0000 Received: from localhost ([127.0.0.1]:60186 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kmmIO-0000RV-Sw for submit@debbugs.gnu.org; Tue, 08 Dec 2020 18:21:25 -0500 Received: from mailscanner.iro.umontreal.ca ([132.204.25.50]:1512) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kmmIL-0000RF-TN for 7031@debbugs.gnu.org; Tue, 08 Dec 2020 18:21:23 -0500 Received: from pmg3.iro.umontreal.ca (localhost [127.0.0.1]) by pmg3.iro.umontreal.ca (Proxmox) with ESMTP id 300F7441718; Tue, 8 Dec 2020 18:21:16 -0500 (EST) Received: from mail01.iro.umontreal.ca (unknown [172.31.2.1]) by pmg3.iro.umontreal.ca (Proxmox) with ESMTP id E8F6D441715; Tue, 8 Dec 2020 18:21:14 -0500 (EST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=iro.umontreal.ca; s=mail; t=1607469674; bh=oAfYzQpZTwFsk2AdBByGxE/I0YzvL9L1JEzP6tPQCjc=; h=From:To:Cc:Subject:References:Date:In-Reply-To:From; b=MK2J/TuC5bxOXPw86T8dVohQ+gLo8ACKJg8nWuhFoYgBJDoYdeSSCcVTlmxwvq/+m FyVI7yo4ZZqGWGkgUZZoEMVCh4ffqlpyF6DuDPrE5xQMYbn10JI3nvHosTspUXGRWo ar+7+D6WLWDhlMw1aZy9BwjxKzSHqmGJt7axhaMJIm4WQ82xsMa3BZKgdxkIKK4hJX oXj8t/ddxxVJlVXTPwLvVmQ7C/GQN6PcmsYNbZa8mciEPBCEHHSLN5VUrCIC90S1px O8ajMpqh+Ne9a1Et3/mLkz0RhCp9kxIDG2kN+10X+hexC2CRIR1+fg0UoGpd8+GtO9 WFq7A/WHE0jYw== Received: from alfajor (69-165-136-52.dsl.teksavvy.com [69.165.136.52]) by mail01.iro.umontreal.ca (Postfix) with ESMTPSA id A2CF9120207; Tue, 8 Dec 2020 18:21:14 -0500 (EST) From: Stefan Monnier To: Lars Ingebrigtsen Subject: Re: bug#7031: hexl-mode ignores next-screen-context-lines Message-ID: References: <87sg8gdymi.fsf@gnus.org> Date: Tue, 08 Dec 2020 18:21:13 -0500 In-Reply-To: <87sg8gdymi.fsf@gnus.org> (Lars Ingebrigtsen's message of "Tue, 08 Dec 2020 17:57:25 +0100") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-SPAM-INFO: Spam detection results: 0 ALL_TRUSTED -1 Passed through trusted hosts only via SMTP AWL -0.070 Adjusted score from AWL reputation of From: address BAYES_00 -1.9 Bayes spam probability is 0 to 1% DKIM_SIGNED 0.1 Message has a DKIM or DK signature, not necessarily valid DKIM_VALID -0.1 Message has at least one valid DKIM or DK signature DKIM_VALID_AU -0.1 Message has a valid DKIM or DK signature from author's domain X-SPAM-LEVEL: X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 7031 Cc: 7031@debbugs.gnu.org, Esa Peuha X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) >> hexl-mode replaces scroll-down and scroll-up with hexl-scroll-down and >> hexl-scroll-up, but these functions ignore next-screen-context-lines; >> when ruler-mode is off, they scroll by exactly as many lines as are >> shown in the window, and when ruler-mode is on (as it is by default), >> they scroll by one line more than are visible (in other words, they >> skip a line). > > This is now fixed in Emacs 28. BTW, I believe this was already fixed in `nhexl-mode`. Stefan From unknown Sun Jun 22 00:16:49 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Wed, 06 Jan 2021 12:24:07 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator