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

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

Re: autoload and auto-compression-mode


From: Stefan Monnier
Subject: Re: autoload and auto-compression-mode
Date: Fri, 13 Jan 2006 17:42:34 -0500
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux)

> - If ~/bar is in the load-path before ~/foo and we have files
>   ~/bar/foo and ~/foo/foo.el, then emacs loads ~/foo/foo.el.

Really?
I've just tried it here with:

   % echo '(message "foo1")' >~/tmp/foo1/foo
   % echo '(message "foo2")' >~/tmp/foo2/foo.el
   
   M-: (let ((load-path (list* "~/tmp/foo1" "~/tmp/foo2" load-path)))
         (load "foo")) RET

and I got "foo1" in *Messages*


        Stefan




reply via email to

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