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#13752: Suggestions regarding the minibuffer Date: Tue, 01 Jun 2021 23:34:15 +0300 Organization: LINKOV.NET Message-ID: <87eedle5vs.fsf@mail.linkov.net> References: <87zgwbidqs.fsf@gnus.org> <87v96ylmew.fsf@linkov.net> <87czt6f6rm.fsf@gnus.org> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="33954"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (x86_64-pc-linux-gnu) Cc: E Sabof , 13752@debbugs.gnu.org To: Lars Ingebrigtsen Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Tue Jun 01 23:00:44 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 1loBVE-0008iV-KB for geb-bug-gnu-emacs@m.gmane-mx.org; Tue, 01 Jun 2021 23:00:44 +0200 Original-Received: from localhost ([::1]:54200 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1loBVD-0002t8-Jb for geb-bug-gnu-emacs@m.gmane-mx.org; Tue, 01 Jun 2021 17:00:43 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:51662) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1loBTa-0007gp-Ls for bug-gnu-emacs@gnu.org; Tue, 01 Jun 2021 16:59:02 -0400 Original-Received: from debbugs.gnu.org ([209.51.188.43]:54704) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1loBTa-0006G1-BY for bug-gnu-emacs@gnu.org; Tue, 01 Jun 2021 16:59:02 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1loBTa-0007wH-9O for bug-gnu-emacs@gnu.org; Tue, 01 Jun 2021 16:59: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: Tue, 01 Jun 2021 20:59:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 13752 X-GNU-PR-Package: emacs Original-Received: via spool by 13752-submit@debbugs.gnu.org id=B13752.162258111330433 (code B ref 13752); Tue, 01 Jun 2021 20:59:02 +0000 Original-Received: (at 13752) by debbugs.gnu.org; 1 Jun 2021 20:58:33 +0000 Original-Received: from localhost ([127.0.0.1]:38006 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1loBT6-0007um-UI for submit@debbugs.gnu.org; Tue, 01 Jun 2021 16:58:33 -0400 Original-Received: from relay1-d.mail.gandi.net ([217.70.183.193]:53173) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1loBT5-0007uX-Gw for 13752@debbugs.gnu.org; Tue, 01 Jun 2021 16:58:32 -0400 Original-Received: (Authenticated sender: juri@linkov.net) by relay1-d.mail.gandi.net (Postfix) with ESMTPSA id 1A1FB240005; Tue, 1 Jun 2021 20:58:23 +0000 (UTC) In-Reply-To: <87czt6f6rm.fsf@gnus.org> (Lars Ingebrigtsen's message of "Tue, 01 Jun 2021 08:17:33 +0200") 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:207808 Archived-At: >>> only seems to inhibit messages from `message', not from `signal'? I'm >>> having some difficulty tracing the logic here... Anybody know whether >>> this is by design? >> >> This looks like a new feature request :-) If this can't be implemented >> using the existing signal-hook-function or signaling-function, >> maybe then a new set-signal-function could be added? > > Sure -- but I was just expecting `set-message-function' to work here, > though. But does `signal' use one of too low-level messaging functions? I can't find what function displays the error message in the echo area.