>>>>"AP" == Andy Piper
<andyp(a)parallax.co.uk> writes:
AP> efs-load appears to slow down package loading under cygwin by a
AP> considerable amount. For instance without efs jde takes about 7
AP> seconds to load, with efs it takes 40 seconds.
How many peoply actually use remote files for `load' and `require'? efs
shouldn't probably overload these functions by default. BTW, my efs
installation is
(require 'efs)
(fset 'require 'efs-real-require)
(fset 'load 'efs-real-load)
- Christoph