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#71927: 29.4; ibuffer-do-isearch and ibuffer-do-isearch-regexp not prompting for input Date: Thu, 04 Jul 2024 09:58:18 +0300 Organization: LINKOV.NET Message-ID: <86ikxltzhx.fsf@mail.linkov.net> References: Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="11079"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/31.0.50 (x86_64-pc-linux-gnu) Cc: 71927@debbugs.gnu.org To: Charles Choi Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Thu Jul 04 09:02:28 2024 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 1sPGU7-0002go-Mv for geb-bug-gnu-emacs@m.gmane-mx.org; Thu, 04 Jul 2024 09:02:27 +0200 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1sPGTk-00024B-64; Thu, 04 Jul 2024 03:02:04 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1sPGTh-0001z4-FI for bug-gnu-emacs@gnu.org; Thu, 04 Jul 2024 03:02:01 -0400 Original-Received: from debbugs.gnu.org ([2001:470:142:5::43]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1sPGTg-0001Vi-Pr for bug-gnu-emacs@gnu.org; Thu, 04 Jul 2024 03:02:01 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1sPGTi-0004YG-W0 for bug-gnu-emacs@gnu.org; Thu, 04 Jul 2024 03:02: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: Thu, 04 Jul 2024 07:02:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 71927 X-GNU-PR-Package: emacs Original-Received: via spool by 71927-submit@debbugs.gnu.org id=B71927.172007651817463 (code B ref 71927); Thu, 04 Jul 2024 07:02:02 +0000 Original-Received: (at 71927) by debbugs.gnu.org; 4 Jul 2024 07:01:58 +0000 Original-Received: from localhost ([127.0.0.1]:41340 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1sPGTe-0004Xa-II for submit@debbugs.gnu.org; Thu, 04 Jul 2024 03:01:58 -0400 Original-Received: from relay1-d.mail.gandi.net ([217.70.183.193]:42725) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1sPGTd-0004XL-3e for 71927@debbugs.gnu.org; Thu, 04 Jul 2024 03:01:57 -0400 Original-Received: by mail.gandi.net (Postfix) with ESMTPSA id 8E62F240005; Thu, 4 Jul 2024 07:01:26 +0000 (UTC) In-Reply-To: (Charles Choi's message of "Wed, 3 Jul 2024 14:25:31 -0700") X-GND-Sasl: juri@linkov.net 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-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Xref: news.gmane.io gmane.emacs.bugs:288354 Archived-At: > The commands ibuffer-do-isearch and ibuffer-do-isearch-regexp > do not prompt for an input search string. They should not prompt because Isearch is interactive. But the problem is that they exit Isearch immediately. I tried to Edebug ibuffer-do-isearch, but this is not possible. So we need someone who knows ibuffer internals.