From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.bugs Subject: bug#18844: Trunk: typing in minibuffer gets spuriously echoed in mode line. Date: Sun, 26 Oct 2014 18:23:15 +0200 Message-ID: <83ioj64x70.fsf@gnu.org> References: <20141026155332.GB4397@acm.acm> Reply-To: Eli Zaretskii NNTP-Posting-Host: plane.gmane.org X-Trace: ger.gmane.org 1414340663 1282 80.91.229.3 (26 Oct 2014 16:24:23 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 26 Oct 2014 16:24:23 +0000 (UTC) Cc: 18844@debbugs.gnu.org To: Alan Mackenzie Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Sun Oct 26 17:24:16 2014 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1XiQc3-0001wC-QB for geb-bug-gnu-emacs@m.gmane.org; Sun, 26 Oct 2014 17:24:15 +0100 Original-Received: from localhost ([::1]:57318 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XiQc3-0007cn-Dq for geb-bug-gnu-emacs@m.gmane.org; Sun, 26 Oct 2014 12:24:15 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:48026) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XiQbw-0007cb-0t for bug-gnu-emacs@gnu.org; Sun, 26 Oct 2014 12:24:13 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XiQbq-0007Mj-9R for bug-gnu-emacs@gnu.org; Sun, 26 Oct 2014 12:24:07 -0400 Original-Received: from debbugs.gnu.org ([140.186.70.43]:44029) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XiQbq-0007Mf-7L for bug-gnu-emacs@gnu.org; Sun, 26 Oct 2014 12:24:02 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.80) (envelope-from ) id 1XiQbp-0006cF-R2 for bug-gnu-emacs@gnu.org; Sun, 26 Oct 2014 12:24:02 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Eli Zaretskii Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Sun, 26 Oct 2014 16:24:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 18844 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: Original-Received: via spool by 18844-submit@debbugs.gnu.org id=B18844.141434061725395 (code B ref 18844); Sun, 26 Oct 2014 16:24:01 +0000 Original-Received: (at 18844) by debbugs.gnu.org; 26 Oct 2014 16:23:37 +0000 Original-Received: from localhost ([127.0.0.1]:36127 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1XiQbR-0006bX-3F for submit@debbugs.gnu.org; Sun, 26 Oct 2014 12:23:37 -0400 Original-Received: from mtaout28.012.net.il ([80.179.55.184]:49658) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1XiQbO-0006bG-TJ for 18844@debbugs.gnu.org; Sun, 26 Oct 2014 12:23:35 -0400 Original-Received: from conversion-daemon.mtaout28.012.net.il by mtaout28.012.net.il (HyperSendmail v2007.08) id <0NE200N007RBL500@mtaout28.012.net.il> for 18844@debbugs.gnu.org; Sun, 26 Oct 2014 18:21:19 +0200 (IST) Original-Received: from HOME-C4E4A596F7 ([87.69.4.28]) by mtaout28.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0NE200GHJ83I8Y80@mtaout28.012.net.il>; Sun, 26 Oct 2014 18:21:19 +0200 (IST) In-reply-to: <20141026155332.GB4397@acm.acm> X-012-Sender: halo1@inter.net.il X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x X-Received-From: 140.186.70.43 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.org@gnu.org Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:95110 > Date: Sun, 26 Oct 2014 15:53:32 +0000 > From: Alan Mackenzie > > With the "latest" trunk (of about 2014-10-26 08:00 GMT), start emacs -Q. > Type in "M-: (setq" and wait ~half a second. The word "setq" is > spuriously echoed at the start of the mode line. It's a feature: Emacs shows you some minimal documentation on what you type.