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: Eli Zaretskii <eliz <at> gnu.org>
To: materus213 <materus213 <at> gmail.com>
Cc: 67393 <at> debbugs.gnu.org
Subject: bug#67393: 29.1; Slow to open file if autosave exists
Date: Thu, 23 Nov 2023 08:51:35 +0200
tags 67393 notabug
thanks

> Date: Thu, 23 Nov 2023 01:28:13 +0100
> From: materus213 <materus213 <at> 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.




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

Previous Next


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