Symptoms:
The CVS emacs I installed today gives me a bug with autoload and auto-compression-mode that can be reproduced as follows: cat > ~/foo/foo.el << EOF (defun foo () (interactive) (message "Hello world.")) EOF echo "Hello world" | gzip -c > ! ~/bar/foo.gz Then start a fresh emacs --no-init-file and evaluate the following: (auto-compression-mode 1) (setq load-path (cons "~/foo" load-path)) (setq load-path (cons "~/bar" load-path)) (autoload 'foo "foo" nil t) (foo) When the command foo is evaluated, emacs tries to load the file ~/bar/foo.gz. The last CVS emacs I was using (downloaded ~3 months ago) did not show this behavior. Roland _______________________________________________ emacs-pretest-bug mailing list [email protected] http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug
