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#13649: boobytrapped dired-do-async-shell-command question Date: Wed, 11 May 2022 20:06:00 +0300 Organization: LINKOV.NET Message-ID: <864k1w3sp3.fsf@mail.linkov.net> References: <871ucsjdl1.fsf@jidanni.org> <878rrubngy.fsf@gnus.org> <861qxmpmm2.fsf@mail.linkov.net> <875ymy8oej.fsf@gnus.org> <86levti48q.fsf@mail.linkov.net> <87fsm0jhtb.fsf@gnus.org> <86sfpzuaaf.fsf@mail.linkov.net> <87o80md8ud.fsf@gnus.org> <86fslkl8f4.fsf@mail.linkov.net> <83fsljvom6.fsf@gnu.org> <86r152zgwv.fsf@mail.linkov.net> <83fslitsvx.fsf@gnu.org> <86ilqc8rn8.fsf@mail.linkov.net> <835ymcs3hw.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="7327"; 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: larsi@gnus.org, 13649@debbugs.gnu.org, jidanni@jidanni.org To: Eli Zaretskii Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Wed May 11 19:22:37 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 1noq2m-0001jF-Jd for geb-bug-gnu-emacs@m.gmane-mx.org; Wed, 11 May 2022 19:22:36 +0200 Original-Received: from localhost ([::1]:35474 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1noq2l-0005Wp-CB for geb-bug-gnu-emacs@m.gmane-mx.org; Wed, 11 May 2022 13:22:35 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:53816) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1noq2F-0005S1-T7 for bug-gnu-emacs@gnu.org; Wed, 11 May 2022 13:22:03 -0400 Original-Received: from debbugs.gnu.org ([209.51.188.43]:44450) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1noq2F-0008Hq-J1 for bug-gnu-emacs@gnu.org; Wed, 11 May 2022 13:22:03 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1noq2F-0001r9-9H for bug-gnu-emacs@gnu.org; Wed, 11 May 2022 13:22:03 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Juri Linkov Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Wed, 11 May 2022 17:22:03 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 13649 X-GNU-PR-Package: emacs Original-Received: via spool by 13649-submit@debbugs.gnu.org id=B13649.16522897227122 (code B ref 13649); Wed, 11 May 2022 17:22:03 +0000 Original-Received: (at 13649) by debbugs.gnu.org; 11 May 2022 17:22:02 +0000 Original-Received: from localhost ([127.0.0.1]:38345 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1noq2E-0001qm-1l for submit@debbugs.gnu.org; Wed, 11 May 2022 13:22:02 -0400 Original-Received: from relay4-d.mail.gandi.net ([217.70.183.196]:45989) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1noq28-0001pn-Sm for 13649@debbugs.gnu.org; Wed, 11 May 2022 13:22:00 -0400 Original-Received: (Authenticated sender: juri@linkov.net) by mail.gandi.net (Postfix) with ESMTPSA id 5397AE0006; Wed, 11 May 2022 17:21:48 +0000 (UTC) In-Reply-To: <835ymcs3hw.fsf@gnu.org> (Eli Zaretskii's message of "Wed, 11 May 2022 14:38:51 +0300") 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:231969 Archived-At: >> (y-or-n-p "File ‘foo.el’ exists; overwrite?") >> >> ‘C-l’, ‘C-v’, ‘M-v’ work fine and scroll the original buffer. >> >> But yes-or-no-p (BTW, it requires the space char at the end of the prompt): >> >> (yes-or-no-p "Buffer foo.el modified; kill anyway? ") >> >> ‘C-l’, ‘C-v’, ‘M-v’ don't scroll the original buffer. > > Isn't that expected? y-or-n-p doesn't need to allow you to edit the > text in the minibuffer. Maybe this difference is unimportant. But still remains the need to find a key to show help text from yes-or-no-p. y-or-n-p now uses C-h to show help, but in yes-or-no-p C-h is useful as a help key prefix.