[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#67393: 29.1; Slow to open file if autosave exists
From: |
Stefan Kangas |
Subject: |
bug#67393: 29.1; Slow to open file if autosave exists |
Date: |
Fri, 22 Dec 2023 06:56:13 -0800 |
Eli Zaretskii <eliz@gnu.org> writes:
> tags 67393 notabug
> thanks
>
>> Date: Thu, 23 Nov 2023 01:28:13 +0100
>> From: materus213 <materus213@gmail.com>
>>
>> As in topic, emacs normally open files in instant, but when autosave
>> (#filename#) exists, it takes about 1 sec to open file.
>> It doesn't seem to be config problem since same happens with -Q flag.
>
> This is a feature: we let the user see the message and wait for 1 sec
> after showing it, to make sure this particular message is not
> immediately replaced by some others. From after-find-file:
>
> (when (and warn msg)
> (message "%s" msg)
> (or not-serious (sit-for 1 t))))
> ^^^^^^^^^^^^^
> (The value of not-serious is nil in this case.)
>
> This is not a bug.
I'm therefore closing this bug report.
- bug#67393: 29.1; Slow to open file if autosave exists,
Stefan Kangas <=
- bug#67393: 29.1; Slow to open file if autosave exists, Ihor Radchenko, 2023/12/23
- bug#67393: 29.1; Slow to open file if autosave exists, Juri Linkov, 2023/12/23
- bug#67393: 29.1; Slow to open file if autosave exists, Ihor Radchenko, 2023/12/23
- bug#67393: 29.1; Slow to open file if autosave exists, Juri Linkov, 2023/12/24
- bug#67393: 29.1; Slow to open file if autosave exists, Eli Zaretskii, 2023/12/24
- bug#67393: 29.1; Slow to open file if autosave exists, Ihor Radchenko, 2023/12/24
- bug#67393: 29.1; Slow to open file if autosave exists, Eli Zaretskii, 2023/12/24
- bug#67393: 29.1; Slow to open file if autosave exists, Ihor Radchenko, 2023/12/24
- bug#67393: 29.1; Slow to open file if autosave exists, Eli Zaretskii, 2023/12/24
- bug#67393: 29.1; Slow to open file if autosave exists, Ihor Radchenko, 2023/12/25