[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: can't find library nxml-mode.el
From: |
PJ Weisberg |
Subject: |
Re: can't find library nxml-mode.el |
Date: |
Wed, 8 Jun 2011 07:46:02 -0700 |
On Wednesday, June 8, 2011, Andreas Röhler
<andreas.roehler@easy-emacs.de> wrote:
> BTW Emacs doesn't see this file because it's zipped probably.
>
> Should exist as "nxml-mode.el.gz"
Debian (and presumably Ubuntu) distributes the compressed .el files in
a separate package, so it may not be there. The .elc file should be
sufficient, though.
Presumably some code is doing something like (load "nxml-mode.el")
when it should be doing (require 'nxml-mode).
--
-PJ