From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Shuguang Sun Newsgroups: gmane.emacs.devel Subject: Some thing wrong with the site-lisp path in Windows 7 Date: Fri, 29 Nov 2013 23:26:59 +0800 Message-ID: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=001a11c3e6241d6e8e04ec52763a X-Trace: ger.gmane.org 1385748809 3354 80.91.229.3 (29 Nov 2013 18:13:29 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 29 Nov 2013 18:13:29 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Nov 29 19:13:34 2013 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1VmSZG-0003nH-6D for ged-emacs-devel@m.gmane.org; Fri, 29 Nov 2013 19:13:30 +0100 Original-Received: from localhost ([::1]:48906 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VmSZF-0007cQ-NP for ged-emacs-devel@m.gmane.org; Fri, 29 Nov 2013 13:13:29 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:35654) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VmPyB-0000ZB-IA for emacs-devel@gnu.org; Fri, 29 Nov 2013 10:27:04 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VmPy9-0001EA-Ex for emacs-devel@gnu.org; Fri, 29 Nov 2013 10:27:03 -0500 Original-Received: from mail-lb0-x22c.google.com ([2a00:1450:4010:c04::22c]:43393) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VmPy9-0001Dx-0U for emacs-devel@gnu.org; Fri, 29 Nov 2013 10:27:01 -0500 Original-Received: by mail-lb0-f172.google.com with SMTP id z5so7155496lbh.3 for ; Fri, 29 Nov 2013 07:27:00 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=kX2ka8Jlqxx08Y6Or94xpa89RV6+kbOHxfS5IFM2WWc=; b=t4P8t+EX/dvqOt8cA6qxADIh7CxFxzWtYxrq16TlnKw6kIqPKleWiG5RIu31NDN+bu hbqXMWUq5a1w1jRwQ4yNPPZFWvHp6bGO0hltQFDXhXAX1BQXldIfsQHh+SatmUc6GlkZ XI2CZapwg+ZOHfQWY2l8Et0SJXYS8lAD7R17IO6EdW9QMGh3FOLQ2vkHTywejW6C05/o IAhdx6Tc417+sEeZT+sim4JY4gzrR+VSOVQW6dY1u8wm1pDsHF+a+YCblTI0D5ERRXb2 4yW+cZfZXosoOOLZa/ZdHpyh/bwwuqbpZFWWIn0kUjjJRHFzv/yFlyWTO0i30wtEWqwq F+yQ== X-Received: by 10.112.53.134 with SMTP id b6mr34775650lbp.5.1385738819954; Fri, 29 Nov 2013 07:26:59 -0800 (PST) Original-Received: by 10.114.97.4 with HTTP; Fri, 29 Nov 2013 07:26:59 -0800 (PST) X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:4010:c04::22c X-Mailman-Approved-At: Fri, 29 Nov 2013 13:13:27 -0500 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:165889 Archived-At: --001a11c3e6241d6e8e04ec52763a Content-Type: text/plain; charset=ISO-8859-1 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 --001a11c3e6241d6e8e04ec52763a Content-Type: text/html; charset=ISO-8859-1
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


--001a11c3e6241d6e8e04ec52763a--