From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: "Stefan Monnier " Newsgroups: gmane.emacs.help Subject: Re: Q: How to suppress display of macro execution? Date: 09 Oct 2002 17:43:28 -0400 Organization: Yale University Sender: help-gnu-emacs-admin@gnu.org Message-ID: <5lk7krffum.fsf@rum.cs.yale.edu> References: <3DA48289.819077ED@west.raytheon.com> NNTP-Posting-Host: localhost.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1034200365 15787 127.0.0.1 (9 Oct 2002 21:52:45 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 9 Oct 2002 21:52:45 +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 17zOkz-00046H-00 for ; Wed, 09 Oct 2002 23:52:42 +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 17zOjf-0006cC-00; Wed, 09 Oct 2002 17:51:19 -0400 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!logbridge.uoregon.edu!newshub.sdsu.edu!news-hog.berkeley.edu!ucberkeley!news.ycc.yale.edu!rum.cs.yale.edu!rum.cs.yale.edu Original-Newsgroups: gnu.emacs.help Original-Lines: 14 Original-NNTP-Posting-Host: rum.cs.yale.edu User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3.50 X-Original-NNTP-Posting-Host: rum.cs.yale.edu X-Original-Trace: 9 Oct 2002 17:43:29 -0400, rum.cs.yale.edu Original-Xref: shelby.stanford.edu gnu.emacs.help:105887 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:2434 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:2434 > 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. That's a bug that manifests itself sometimes. You might want to try and track down what part of your configuration make it happen or under which circumstances it appears so you can avoid it. It is fixed in the development code of Emacs, so it should be fixed in Emacs-21.4 or somesuch. Stefan