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#55800: using rgrep function interactively with fido-mode or fido-vertical-mode causes errors Date: Mon, 13 Jun 2022 20:20:00 +0300 Organization: LINKOV.NET Message-ID: <86tu8o8oqn.fsf@mail.linkov.net> References: <83wndvack5.fsf@gnu.org> <83pmjna1di.fsf@gnu.org> <83fskj9sax.fsf@gnu.org> <86zginli36.fsf@mail.linkov.net> <86y1y5bvpc.fsf@mail.linkov.net> <86ilp8di8q.fsf@mail.linkov.net> <86pmjdoi3a.fsf@mail.linkov.net> <867d5lau4j.fsf@mail.linkov.net> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="28732"; 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: 55800@debbugs.gnu.org, Eli Zaretskii To: Yilkal Argaw Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Mon Jun 13 19:22:32 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 1o0nlo-0007Fn-RT for geb-bug-gnu-emacs@m.gmane-mx.org; Mon, 13 Jun 2022 19:22:32 +0200 Original-Received: from localhost ([::1]:58784 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1o0nln-00075p-7S for geb-bug-gnu-emacs@m.gmane-mx.org; Mon, 13 Jun 2022 13:22:31 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:58642) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1o0nlK-00065g-Bl for bug-gnu-emacs@gnu.org; Mon, 13 Jun 2022 13:22:02 -0400 Original-Received: from debbugs.gnu.org ([209.51.188.43]:38159) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1o0nlK-0008Fy-2y for bug-gnu-emacs@gnu.org; Mon, 13 Jun 2022 13:22:02 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1o0nlJ-0001Wk-W8 for bug-gnu-emacs@gnu.org; Mon, 13 Jun 2022 13:22:02 -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, 13 Jun 2022 17:22:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 55800 X-GNU-PR-Package: emacs Original-Received: via spool by 55800-submit@debbugs.gnu.org id=B55800.16551408755781 (code B ref 55800); Mon, 13 Jun 2022 17:22:01 +0000 Original-Received: (at 55800) by debbugs.gnu.org; 13 Jun 2022 17:21:15 +0000 Original-Received: from localhost ([127.0.0.1]:60286 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1o0nkY-0001V9-IW for submit@debbugs.gnu.org; Mon, 13 Jun 2022 13:21:14 -0400 Original-Received: from relay9-d.mail.gandi.net ([217.70.183.199]:50819) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1o0nkX-0001UZ-AJ; Mon, 13 Jun 2022 13:21:13 -0400 Original-Received: (Authenticated sender: juri@linkov.net) by mail.gandi.net (Postfix) with ESMTPSA id 8D6BBFF802; Mon, 13 Jun 2022 17:21:04 +0000 (UTC) In-Reply-To: (Yilkal Argaw's message of "Mon, 13 Jun 2022 18:13:54 +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:234434 Archived-At: close 55800 29.0.50 thanks >> >> So maybe fido-mode could be fixed to always provide the default value >> >> as the first highlighted candidate? Then RET will select it. >> > >> > Another part of the problem is still unsolved and the question still is: >> > shouldn't fido-mode bubble the default value to the top of the list >> > even when the default value doesn't exist in the list of completion >> > candidates? This is the same question as was asked in >> > https://debbugs.gnu.org/38992#76 >> >> It seems there is no way to change the behaviour of fido-mode, >> so what remains to do is to add the default values to the completion list >> only in rgrep, then fido-mode will highlight the default at the top: > > Thanks Juri. I think this is much better behaviour. Thanks for confirming, now the fix was pushed to Emacs 29.