bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#58464: 28.1; browse-url-emacs doesn't work for local files on Window


From: Paul Eggert
Subject: bug#58464: 28.1; browse-url-emacs doesn't work for local files on Windows
Date: Thu, 13 Oct 2022 09:40:54 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.2.2

On 2022-10-13 04:30, Lars Ingebrigtsen wrote:
Eli Zaretskii <eliz@gnu.org> writes:

Thanks.  But this part:

   -  if (NILP (handler) && !NILP (visit) && current_buffer->modtime.tv_nsec < 
0)
   +  if (save_errno != 0)

might cause us signal an error when VISIT is nil, something that
didn't happen before.

We should be OK there. If VISIT is nil, SAVE_ERRNO must be zero.

(I also am not sure it is 100% reliable to rely on save_errno being
non-zero whenever we encounter an error, especially in the
file-handlers case.)

Should be OK here too. In the file-handlers case, SAVE_ERRNO is zero.

I installed the attached to help document and check this.

Attachment: 0001-Improve-checks-for-recent-File-exists-fixup.patch
Description: Text Data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]