On Wed, 07 Apr 2010 12:42:21 +0100, David Edmondson <dme at dme.org> wrote:
> After this change...
>
> > Install emacs lisp files into a notmuch sub-directory of site-lisp.
> >
> > Now that we have multiple emacs-lisp source files, it's just more
> > polite this way.
>
> ...how is emacs supposed to find these files? .../site-lisp/notmuch is
> not in my load-path by default (Debian GNU Emacs 23.1.1).
Ah, good point.
The Debian package goes through some magic (in
/etc/emacs/site-start.d/50notmuch.el) to ensure that this directory is
added to the load-path.
Given that, I've just changed the default back to just install the files
into ${prefix}/share/emacs/site-lisp and made the Debian packaging
request ${prefix}/share/emacs/site-lisp/notmuch when it configures (see
below).
Thanks for the report,
-Carl