From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Juri Linkov Newsgroups: gmane.emacs.bugs Subject: bug#4896: DocView: Continuous mode Date: Thu, 28 Apr 2022 20:35:02 +0300 Organization: LINKOV.NET Message-ID: <864k2d86e5.fsf@mail.linkov.net> References: <87tyx2anec.fsf@mail.jurta.org> <875ymtl8ai.fsf@gnus.org> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="850"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (x86_64-pc-linux-gnu) Cc: dalanicolai , 4896@debbugs.gnu.org To: Lars Ingebrigtsen Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Thu Apr 28 20:04:33 2022 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1nk8VE-000AYz-Cv for geb-bug-gnu-emacs@m.gmane-mx.org; Thu, 28 Apr 2022 20:04:32 +0200 Original-Received: from localhost ([::1]:56728 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1nk8VD-0000YM-Dd for geb-bug-gnu-emacs@m.gmane-mx.org; Thu, 28 Apr 2022 14:04:31 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:34438) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nk8Ul-0008AZ-4u for bug-gnu-emacs@gnu.org; Thu, 28 Apr 2022 14:04:03 -0400 Original-Received: from debbugs.gnu.org ([209.51.188.43]:55989) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1nk8Uk-0002Ii-RE for bug-gnu-emacs@gnu.org; Thu, 28 Apr 2022 14:04:02 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1nk8Uk-0002j8-NT for bug-gnu-emacs@gnu.org; Thu, 28 Apr 2022 14:04:02 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Juri Linkov Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Thu, 28 Apr 2022 18:04:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 4896 X-GNU-PR-Package: emacs Original-Received: via spool by 4896-submit@debbugs.gnu.org id=B4896.165116900810381 (code B ref 4896); Thu, 28 Apr 2022 18:04:02 +0000 Original-Received: (at 4896) by debbugs.gnu.org; 28 Apr 2022 18:03:28 +0000 Original-Received: from localhost ([127.0.0.1]:49874 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nk8UB-0002hN-OS for submit@debbugs.gnu.org; Thu, 28 Apr 2022 14:03:27 -0400 Original-Received: from relay9-d.mail.gandi.net ([217.70.183.199]:38351) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nk8UA-0002h8-19 for 4896@debbugs.gnu.org; Thu, 28 Apr 2022 14:03:26 -0400 Original-Received: (Authenticated sender: juri@linkov.net) by mail.gandi.net (Postfix) with ESMTPSA id 4C13DFF808; Thu, 28 Apr 2022 18:03:17 +0000 (UTC) In-Reply-To: <875ymtl8ai.fsf@gnus.org> (Lars Ingebrigtsen's message of "Thu, 28 Apr 2022 14:08:37 +0200") X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list 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-mx.org@gnu.org Original-Sender: "bug-gnu-emacs" Xref: news.gmane.io gmane.emacs.bugs:230902 Archived-At: >> With smooth scrolling, navigation keys like C-p/ and C-n/ >> on reaching the beginning/end of the current page should advance to the >> previous/next page. >> >> Using the mouse in the continuous mode requires advancing to another >> page on the page edges. >> >> Any opinions on implementing this? > > It seems like Juri implemented this at the time, and it seems to work > well for me. The discussion then went on to whether it should be a > minor mode (I don't think that's necessary) and various other > improvements in doc-view and image-mode, but I think that basically > everything concrete was covered, so I'm closing this bug report. I implemented only a simple version that doesn't scroll smoothly. Fortunately, now dalanicolai is making progress on the complete implementation of this feature. And development is going on on emacs-devel, so this request doesn't need to be kept open indeed.