emacs-devel
[Top][All Lists]
Advanced

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

Re: Silent autoloading


From: Stefan Monnier
Subject: Re: Silent autoloading
Date: Mon, 17 Nov 2008 09:46:16 -0500
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux)

> Tramp needs to initialize variables. For example, setting
> `tramp-default-method' might call `executable-find' or
> 'w32-window-exists-p', which consumes time.

> I don't know, whether it is worth to perform it via `eval-when-compile',
> because the result might be different every single start of Emacs.

Doing it at compile time would be wrong, indeed.  Tramp's load time is
not a bug.  Of course, if you can improve it that's good.


        Stefan




reply via email to

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