From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Roland Winkler" Newsgroups: gmane.emacs.bugs Subject: bug#7967: 23.2.93; keybindings should be echoed in *Message* buffer Date: Sun, 6 Feb 2011 11:16:50 -0600 Message-ID: <19790.55170.320890.693468@gargle.gargle.HOWL> References: <87oc6utijr.fsf@niu.edu> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1297013778 21621 80.91.229.12 (6 Feb 2011 17:36:18 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sun, 6 Feb 2011 17:36:18 +0000 (UTC) Cc: 7967@debbugs.gnu.org To: Glenn Morris Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Sun Feb 06 18:36:11 2011 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Pm8Wu-0004pQ-SE for geb-bug-gnu-emacs@m.gmane.org; Sun, 06 Feb 2011 18:36:09 +0100 Original-Received: from localhost ([127.0.0.1]:58925 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Pm8Wu-0004z5-Kl for geb-bug-gnu-emacs@m.gmane.org; Sun, 06 Feb 2011 12:36:08 -0500 Original-Received: from [140.186.70.92] (port=58901 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Pm8Wo-0004yn-Si for bug-gnu-emacs@gnu.org; Sun, 06 Feb 2011 12:36:03 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Pm8Wk-0004MH-Dn for bug-gnu-emacs@gnu.org; Sun, 06 Feb 2011 12:36:02 -0500 Original-Received: from debbugs.gnu.org ([140.186.70.43]:33446) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Pm8Wk-0004M8-CI for bug-gnu-emacs@gnu.org; Sun, 06 Feb 2011 12:35:58 -0500 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.69) (envelope-from ) id 1Pm86g-0001RH-BR; Sun, 06 Feb 2011 12:09:02 -0500 X-Loop: help-debbugs@gnu.org Resent-From: "Roland Winkler" Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-To: owner@debbugs.gnu.org Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Sun, 06 Feb 2011 17:09:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 7967 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: Original-Received: via spool by 7967-submit@debbugs.gnu.org id=B7967.12970121025478 (code B ref 7967); Sun, 06 Feb 2011 17:09:02 +0000 Original-Received: (at 7967) by debbugs.gnu.org; 6 Feb 2011 17:08:22 +0000 Original-Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Pm861-0001QJ-JQ for submit@debbugs.gnu.org; Sun, 06 Feb 2011 12:08:21 -0500 Original-Received: from tfkpsv.physik.uni-erlangen.de ([131.188.164.197]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Pm85z-0001Q7-QC for 7967@debbugs.gnu.org; Sun, 06 Feb 2011 12:08:20 -0500 Original-Received: from regnitz (adsl-68-77-27-143.dsl.emhril.ameritech.net [68.77.27.143]) by tfkpsv.physik.uni-erlangen.de (Postfix) with ESMTP id 45F2C852A7; Sun, 6 Feb 2011 18:16:54 +0100 (CET) In-Reply-To: X-Mailer: VM 8.2 trial under 23.2.93.1 (x86_64-unknown-linux-gnu) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list Resent-Date: Sun, 06 Feb 2011 12:09:02 -0500 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) 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: , Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:43969 Archived-At: On Wed Feb 2 2011 Glenn Morris wrote: > > Execute any command foo with a keybinding in its "long form" M-x foo. > > Emacs issues the message > > > > You can run the command `foo' with ... > > > > The default is to display this message for two seconds. > > Then the message is gone for ever. > > You can use M-x where-is (C-h w) to bring it back whenever you like. I guess the real-world problem is: Usually, I am running not just one command, but I am really in the middle of some larger task when all this happens. And I do not want to interrupt things because of such a message popping up. Later on, when I might be able to go back, it's too late. I might not even remember anymore the command I was executing when this message popped up. So is anybody able to fix this? -- Thanks a lot! Roland