From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Rich E" Newsgroups: gmane.emacs.help Subject: Re: load-path, howto Date: Wed, 4 Jun 2008 23:25:15 -0700 Message-ID: References: <867id4wj0y.fsf@timbral.net> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_14965_10294360.1212647115971" X-Trace: ger.gmane.org 1212647147 8242 80.91.229.12 (5 Jun 2008 06:25:47 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 5 Jun 2008 06:25:47 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: "Evans Winner" Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Jun 05 08:26:29 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 1K48vc-0002WX-QG for geh-help-gnu-emacs@m.gmane.org; Thu, 05 Jun 2008 08:26:29 +0200 Original-Received: from localhost ([127.0.0.1]:54306 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1K48uq-0004dT-3f for geh-help-gnu-emacs@m.gmane.org; Thu, 05 Jun 2008 02:25:40 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1K48uU-0004d5-Jx for help-gnu-emacs@gnu.org; Thu, 05 Jun 2008 02:25:18 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1K48uT-0004ct-Oy for help-gnu-emacs@gnu.org; Thu, 05 Jun 2008 02:25:17 -0400 Original-Received: from [199.232.76.173] (port=34556 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1K48uT-0004cq-J1 for help-gnu-emacs@gnu.org; Thu, 05 Jun 2008 02:25:17 -0400 Original-Received: from fg-out-1718.google.com ([72.14.220.156]:52237) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1K48uT-0002Mb-2O for help-gnu-emacs@gnu.org; Thu, 05 Jun 2008 02:25:17 -0400 Original-Received: by fg-out-1718.google.com with SMTP id l26so361115fgb.30 for ; Wed, 04 Jun 2008 23:25:16 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:cc:in-reply-to:mime-version:content-type:references; bh=LGVHmeHp5XkxgdMPfK4JFt9YkMfTRdntaqp+Xfvzt2k=; b=Hu/UNQDW1vK0Y5yGDhQf6V2Z2u11XiX1x0j628aWSR+d2ItcrlG7rLFKAwweMIJP5D C74xxsZwcKcRakoISWeODbXS74V0V2ZZUQ2QKhnl+4z4cB9U02MCRyJDrl6T13DYFxZe HKu/hzdXeXRSNxM+W57xkdbsgw9g9BzH0kGuE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version :content-type:references; b=MLKa7MH7xtJyS5ZQ+OcAMQWQnxU2rftHnOE4bzNjNuvCjRSYqhmBUI6cwUPkMg2ZZh S1lzgJ+IAohKxwZUcgvZ9mhNlu64sKbn6avFfULw3opQxyxweAof3dtr65D+9yz+Oacx c/Sj9OQ0Yssby2V1DLyHM2GI6ouWOxz6mt++0= Original-Received: by 10.86.23.17 with SMTP id 17mr1435143fgw.32.1212647115921; Wed, 04 Jun 2008 23:25:15 -0700 (PDT) Original-Received: by 10.86.58.19 with HTTP; Wed, 4 Jun 2008 23:25:15 -0700 (PDT) In-Reply-To: <867id4wj0y.fsf@timbral.net> X-detected-kernel: by monty-python.gnu.org: Linux 2.6 (newer, 2) 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:54463 Archived-At: ------=_Part_14965_10294360.1212647115971 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Ah, how nice. Thanks for being a second pair of eyes, better than mine :) That fixed it by the way. -rich On Wed, Jun 4, 2008 at 10:25 PM, Evans Winner wrote: > "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? > > ------=_Part_14965_10294360.1212647115971 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Ah, how nice.  Thanks for being a second pair of eyes, better than mine :)

That fixed it by the way.

-rich

On Wed, Jun 4, 2008 at 10:25 PM, Evans Winner <thorne@timbral.net> wrote:
"Rich E" <reakinator@gmail.com> 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?


------=_Part_14965_10294360.1212647115971--