[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#67393: 29.1; Slow to open file if autosave exists
From: |
Ihor Radchenko |
Subject: |
bug#67393: 29.1; Slow to open file if autosave exists |
Date: |
Sat, 23 Dec 2023 14:34:13 +0000 |
Stefan Kangas <stefankangas@gmail.com> writes:
>> 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.
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?
--
Ihor Radchenko // yantar92,
Org mode contributor,
Learn more about Org mode at <https://orgmode.org/>.
Support Org development at <https://liberapay.com/org-mode>,
or support my work at <https://liberapay.com/yantar92>
- bug#67393: 29.1; Slow to open file if autosave exists, Stefan Kangas, 2023/12/22
- bug#67393: 29.1; Slow to open file if autosave exists,
Ihor Radchenko <=
- 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
- bug#67393: 29.1; Slow to open file if autosave exists, Eli Zaretskii, 2023/12/25