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#16740: 24.2; Please allow C-p and C-n in minibuffer Date: Sat, 25 Dec 2021 20:30:42 +0200 Organization: LINKOV.NET Message-ID: <86h7awmt9p.fsf@mail.linkov.net> References: <7E039918541B4C4183BFDB8F015C743065ACC6@WCL-EXCH02.wcl.local> <266758c2-0b11-4526-854e-bb655805478a@default> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="10551"; 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: 16740@debbugs.gnu.org, Stefan Monnier , Ed Avis To: Stefan Kangas Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Sat Dec 25 19:32:15 2021 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 1n1Bq2-0002dL-Ui for geb-bug-gnu-emacs@m.gmane-mx.org; Sat, 25 Dec 2021 19:32:14 +0100 Original-Received: from localhost ([::1]:46472 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1n1Bq1-00005h-Iz for geb-bug-gnu-emacs@m.gmane-mx.org; Sat, 25 Dec 2021 13:32:13 -0500 Original-Received: from eggs.gnu.org ([209.51.188.92]:56708) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1n1Bpq-00005Y-Np for bug-gnu-emacs@gnu.org; Sat, 25 Dec 2021 13:32:02 -0500 Original-Received: from debbugs.gnu.org ([209.51.188.43]:56514) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1n1Bpq-0003QT-DK for bug-gnu-emacs@gnu.org; Sat, 25 Dec 2021 13:32:02 -0500 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1n1Bpq-0001Q9-2A for bug-gnu-emacs@gnu.org; Sat, 25 Dec 2021 13:32:02 -0500 X-Loop: help-debbugs@gnu.org Resent-From: Juri Linkov Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Sat, 25 Dec 2021 18:32:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 16740 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: moreinfo Original-Received: via spool by 16740-submit@debbugs.gnu.org id=B16740.16404570765373 (code B ref 16740); Sat, 25 Dec 2021 18:32:02 +0000 Original-Received: (at 16740) by debbugs.gnu.org; 25 Dec 2021 18:31:16 +0000 Original-Received: from localhost ([127.0.0.1]:39827 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1n1Bp6-0001OZ-4T for submit@debbugs.gnu.org; Sat, 25 Dec 2021 13:31:16 -0500 Original-Received: from relay10.mail.gandi.net ([217.70.178.230]:51299) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1n1Bp4-0001O9-6W for 16740@debbugs.gnu.org; Sat, 25 Dec 2021 13:31:15 -0500 Original-Received: (Authenticated sender: juri@linkov.net) by relay10.mail.gandi.net (Postfix) with ESMTPSA id DBCF5240004; Sat, 25 Dec 2021 18:31:04 +0000 (UTC) In-Reply-To: (Stefan Kangas's message of "Fri, 24 Dec 2021 22:28:13 -0800") 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:223114 Archived-At: >>>> But we could make C-p/C-n jump to the previous/next history element >>>> when called from the first/last line, which would combine both >>>> behaviors. The implementation should be careful to make sure that >>>> C-p followed by C-n brings you back to the same position (same for >>>> C-n followed by C-p), otherwise such behavior can get irritating >>>> when you accidentally hit C-p from the first line. >>> Just makes the user interaction more confusing. >> >> I wouldn't like it, indeed, and I don't think it would make sense as >> a default. But an option could provide that behavior. > > No one has implemented this in 8 years, so I'm leaning towards closing > this feature request. If anyone thinks it should remain open, please > speak up. Thanks. This feature was implemented in the same year when requested.