unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
* load-path, howto
@ 2008-06-05  2:35 Rich E
  0 siblings, 0 replies; 3+ messages in thread
From: Rich E @ 2008-06-05  2:35 UTC (permalink / raw)
  To: help-gnu-emacs

[-- Attachment #1: Type: text/plain, Size: 418 bytes --]

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

[-- Attachment #2: Type: text/html, Size: 541 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: load-path, howto
       [not found] <mailman.12674.1212633366.18990.help-gnu-emacs@gnu.org>
@ 2008-06-05  5:25 ` Evans Winner
  2008-06-05  6:25   ` Rich E
  0 siblings, 1 reply; 3+ messages in thread
From: Evans Winner @ 2008-06-05  5:25 UTC (permalink / raw)
  To: help-gnu-emacs

"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?



^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: load-path, howto
  2008-06-05  5:25 ` load-path, howto Evans Winner
@ 2008-06-05  6:25   ` Rich E
  0 siblings, 0 replies; 3+ messages in thread
From: Rich E @ 2008-06-05  6:25 UTC (permalink / raw)
  To: Evans Winner; +Cc: help-gnu-emacs

[-- Attachment #1: Type: text/plain, Size: 742 bytes --]

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?
>
>

[-- Attachment #2: Type: text/html, Size: 1304 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2008-06-05  6:25 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <mailman.12674.1212633366.18990.help-gnu-emacs@gnu.org>
2008-06-05  5:25 ` load-path, howto Evans Winner
2008-06-05  6:25   ` Rich E
2008-06-05  2:35 Rich E

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).