Hi, > > First: > > (load-library "muse-http") > > Debugger entered--Lisp error: (file-error "Cannot open load file" "httpd") > > require(httpd) > > > > fails due to the fact that load-path does not include contrib/ directory, > > nor is it byte-compiled. > > > > Personally I don't think there is much point in splitting it up into > > contrib/ directory, so merging them into the one directory proper, > > might be a way to go. > > The reason for putting those files in the contrib/ directory is that > their copyright has not yet been assigned to the Free Software > Foundation, while everything in lisp/ has been assigned. > > I might eventually contact the original author once more pressing > things are taken care of. > > I'm not sure what the best practice is concerning the inclusion of the > contrib directory in load-path.
That might be a reason to separate the directory in the source tarball, but splitting it in the binary distribution in Debian package is making it harder for users to use the tool. The files in contrib/ aren't byte-compiled, and not assigning the copyright to FSF is not really a reason to not byte-compile the code (in terms of Debian integration, and from the perspective of Debian user). > > Second, trying to work around the first problem: > > > > (load-file "/usr/share/emacs/site-lisp/muse-el/contrib/httpd.el") > > t > > (load-file "/usr/share/emacs/site-lisp/muse-el/contrib/cgi.el") > > t > > (load-library "muse-http") > > t > > (httpd-start) > > Debugger entered--Lisp error: (void-function open-network-stream-server) > > (open-network-stream-server "httpd" (generate-new-buffer "httpd") port > > nil (quote httpd-serve)) > > (setq httpd-process (open-network-stream-server "httpd" > > (generate-new-buffer "httpd") port nil (quote httpd-serve))) > > httpd-start() > > eval((httpd-start)) > > This should be fixed in development versions of Muse (not in the > Debian package yet). That's nice to know. regards, junichi -- [EMAIL PROTECTED],netfort.gr.jp} Debian Project -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]