From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "liyue.bluray@gmail.com" Newsgroups: gmane.emacs.help Subject: Re: How can I load path in MS WindowsXP Date: Tue, 21 Oct 2008 19:03:23 -0700 (PDT) Organization: http://groups.google.com Message-ID: <3e8148ce-9cd5-4182-bd3d-678fbd9c6d90@x16g2000prn.googlegroups.com> References: <5a0c2784-b2d4-46dc-a572-8477c9f7867b@r37g2000prr.googlegroups.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1224643249 22352 80.91.229.12 (22 Oct 2008 02:40:49 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 22 Oct 2008 02:40:49 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Oct 22 04:41:50 2008 connect(): Connection refused Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1KsTfQ-0001uT-QY for geh-help-gnu-emacs@m.gmane.org; Wed, 22 Oct 2008 04:41:48 +0200 Original-Received: from localhost ([127.0.0.1]:37068 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KsTeL-0004vr-FA for geh-help-gnu-emacs@m.gmane.org; Tue, 21 Oct 2008 22:40:41 -0400 Original-Path: news.stanford.edu!newsfeed.stanford.edu!postnews.google.com!x16g2000prn.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 13 Original-NNTP-Posting-Host: 203.156.248.72 Original-X-Trace: posting.google.com 1224641004 11034 127.0.0.1 (22 Oct 2008 02:03:24 GMT) Original-X-Complaints-To: groups-abuse@google.com Original-NNTP-Posting-Date: Wed, 22 Oct 2008 02:03:24 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: x16g2000prn.googlegroups.com; posting-host=203.156.248.72; posting-account=YByPfAoAAACruvDiKhMnLQq5pPY8cIPN User-Agent: G2/1.0 X-HTTP-Via: 1.1 PSETPROXY X-HTTP-UserAgent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/525.13 (KHTML, like Gecko) Chrome/0.2.149.30 Safari/525.13, gzip(gfe), gzip(gfe) Original-Xref: news.stanford.edu gnu.emacs.help:163675 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:59015 Archived-At: On Oct 21, 10:49=A0pm, "Drew Adams" wrote: > > "(setq load-path (append load-path '(" ~/Emacs_tools/com-el"))) > > Lose the space after ". > > > I have also tried (setq load-path (append load-path '(" c:/Documents > > and Settings/Jebel/Emacs_tools/com-el"))) , and it doesn't work too. > > How can I load the path? Thanks a lot. > > Lose the space after ". Oh, you are right, there is a otiose space after ". Thank you very much, it works very well.