X-Recipient: archive-cygwin AT delorie DOT com DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 98D323858022 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=cygwin.com; s=default; t=1634171136; bh=2kJ8E52xi9n7KTfRy25E2bICoprxGlB0YRhTXzwy0rk=; h=Date:Subject:To:References:In-Reply-To:List-Id:List-Unsubscribe: List-Archive:List-Post:List-Help:List-Subscribe:From:Reply-To: From; b=GZP50Gq6pTFxLa65dvYDwiqEWdeWXjgYQHgx6InoVB90H+R2zD+ew3Oa/DIxyB4Ih h86EQkld9nO713TotuYxXkHpIX64sgAxDPG6s1eGFuqEL4OdRUfclfIIBRP364sJxB Yw9TsA4hWd600k751ZxTS7hV8W5BfTDIYgC1gWmQ= X-Original-To: cygwin AT cygwin DOT com Delivered-To: cygwin AT cygwin DOT com DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org C02F9385840F X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:message-id:date:mime-version:user-agent:subject :content-language:to:references:from:in-reply-to :content-transfer-encoding; bh=N5NnwQTOaeqq+9+LGK8Sdo/1bwS5vjDrJgmPZNEMRU0=; b=h9b24wdK77NPPWO3BhaIfoyTn5ti74eeGcUPcDl4ZvUvqgZFqPV/u5JPbkCQ167lCF kjbeBveNSuj4EaK0yOT3kztFmVPpmpNsWIuA1L2f1gQ3g0+k/uPF6CAg2OAozpXGIO3t DixBvcICmqKZoI5G9yHMKrrAvsJVE1fUP6PTmDXckCsqmo/ePhZJnnYP59xjghLjX15+ sfdqTlK+O39QQS17eNQiES3LfkooaQf0AVnDp44xgbv8f1PpG5IW4mXVoekBKM2N2IXB d0SQW7HwrJxmQNuHt7KzSA13kizmxzzLmqxZk259ujK0ltPsTUaQCfN4yAPL5XsxY9oM GhRw== X-Gm-Message-State: AOAM5338NYubQqBI9NyeBlvXnmcnDSXNy2kw2OhjLRjQ5S1/dkWFJt2u 1AMY+iRSOhiL+JbEOid42t6S3brUNpaBfg== X-Google-Smtp-Source: ABdhPJzmCU7tk7K75cOrA+XtZwCa46PMMcDmuBAgxnzNZBEKfNEiiGmjPv7Mq+20udOdF1hyaD6wUw== X-Received: by 2002:a17:90b:1b42:: with SMTP id nv2mr2750789pjb.91.1634171064618; Wed, 13 Oct 2021 17:24:24 -0700 (PDT) Message-ID: <1f5ec7a5-3970-3c88-268f-7752a587def8@gmail.com> Date: Thu, 14 Oct 2021 11:24:21 +1100 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:91.0) Gecko/20100101 Thunderbird/91.2.0 Subject: Re: emacs 28.0.60-1.f7e6c199bf (TEST) Content-Language: en-US To: cygwin AT cygwin DOT com References: In-Reply-To: X-Spam-Status: No, score=-0.8 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, FREEMAIL_FROM, NICE_REPLY_A, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=ham autolearn_force=no version=3.4.4 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on server2.sourceware.org X-BeenThere: cygwin AT cygwin DOT com X-Mailman-Version: 2.1.29 List-Id: General Cygwin discussions and problem reports List-Archive: List-Post: List-Help: List-Subscribe: , From: David Billinghurst via Cygwin Reply-To: David Billinghurst Content-Type: text/plain; charset="utf-8"; Format="flowed" Sender: "Cygwin" Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from base64 to 8bit by delorie.com id 19E0Pbvu031650 On 14/10/2021 07:22, Jim Reisert AD1C wrote: > I have noticed one slight performance issue, which may not be related > to Cygwin at all. > > After creating a keyboard macro, the first time the macro is > used/called (^x^e), it does not start right away. Subsequent uses are > as fast as expected. Could some sort of run-time compilation going on > in the background before the keyboard macro executes the first time? > > As I said, this may not be related to Cygwin at all. This is mentioned in the announcement for emacs 28.0.60-1.f7e6c199bf (TEST) The first few times you run Emacs, it might seem slow to start. This is because it is compiling the elisp libraries that are needed for your init file (usually .emacs).  For the same reason, you might see occasional pauses the first time you use a command.  But otherwise you should see a noticeable speed-up of Emacs. -- Problem reports: https://cygwin.com/problems.html FAQ: https://cygwin.com/faq/ Documentation: https://cygwin.com/docs.html Unsubscribe info: https://cygwin.com/ml/#unsubscribe-simple