GNU bug report logs - #67393
29.1; Slow to open file if autosave exists

Previous Next

Package: emacs;

Reported by: materus213 <materus213 <at> gmail.com>

Date: Thu, 23 Nov 2023 00:35:01 UTC

Severity: normal

Tags: notabug

Found in version 29.1

Done: Stefan Kangas <stefankangas <at> gmail.com>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Juri Linkov <juri <at> linkov.net>
To: Ihor Radchenko <yantar92 <at> posteo.net>
Cc: materus213 <materus213 <at> gmail.com>, Eli Zaretskii <eliz <at> gnu.org>, 67393 <at> debbugs.gnu.org, Stefan Kangas <stefankangas <at> gmail.com>
Subject: bug#67393: 29.1; Slow to open file if autosave exists
Date: Sun, 24 Dec 2023 19:34:53 +0200
>>> This is indeed not a bug, but I am wondering if it would be better to
>>> utilize `set-multi-message' somehow. We are certainly able to display
>>> multiple recent messages in the echo area. Then, why not allow to keep
>>> more important ones visible for a time period without blocking?
>>
>> It's not easy to temporarily enable `set-multi-message',
>> since it's not clear at what moment to disable it afterwards.
>
> What I meant is to change the default `set-message-function' in such a
> way that it displays "important" messages for a custom time period, in
> addition to the last message.

I agree.  The most annoying delay is in 'ispell-parse-output':

    (ding) ; error message from ispell!
    (message "Ispell error: %s" output)
    (sit-for 5)

So I need to waste 5 seconds several times during spell-checking.

It would be nicer to prepend this error message to any last displayed
message during these 5 seconds.




This bug report was last modified 1 year and 124 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.