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

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

bug#50187: 28.0.50; tramp is called from calendar


From: Lars Ingebrigtsen
Subject: bug#50187: 28.0.50; tramp is called from calendar
Date: Mon, 22 Aug 2022 16:28:38 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (gnu/linux)

Steingold <sds@gnu.org> writes:

> I get this trace:
>
>   tramp-file-name-handler(file-readable-p 
> "/scp:remote:/path/Contents/Resources/site-lisp/cal-move.so")
>   calendar-cursor-to-visible-date((8 24 2021))
>   calendar-generate-window(8 2021)
>   calendar-basic-setup(nil)
>   calendar()
>   run-hooks(midnight-hook)
>   apply(run-hooks midnight-hook)
>   timer-event-handler([t 24869 56416 388128 86400 run-hooks (midnight-hook) 
> nil 0])

(I'm going through old bug reports that unfortunately weren't resolved
at the time.)

calendar-cursor-to-visible-date is an autoloaded function, so what's
happening is that Emacs is trying to load the cal-move file -- and
looking into "/scp:remote:/path/Contents/Resources/site-lisp/".

Can something have put that in your load-path by any chance?






reply via email to

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