From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: David Engster Newsgroups: gmane.emacs.devel Subject: Re: Speed of keyboard macro execution? Date: Thu, 10 Dec 2015 18:39:48 +0100 Message-ID: <87fuzacie3.fsf@isaac.fritz.box> References: <20151209163954.0cefcc7f@jabberwock.cb.piermont.com> <87si3bcltu.fsf@isaac.fritz.box> <20151209180343.5a67c0e7@jabberwock.cb.piermont.com> <83r3iu9rvp.fsf@gnu.org> <20151210120051.6be8201f@jabberwock.cb.piermont.com> <87k2omciy2.fsf@isaac.fritz.box> <20151210123312.39c417c9@jabberwock.cb.piermont.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1449769219 1627 80.91.229.3 (10 Dec 2015 17:40:19 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 10 Dec 2015 17:40:19 +0000 (UTC) Cc: Eli Zaretskii , emacs-devel@gnu.org To: "Perry E. Metzger" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Dec 10 18:40:11 2015 Return-path: Envelope-to: ged-emacs-devel@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 1a75CK-0000IS-Bz for ged-emacs-devel@m.gmane.org; Thu, 10 Dec 2015 18:40:08 +0100 Original-Received: from localhost ([::1]:43441 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a75CJ-0005iB-Hp for ged-emacs-devel@m.gmane.org; Thu, 10 Dec 2015 12:40:07 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:44265) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a75C7-0005hY-30 for emacs-devel@gnu.org; Thu, 10 Dec 2015 12:39:55 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1a75C1-0006PB-UX for emacs-devel@gnu.org; Thu, 10 Dec 2015 12:39:55 -0500 Original-Received: from randomsample.de ([5.45.97.173]:51323) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a75C1-0006P7-Lv; Thu, 10 Dec 2015 12:39:49 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=randomsample.de; s=a; h=Content-Type:MIME-Version:Message-ID:Date:References:In-Reply-To:Subject:Cc:To:From; bh=WNjt1rYBQNZPkLRt88xBCGZ6Siu4MtmdXKCgmS2FFiY=; b=fGfGRJODLch/JH8ntIdroU19zcX5hoRtfLdFniQ53yGFcEaxdI4SzLOsbIQiWMOHBBxmY13JRLCh0tQn2pVFEKP/J5zsjJmrN9r/pplRPxY5VscLH12NS6N1wKPr1NQD; Original-Received: from ip4d1494ed.dynamic.kabel-deutschland.de ([77.20.148.237] helo=isaac.fritz.box) by randomsample.de with esmtpsa (TLS1.2:RSA_AES_128_CBC_SHA1:128) (Exim 4.80) (envelope-from ) id 1a75C0-00063m-Mr; Thu, 10 Dec 2015 18:39:48 +0100 In-Reply-To: <20151210123312.39c417c9@jabberwock.cb.piermont.com> (Perry E. Metzger's message of "Thu, 10 Dec 2015 12:33:12 -0500") User-Agent: Gnus/5.13001 (Ma Gnus v0.10) Emacs/24.5 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x X-Received-From: 5.45.97.173 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:196033 Archived-At: Perry E. Metzger writes: > OTOH, if I read this right and the problem is partially slow > redisplay, I'm wondering why the redisplay code needs to be involved > at all if a long keyboard macro is being run. Perhaps there should be > some way to suspend redisplay, perform the macro, and then restart it? >From the video, it doesn't look like there's any redisplay happening during macro execution. -David