From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,8bc34e14e4555720 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-10-16 11:06:56 PST Path: archiver1.google.com!news1.google.com!sn-xit-02!supernews.com!news.tele.dk!small.news.tele.dk!141.201.2.63!newshunter!cosy.sbg.ac.at!fu-berlin.de!cs.tu-berlin.de!uni-duisburg.de!not-for-mail From: Georg Bauhaus Newsgroups: comp.lang.ada Subject: Re: This is a simple question Date: Tue, 16 Oct 2001 18:06:55 +0000 (UTC) Organization: GMUGHDU Message-ID: <9qhsvv$e01$1@a1-hrz.uni-duisburg.de> References: <9pk4t7$tbm$1@trog.dera.gov.uk> <87zo762rta.fsf@deneb.enyo.de> <9pkc0r$m5j$1@trog.dera.gov.uk> <9pkddm$afh$1@nh.pace.co.uk> <9pvdp5$8im$1@nh.pace.co.uk> <3BC48598.80703@home.com> <87lmije4lt.fsf@deneb.enyo.de> <3BC5D230.6030702@home.com> <3BCB228E.1010700@home.com> NNTP-Posting-Host: l1-hrz.uni-duisburg.de X-Trace: a1-hrz.uni-duisburg.de 1003255615 14337 134.91.4.34 (16 Oct 2001 18:06:55 GMT) X-Complaints-To: usenet@news.uni-duisburg.de NNTP-Posting-Date: Tue, 16 Oct 2001 18:06:55 +0000 (UTC) User-Agent: tin/1.5.8-20010221 ("Blue Water") (UNIX) (HP-UX/B.11.00 (9000/800)) Xref: archiver1.google.com comp.lang.ada:14719 Date: 2001-10-16T18:06:55+00:00 List-Id: Warren W. Gay VE3WWG wrote: :>>> On GNU Emacs, the command is called 'repeat', and it's bound to 'C-x :>>> z' by default, and for subsequent invocations of this command, 'z' is :>>> sufficient. : : Well, I tried it and its functionality is either broken, or left : wanting. What I found was that while it works good for simple things : (even their "complex repeat"), it did not work well for repeating : the last executed macro. I'm not sure if I understand this. If it is the last keyboard macro you want to call, then C-x e does this, repeatedly if you want... Georg