From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Barry Margolin Newsgroups: gmane.emacs.help Subject: Re: Q: How to suppress display of macro execution? Date: Wed, 09 Oct 2002 19:48:10 GMT Organization: Genuity, Woburn, MA Sender: help-gnu-emacs-admin@gnu.org Message-ID: <_J%o9.21$DM4.1853@paloalto-snr1.gtei.net> References: <3DA48289.819077ED@west.raytheon.com> NNTP-Posting-Host: localhost.gmane.org X-Trace: main.gmane.org 1034194930 22053 127.0.0.1 (9 Oct 2002 20:22:10 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 9 Oct 2002 20:22:10 +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 17zNLM-0005jQ-00 for ; Wed, 09 Oct 2002 22:22: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 17zNKU-00058o-00; Wed, 09 Oct 2002 16:21:15 -0400 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!bloom-beacon.mit.edu!nycmny1-snh1.gtei.net!crtntx1-snh1.gtei.net!news.gtei.net!paloalto-snr1.gtei.net.POSTED!not-for-mail Original-Newsgroups: gnu.emacs.help Mail-Copies-To: never X-Newsreader: trn 4.0-test72 (19 April 1999) Originator: barmar@genuity.net (Barry Margolin) Original-Lines: 21 Original-X-Trace: /KiKeVy5MseFKfsnekDHNpkBqqmuESEc1H7uIQLGd7woIhrIDO+W9rbdzp+ujKDd4PNuGYTX+0r/!Vd4kdJR+9cxbnm6yjVX39gYVorA5gvfoMJsWVcsCkd/pUI6zrZjfcPWPVmtr8uI89IwgYkCPlCi5!ODYcmrMJBv3rzw== Original-X-Complaints-To: abuse@gte.net X-Abuse-Info: Please be sure to forward a copy of ALL headers X-Abuse-Info: Otherwise we will be unable to process your complaint properly Original-NNTP-Posting-Date: Wed, 09 Oct 2002 19:48:10 GMT Original-Distribution: world Original-Xref: shelby.stanford.edu gnu.emacs.help:105884 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:2431 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:2431 In article <3DA48289.819077ED@west.raytheon.com>, Martin Cohen wrote: >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")? Redisplay is normally disabled during macro execution, so you shouldn't need to do anything. If something is displaying, you must be executing a command that explicitly forces a redisplay. -- Barry Margolin, barmar@genuity.net Genuity, Woburn, MA *** DON'T SEND TECHNICAL QUESTIONS DIRECTLY TO ME, post them to newsgroups. Please DON'T copy followups to me -- I'll assume it wasn't posted to the group.