From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: "Roland Winkler" Newsgroups: gmane.emacs.bugs Subject: bug#42824: 26.3; Feature request: implement 'smooth scroll' in djvu.el package Date: Wed, 28 Oct 2020 14:45:04 -0500 Message-ID: <51776.49199.252983.24473@gargle.gargle.HOWL> References: <8916ad6c75c76829bc0b43d6abc88f70e79ee816.camel@gmail.com> <87d014u0im.fsf@gnus.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="29133"; mail-complaints-to="usenet@ciao.gmane.io" Cc: Lars Ingebrigtsen , 42824@debbugs.gnu.org To: dalanicolai Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Wed Oct 28 20:46:17 2020 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 1kXrOi-0007Tx-L4 for geb-bug-gnu-emacs@m.gmane-mx.org; Wed, 28 Oct 2020 20:46:16 +0100 Original-Received: from localhost ([::1]:60392 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kXrOh-00014U-IT for geb-bug-gnu-emacs@m.gmane-mx.org; Wed, 28 Oct 2020 15:46:15 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:43636) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kXrOV-00013c-4x for bug-gnu-emacs@gnu.org; Wed, 28 Oct 2020 15:46:03 -0400 Original-Received: from debbugs.gnu.org ([209.51.188.43]:39265) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1kXrOU-0003QW-0v for bug-gnu-emacs@gnu.org; Wed, 28 Oct 2020 15:46:02 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1kXrOT-0007UG-Uj for bug-gnu-emacs@gnu.org; Wed, 28 Oct 2020 15:46:01 -0400 X-Loop: help-debbugs@gnu.org Resent-From: "Roland Winkler" Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Wed, 28 Oct 2020 19:46:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 42824 X-GNU-PR-Package: emacs Original-Received: via spool by 42824-submit@debbugs.gnu.org id=B42824.160391431428718 (code B ref 42824); Wed, 28 Oct 2020 19:46:01 +0000 Original-Received: (at 42824) by debbugs.gnu.org; 28 Oct 2020 19:45:14 +0000 Original-Received: from localhost ([127.0.0.1]:50811 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kXrNh-0007T8-Vq for submit@debbugs.gnu.org; Wed, 28 Oct 2020 15:45:14 -0400 Original-Received: from eggs.gnu.org ([209.51.188.92]:43406) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kXrNg-0007Su-EV for 42824@debbugs.gnu.org; Wed, 28 Oct 2020 15:45:12 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:51033) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kXrNb-0003C4-0G; Wed, 28 Oct 2020 15:45:07 -0400 Original-Received: from [2602:30a:2e52:d720:65b7:1416:12e7:8bfb] (port=42250 helo=regnitz) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_128_CBC_SHA1:128) (Exim 4.82) (envelope-from ) id 1kXrNa-0002Cb-FA; Wed, 28 Oct 2020 15:45:06 -0400 In-Reply-To: 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:191912 Archived-At: On Tue Oct 27 2020 dalanicolai wrote: > FYI it is inspired by `pdf-view-next-line-or-next-page` (and > complement) of the pdf-tools package. > > On Mon, 26 Oct 2020 at 22:43, Lars Ingebrigtsen wrote: > > Roland, could you take a look at this suggestion -- I've not used > djvu.el myself, so I'm not sure whether this would make sense or not: Thanks, I want to see how this can be used with Djvu mode. Is there a generic keybinding for similar commands in other modes? Are the suggested commands to be used with djvu-image-mode only or also with the text-based Djvu mode? Certainly, these use cases should be handled consistently.