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