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: load-path, howto Date: Wed, 4 Jun 2008 19:35:56 -0700 Message-ID: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_10322_18608054.1212633357020" X-Trace: ger.gmane.org 1212633394 11126 80.91.229.12 (5 Jun 2008 02:36:34 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 5 Jun 2008 02:36:34 +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 04:37:17 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 1K45Lo-0002Pt-17 for geh-help-gnu-emacs@m.gmane.org; Thu, 05 Jun 2008 04:37:16 +0200 Original-Received: from localhost ([127.0.0.1]:60653 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1K45L1-00035g-GH for geh-help-gnu-emacs@m.gmane.org; Wed, 04 Jun 2008 22:36:27 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1K45Ke-00034T-KQ for help-gnu-emacs@gnu.org; Wed, 04 Jun 2008 22:36:04 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1K45Kd-00033Y-3U for help-gnu-emacs@gnu.org; Wed, 04 Jun 2008 22:36:04 -0400 Original-Received: from [199.232.76.173] (port=35146 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1K45Kd-00033P-09 for help-gnu-emacs@gnu.org; Wed, 04 Jun 2008 22:36:03 -0400 Original-Received: from wa-out-1112.google.com ([209.85.146.182]:17737) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1K45Kc-0006Ng-Jc for help-gnu-emacs@gnu.org; Wed, 04 Jun 2008 22:36:02 -0400 Original-Received: by wa-out-1112.google.com with SMTP id m34so255699wag.10 for ; Wed, 04 Jun 2008 19:35:57 -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:mime-version:content-type; bh=K5N2PuX8R+eZfO0V5U8T4h+c7RS4Q4pNxvWbU+7wvU0=; b=ZpsS/EfPlZP/ragStnU7JBNGXGbhH8BZtrJPCeFJ4nmAzlibaBuVoybcX226pQ0uNH /pLz0VfuqH0VzZLUbnfaNAYphGCn0en2wsexqjrG+a9WP4Yw5M5VaFt/U4LJXP+XG3EY opZ3gQq39RJBfe1dArkf6vreF7aI7MyN/JBPw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type; b=hDtMHxD23AGQKUjfByu6E9tKmN8dQP5gXIabZv0G8dtW0CZaJwlFjrRiUAQgdR7WfU aWAouFzmpX745JvyFDna+2Hbo3Alu/hUzFWbKIrQNI/s1+1r45qM+XQBTFS/0l1qwob4 u6A4gOJWRKfZ8ctl8kV3DAINQOWmnriTT6kI0= Original-Received: by 10.114.73.14 with SMTP id v14mr902323waa.163.1212633357201; Wed, 04 Jun 2008 19:35:57 -0700 (PDT) Original-Received: by 10.114.159.13 with HTTP; Wed, 4 Jun 2008 19:35:56 -0700 (PDT) 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:54459 Archived-At: ------=_Part_10322_18608054.1212633357020 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline 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") and: (require 'doxymacs) in there, I have: doxymacs.el doxymacs.elc xml-parse.el xml-parse.elc Yet, I still get the error that doxymacs is not found. What am I missing? regards, Rich ------=_Part_10322_18608054.1212633357020 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline 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")

and:
(require 'doxymacs)


in there, I have:
doxymacs.el    doxymacs.elc   xml-parse.el   xml-parse.elc

Yet, I still get the error that doxymacs is not found.  What am I missing?

regards,
Rich
------=_Part_10322_18608054.1212633357020--