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: Mon, 09 May 2022 21:42:40 +0300 Organization: LINKOV.NET Message-ID: <86r152zgwv.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> 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="28051"; 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 Mon May 09 21:01:43 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 1no8db-0007D6-JA for geb-bug-gnu-emacs@m.gmane-mx.org; Mon, 09 May 2022 21:01:43 +0200 Original-Received: from localhost ([::1]:47760 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1no8da-0004bD-ME for geb-bug-gnu-emacs@m.gmane-mx.org; Mon, 09 May 2022 15:01:42 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:60632) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1no8d2-0004Ya-PQ for bug-gnu-emacs@gnu.org; Mon, 09 May 2022 15:01:15 -0400 Original-Received: from debbugs.gnu.org ([209.51.188.43]:37326) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1no8cw-0005BM-7d for bug-gnu-emacs@gnu.org; Mon, 09 May 2022 15:01:08 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1no8cv-0002mF-Md for bug-gnu-emacs@gnu.org; Mon, 09 May 2022 15:01:01 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Juri Linkov Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Mon, 09 May 2022 19:01:01 +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.165212285710650 (code B ref 13649); Mon, 09 May 2022 19:01:01 +0000 Original-Received: (at 13649) by debbugs.gnu.org; 9 May 2022 19:00:57 +0000 Original-Received: from localhost ([127.0.0.1]:59455 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1no8cr-0002li-L3 for submit@debbugs.gnu.org; Mon, 09 May 2022 15:00:57 -0400 Original-Received: from relay8-d.mail.gandi.net ([217.70.183.201]:34179) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1no8cp-0002l3-HD for 13649@debbugs.gnu.org; Mon, 09 May 2022 15:00:55 -0400 Original-Received: (Authenticated sender: juri@linkov.net) by mail.gandi.net (Postfix) with ESMTPSA id 54F571BF207; Mon, 9 May 2022 19:00:46 +0000 (UTC) In-Reply-To: <83fsljvom6.fsf@gnu.org> (Eli Zaretskii's message of "Sun, 08 May 2022 21:57:37 +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:231773 Archived-At: >> BTW, (info "(emacs) Yes or No Prompts") says: >> >> With both types of yes-or-no query the minibuffer behaves as >> described in the previous sections; you can recenter the selected window >> with ‘C-l’, scroll that window (‘C-v’ or ‘PageDown’ scrolls forward, >> ‘M-v’ or ‘PageUp’ scrolls backward) >> >> But in fact ‘C-l’ doesn't scroll the window, ‘C-v’ and ‘PageDown’ don't >> scroll forward, and ‘M-v’ and ‘PageUp’ don't scroll backward. Should they? > > They do here. What did you try, exactly? They do to some extent for y-or-n-p, but not at all for yes-or-no.