On Thu, May 21, 2009 at 2:59 AM, Rob <rob.theplacid@...> wrote:
>
>
>> Hi Robert, can you give an example of what you mean?
>
> To get it to work the way it is supposed to, the line in the .emacs file
> needs to be written like:
>
> (load "..\\nxml-mode-20041004\\rng-auto.el")
>
> ...not...
>
> (load "..\nxml-mode-20041004\rng-auto.el")
But you can use forward slashes instead:
(load "../nxml-mode-20041004/rng-auto.el")