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#9923: 24.0.91; `where-is' does not find recentf menu items (cmds, not files) Date: Sun, 03 Oct 2021 21:53:00 +0300 Organization: LINKOV.NET Message-ID: <87wnmt2ad3.fsf@mail.linkov.net> References: <76FA3F83D086455EAA01FF0FB000FCDB@us.oracle.com> <871r6hk99k.fsf@gnus.org> <87bl5k2ug1.fsf@gnus.org> <87czpwb4gw.fsf@mail.linkov.net> <87y28kf5sn.fsf@gnus.org> <87r1ebz98c.fsf@mail.linkov.net> <875yvm8oqk.fsf@gnus.org> <87v93mazvm.fsf@mail.linkov.net> <875yvmj9ir.fsf@gnus.org> <87pmsqeena.fsf@mail.linkov.net> <87zgrq3sew.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="37435"; 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: 9923@debbugs.gnu.org, Lars Ingebrigtsen To: Stefan Monnier Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Sun Oct 03 21:12:27 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 1mX6uR-0009ak-FV for geb-bug-gnu-emacs@m.gmane-mx.org; Sun, 03 Oct 2021 21:12:27 +0200 Original-Received: from localhost ([::1]:51888 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1mX6uP-0003EQ-RG for geb-bug-gnu-emacs@m.gmane-mx.org; Sun, 03 Oct 2021 15:12:25 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:37454) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mX6u2-0003Cp-GL for bug-gnu-emacs@gnu.org; Sun, 03 Oct 2021 15:12:02 -0400 Original-Received: from debbugs.gnu.org ([209.51.188.43]:51683) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1mX6u2-0007e7-8k for bug-gnu-emacs@gnu.org; Sun, 03 Oct 2021 15:12:02 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1mX6u2-0008TL-3l for bug-gnu-emacs@gnu.org; Sun, 03 Oct 2021 15:12: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: Sun, 03 Oct 2021 19:12:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 9923 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: confirmed Original-Received: via spool by 9923-submit@debbugs.gnu.org id=B9923.163328830032538 (code B ref 9923); Sun, 03 Oct 2021 19:12:02 +0000 Original-Received: (at 9923) by debbugs.gnu.org; 3 Oct 2021 19:11:40 +0000 Original-Received: from localhost ([127.0.0.1]:34996 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mX6tg-0008Sk-04 for submit@debbugs.gnu.org; Sun, 03 Oct 2021 15:11:40 -0400 Original-Received: from relay2-d.mail.gandi.net ([217.70.183.194]:60767) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mX6te-0008SX-77 for 9923@debbugs.gnu.org; Sun, 03 Oct 2021 15:11:39 -0400 Original-Received: (Authenticated sender: juri@linkov.net) by relay2-d.mail.gandi.net (Postfix) with ESMTPSA id 6AF2940003; Sun, 3 Oct 2021 19:11:30 +0000 (UTC) In-Reply-To: (Stefan Monnier's message of "Sun, 03 Oct 2021 14:36:31 -0400") 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:216301 Archived-At: >> + (not (with-demoted-errrs >> + ;; Ignore errors in context-menu. >> + (where-is-internal sym nil t))) > > Please provide the FORMAT arg to `with-demoted-errors`. Oops, I noticed incorrect indentation of the macro body, but not realized it wants an argument. I should have tested it, sorry. Now that I've tested it, I see no effect from with-demoted-errors. When debug-on-error is t, it still raises the *Backtrace* buffer. When debug-on-error is nil, it works fine in both reported cases even without with-demoted-errors, and displays such a suggested key in M-x completions: ignore ()