From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.bugs Subject: bug#43813: [BUG] current-message not working with minibuffer-message Date: Mon, 05 Oct 2020 21:19:10 +0300 Message-ID: <831riccz8h.fsf@gnu.org> References: <112871601882593@mail.yandex.ru> <83blhgdetr.fsf@gnu.org> <601331601912261@mail.yandex.ru> <834kn8d59p.fsf@gnu.org> <575741601915224@mail.yandex.ru> <83362sd2uc.fsf@gnu.org> <589651601919337@mail.yandex.ru> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="22830"; mail-complaints-to="usenet@ciao.gmane.io" Cc: 43813@debbugs.gnu.org To: pinkanon pinkanon Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Mon Oct 05 20:21:02 2020 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 1kPV6c-0005ob-DC for geb-bug-gnu-emacs@m.gmane-mx.org; Mon, 05 Oct 2020 20:21:02 +0200 Original-Received: from localhost ([::1]:35784 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kPV6b-0005RO-GS for geb-bug-gnu-emacs@m.gmane-mx.org; Mon, 05 Oct 2020 14:21:01 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:36906) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kPV5e-0004Ov-A2 for bug-gnu-emacs@gnu.org; Mon, 05 Oct 2020 14:20:05 -0400 Original-Received: from debbugs.gnu.org ([209.51.188.43]:38981) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1kPV5e-0003rO-16 for bug-gnu-emacs@gnu.org; Mon, 05 Oct 2020 14:20:02 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1kPV5d-0007ga-SU for bug-gnu-emacs@gnu.org; Mon, 05 Oct 2020 14:20:01 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Eli Zaretskii Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Mon, 05 Oct 2020 18:20:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 43813 X-GNU-PR-Package: emacs Original-Received: via spool by 43813-submit@debbugs.gnu.org id=B43813.160192195829482 (code B ref 43813); Mon, 05 Oct 2020 18:20:01 +0000 Original-Received: (at 43813) by debbugs.gnu.org; 5 Oct 2020 18:19:18 +0000 Original-Received: from localhost ([127.0.0.1]:50527 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kPV4v-0007fS-QP for submit@debbugs.gnu.org; Mon, 05 Oct 2020 14:19:18 -0400 Original-Received: from eggs.gnu.org ([209.51.188.92]:58140) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kPV4t-0007fD-A7 for 43813@debbugs.gnu.org; Mon, 05 Oct 2020 14:19:16 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:35642) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kPV4o-0003mn-2K; Mon, 05 Oct 2020 14:19:10 -0400 Original-Received: from [176.228.60.248] (port=3330 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1kPV4n-0008Ij-6K; Mon, 05 Oct 2020 14:19:09 -0400 In-Reply-To: <589651601919337@mail.yandex.ru> (message from pinkanon pinkanon on Mon, 05 Oct 2020 20:43:33 +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:189842 Archived-At: > From: pinkanon pinkanon > Cc: "43813@debbugs.gnu.org" <43813@debbugs.gnu.org> > Date: Mon, 05 Oct 2020 20:43:33 +0300 > > I am doing an eldoc sort of thing and I don't want my hint messages interfering with any other, probably more > important, messages. I want to do it by seeing if there's anything at all displayed currently in the mini window > and, if not, show my hint. I guess current-message should meet most of my needs, but I got curious and > asked anyhow. If the minibuffer is active (i.e. the user is typing a response for some prompt), the hints you show via 'message' will not overwrite the minibuffer stuff, but will be shown after it. So you should have no problems due to minibuffer editing in your application.