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#47689: 28.0.50; Possibly outdated documentation about the minibuffer and echo area Date: Sat, 10 Apr 2021 13:43:20 +0300 Message-ID: <83r1ji5sjb.fsf@gnu.org> References: Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="12272"; mail-complaints-to="usenet@ciao.gmane.io" Cc: 47689-done@debbugs.gnu.org To: Daniel =?UTF-8?Q?Mart=C3=ADn?= Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Sat Apr 10 12:44:10 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 1lVB61-00033n-E7 for geb-bug-gnu-emacs@m.gmane-mx.org; Sat, 10 Apr 2021 12:44:09 +0200 Original-Received: from localhost ([::1]:40438 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1lVB60-0007Df-GA for geb-bug-gnu-emacs@m.gmane-mx.org; Sat, 10 Apr 2021 06:44:08 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:55170) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lVB5u-0007DT-Kh for bug-gnu-emacs@gnu.org; Sat, 10 Apr 2021 06:44:02 -0400 Original-Received: from debbugs.gnu.org ([209.51.188.43]:39918) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1lVB5u-000602-CI for bug-gnu-emacs@gnu.org; Sat, 10 Apr 2021 06:44:02 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1lVB5u-0000Fl-AT for bug-gnu-emacs@gnu.org; Sat, 10 Apr 2021 06:44:02 -0400 Resent-From: Eli Zaretskii Original-Sender: "Debbugs-submit" Resent-To: bug-gnu-emacs@gnu.org Resent-Date: Sat, 10 Apr 2021 10:44:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: cc-closed 47689 X-GNU-PR-Package: emacs Mail-Followup-To: 47689@debbugs.gnu.org, eliz@gnu.org, mardani29@yahoo.es Original-Received: via spool by 47689-done@debbugs.gnu.org id=D47689.1618051421935 (code D ref 47689); Sat, 10 Apr 2021 10:44:02 +0000 Original-Received: (at 47689-done) by debbugs.gnu.org; 10 Apr 2021 10:43:41 +0000 Original-Received: from localhost ([127.0.0.1]:51463 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lVB5Y-0000F1-W4 for submit@debbugs.gnu.org; Sat, 10 Apr 2021 06:43:41 -0400 Original-Received: from eggs.gnu.org ([209.51.188.92]:33816) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lVB5X-0000Ep-P3 for 47689-done@debbugs.gnu.org; Sat, 10 Apr 2021 06:43:40 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:43174) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1lVB5S-0005fd-GJ; Sat, 10 Apr 2021 06:43:34 -0400 Original-Received: from 84.94.185.95.cable.012.net.il ([84.94.185.95]:2354 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1lVB5R-0005C6-BD; Sat, 10 Apr 2021 06:43:34 -0400 In-Reply-To: (bug-gnu-emacs@gnu.org) 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:203790 Archived-At: > Date: Sat, 10 Apr 2021 12:27:08 +0200 > From: Daniel Martín via "Bug reports for GNU Emacs, > the Swiss army knife of text editors" > > > This sentence is in the Info node (emacs) Basic Minibuffer: > > "If an error message or an informative message is emitted while the > minibuffer is active, the message hides the minibuffer for a few > seconds, or until you type something; then the minibuffer comes back." > > Wasn't this the behavior before Emacs 27.1? If I'm not mistaken, since > 27.1, and by default, informational messages don't hide the minibuffer > anymore. Right, I fixed that text now, thanks.