I'm using Emacs in Windows 7. Everything works well in the trunk r115085-20131112. But when I try to use r115161-20131120 to r115271-20131128 trunck, something goes wrong with site-lisp path. The two path in window relative to Emacs installed directory Emacs installed pathe/share/emacs/site-lisp C:\Users\username\emacs\share\emacs\site-lisp will be add to load-path automatically. However from the emacs-r115161-20131120-w32-bin.zip, the two paths are not in the load-path anymore. Instead, two absolute paths: c:/msys/local/share/emacs/24.3.50/site-lisp C:/msys/local/share/emacs/site-lisp are in the load-path. I have no msys installed in this machine. Any one met this problem? Shuguang