From unknown Sun Jun 22 07:51:59 2025 X-Loop: help-debbugs@gnu.org Subject: bug#21752: v n n... should move cursor in dired Resent-From: =?UTF-8?Q?=E7=A9=8D=E4=B8=B9=E5=B0=BC?= Dan Jacobson Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Sun, 25 Oct 2015 00:00:04 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 21752 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: 21752@debbugs.gnu.org X-Debbugs-Original-To: bug-gnu-emacs Received: via spool by submit@debbugs.gnu.org id=B.144573115423193 (code B ref -1); Sun, 25 Oct 2015 00:00:04 +0000 Received: (at submit) by debbugs.gnu.org; 24 Oct 2015 23:59:14 +0000 Received: from localhost ([127.0.0.1]:37174 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1Zq8iQ-000621-2g for submit@debbugs.gnu.org; Sat, 24 Oct 2015 19:59:14 -0400 Received: from eggs.gnu.org ([208.118.235.92]:34660) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1Zq8iN-00061s-IP for submit@debbugs.gnu.org; Sat, 24 Oct 2015 19:59:12 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Zq8iM-0004Jh-9O for submit@debbugs.gnu.org; Sat, 24 Oct 2015 19:59:11 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-0.5 required=5.0 tests=BAYES_05,T_DKIM_INVALID autolearn=disabled version=3.3.2 Received: from lists.gnu.org ([2001:4830:134:3::11]:49611) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zq8iM-0004Jd-6F for submit@debbugs.gnu.org; Sat, 24 Oct 2015 19:59:10 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:44656) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zq8iL-0004h4-8c for bug-gnu-emacs@gnu.org; Sat, 24 Oct 2015 19:59:10 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Zq8iI-0004JC-2J for bug-gnu-emacs@gnu.org; Sat, 24 Oct 2015 19:59:09 -0400 Received: from homie.mail.dreamhost.com ([208.97.132.208]:48756 helo=homiemail-a2.g.dreamhost.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zq8iH-0004Hh-QD for bug-gnu-emacs@gnu.org; Sat, 24 Oct 2015 19:59:05 -0400 Received: from homiemail-a2.g.dreamhost.com (localhost [127.0.0.1]) by homiemail-a2.g.dreamhost.com (Postfix) with ESMTP id 93D1228006D for ; Sat, 24 Oct 2015 16:58:47 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=jidanni.org; h=from:to :subject:date:message-id:mime-version:content-type; s= jidanni.org; bh=771piKmBahDYrC6xAgd5zkkv9m8=; b=h+odkOUi+nskLNil gsbr7k8GzVr79SOPxzcpZ4ME5Ofrm/fJNc6Ute1JAe6sLokgPHaOCFB9kRbSRcd7 uFk8+prxSVMgYj9g1ajTafvTIGtyhRwPncPcks6FnA709Vba9vLisTvbJTCBTk7Y TTlZrT5BaR0wJDEmt/qb0RuxX9o= Received: from jidanni.org (114-26-45-77.dynamic.hinet.net [114.26.45.77]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (No client certificate requested) (Authenticated sender: jidanni@jidanni.org) by homiemail-a2.g.dreamhost.com (Postfix) with ESMTPSA id 5B2AA280062 for ; Sat, 24 Oct 2015 16:58:47 -0700 (PDT) From: =?UTF-8?Q?=E7=A9=8D=E4=B8=B9=E5=B0=BC?= Dan Jacobson Date: Sun, 25 Oct 2015 07:57:24 +0800 Message-ID: <87bnbnx1jv.fsf@jidanni.org> MIME-Version: 1.0 Content-Type: text/plain X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2001:4830:134:3::11 X-Spam-Score: -5.0 (-----) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 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: -5.0 (-----) In a directory full of images, n n n n n v n n n n n n n n n n n q R should remember to always keep the cursor upon the current image. That way when we use R we move the last image we were looking at, not the first image we were looking at. Also when if we hit another v, we can resume viewing where we left off, and not where we started. Also we should be able to use R when we are looking at an image too... Also note that n n n n stops at the end of the directory, but v n n n n rotates back up. Probably the same with p. emacs-version "24.5.1" From unknown Sun Jun 22 07:51:59 2025 X-Loop: help-debbugs@gnu.org Subject: bug#21752: v n n... should move cursor in dired Resent-From: Lars Ingebrigtsen Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Wed, 09 Oct 2019 05:02:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 21752 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: =?UTF-8?Q?=E7=A9=8D=E4=B8=B9=E5=B0=BC?= Dan Jacobson Cc: 21752@debbugs.gnu.org Received: via spool by 21752-submit@debbugs.gnu.org id=B21752.157059728615132 (code B ref 21752); Wed, 09 Oct 2019 05:02:02 +0000 Received: (at 21752) by debbugs.gnu.org; 9 Oct 2019 05:01:26 +0000 Received: from localhost ([127.0.0.1]:51867 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1iI46I-0003vz-2c for submit@debbugs.gnu.org; Wed, 09 Oct 2019 01:01:26 -0400 Received: from quimby.gnus.org ([80.91.231.51]:53490) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1iI46F-0003vp-So for 21752@debbugs.gnu.org; Wed, 09 Oct 2019 01:01:24 -0400 Received: from cm-84.212.202.86.getinternet.no ([84.212.202.86] helo=marnie) by quimby.gnus.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.89) (envelope-from ) id 1iI46A-0002yF-Sy; Wed, 09 Oct 2019 07:01:21 +0200 From: Lars Ingebrigtsen References: <87bnbnx1jv.fsf@jidanni.org> Date: Wed, 09 Oct 2019 07:01:18 +0200 In-Reply-To: <87bnbnx1jv.fsf@jidanni.org> ("=?UTF-8?Q?=E7=A9=8D=E4=B8=B9=E5=B0=BC?= Dan Jacobson"'s message of "Sun, 25 Oct 2015 07:57:24 +0800") Message-ID: <87lftutsv5.fsf@gnus.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable 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: =?UTF-8?Q?=E7=A9=8D=E4=B8=B9=E5=B0=BC?= Dan Jacobson writes: > In a directory full of images, > n n n n n v n n n n n n n n n n n q R > should remember to always keep the cursor upon the current image. > > That way when we use R we move the last image we were l [...] 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-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 (-) =E7=A9=8D=E4=B8=B9=E5=B0=BC Dan Jacobson writes: > In a directory full of images, > n n n n n v n n n n n n n n n n n q R > should remember to always keep the cursor upon the current image. > > That way when we use R we move the last image we were looking at, not > the first image we were looking at. Also when if we hit another v, we > can resume viewing where we left off, and not where we started. This is now fixed in Emacs 27. > Also we should be able to use R when we are looking at an image too... I think `q R' is fine here. --=20 (domestic pets only, the antidote for overdose, milk.) bloggy blog: http://lars.ingebrigtsen.no From debbugs-submit-bounces@debbugs.gnu.org Wed Oct 09 01:01:29 2019 Received: (at control) by debbugs.gnu.org; 9 Oct 2019 05:01:29 +0000 Received: from localhost ([127.0.0.1]:51870 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1iI46L-0003wG-Be for submit@debbugs.gnu.org; Wed, 09 Oct 2019 01:01:29 -0400 Received: from quimby.gnus.org ([80.91.231.51]:53504) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1iI46J-0003w7-G0 for control@debbugs.gnu.org; Wed, 09 Oct 2019 01:01:27 -0400 Received: from cm-84.212.202.86.getinternet.no ([84.212.202.86] helo=marnie) by quimby.gnus.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.89) (envelope-from ) id 1iI46G-0002yO-NU for control@debbugs.gnu.org; Wed, 09 Oct 2019 07:01:26 +0200 Date: Wed, 09 Oct 2019 07:01:24 +0200 Message-Id: <87k19etsuz.fsf@gnus.org> To: control@debbugs.gnu.org From: Lars Ingebrigtsen Subject: control message for bug #21752 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 21752 fixed close 21752 27.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 21752 fixed close 21752 27.1 quit