From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Martin Cohen Newsgroups: gmane.emacs.help Subject: Q: How to suppress display of macro execution? Date: Wed, 09 Oct 2002 12:24:57 -0700 Organization: Raytheon Company Sender: help-gnu-emacs-admin@gnu.org Message-ID: <3DA48289.819077ED@west.raytheon.com> NNTP-Posting-Host: localhost.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: main.gmane.org 1034191695 6348 127.0.0.1 (9 Oct 2002 19:28:15 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 9 Oct 2002 19:28:15 +0000 (UTC) Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 17zMV7-0001da-00 for ; Wed, 09 Oct 2002 21:28:09 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10) id 17zMTC-0006z1-00; Wed, 09 Oct 2002 15:26:10 -0400 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!headwall.stanford.edu!newsfeed.news2me.com!newsfeed2.easynews.com!newsfeed1.easynews.com!easynews.com!easynews!cyclone.swbell.net!bos-service1.ext.raytheon.com!dfw-service2.ext.raytheon.com.POSTED!not-for-mail X-Mailer: Mozilla 4.76 [en]C-CCK-MCD CSC;Raytheon (Windows NT 5.0; U) X-Accept-Language: en Original-Newsgroups: gnu.emacs.help Original-Lines: 16 Original-NNTP-Posting-Host: 147.17.75.175 Original-X-Complaints-To: news@ext.ray.com Original-X-Trace: dfw-service2.ext.raytheon.com 1034191498 147.17.75.175 (Wed, 09 Oct 2002 14:24:58 CDT) Original-NNTP-Posting-Date: Wed, 09 Oct 2002 14:24:58 CDT Original-Xref: shelby.stanford.edu gnu.emacs.help:105881 Original-To: help-gnu-emacs@gnu.org Errors-To: help-gnu-emacs-admin@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.0.11 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.emacs.help:2428 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:2428 I am running emacs 21.2 in cygwin under windows 2000. When a keyboard macro is repeatedly executed (by preceding the c-x e with esc 0), the execution is displayed as it goes. This can take a long time if the macro is executed many times. How can I turn off the display of the executions and show only the result at the end (when I get the message about "Keyboard macro terminated by a command ringing the bell")? I searched the faq and did a google search, but did not find an answer to this. Thanks Martin Cohen