From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Evans Winner Newsgroups: gmane.emacs.help Subject: Re: load-path, howto Date: Wed, 04 Jun 2008 23:25:01 -0600 Organization: Aioe.org NNTP Server Message-ID: <867id4wj0y.fsf@timbral.net> References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1212644489 1987 80.91.229.12 (5 Jun 2008 05:41:29 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 5 Jun 2008 05:41:29 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Jun 05 07:42:11 2008 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 1K48Ek-0000dr-Uq for geh-help-gnu-emacs@m.gmane.org; Thu, 05 Jun 2008 07:42:11 +0200 Original-Received: from localhost ([127.0.0.1]:32799 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1K48Dy-0000iC-Ca for geh-help-gnu-emacs@m.gmane.org; Thu, 05 Jun 2008 01:41:22 -0400 Original-Path: news.stanford.edu!newsfeed.stanford.edu!syros.belnet.be!news.belnet.be!feeder.news-service.com!news.netcologne.de!newsfeed-fusi2.netcologne.de!feeder.erje.net!aioe.org!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 23 Original-NNTP-Posting-Host: tHL7Pw00KvzSeEbptdOqCQ.user.aioe.org Original-X-Complaints-To: abuse@aioe.org Cancel-Lock: sha1:+t5/qcowEltA9rM7XC//uMA5tMY= User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux) Original-Xref: news.stanford.edu gnu.emacs.help:159112 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:54461 Archived-At: "Rich E" writes: Hi, I am just deciding to keep my extra emacs scripts locally, in .emacs.d/scripts, so they do not disappear when I reinstall. I have added this line to my .emacs file: (add-to-list 'load-path "/home/r/emacs.d/scripts") Should this read -- (add-to-list 'load-path "/home/r/.emacs.d/scripts") -- with the ``.'' mark added? and: (require 'doxymacs) I have never used doxymacs.el. Does it have a (provide 'doxymacs) statement somewhere in it?