Package: muse-el
Version: 3.02.6-2

Hi,

> > I'm now checking out muse and what it can do for me; however I found
> > that muse is not a full-fledged wiki editing engine like
> > elserv-wiki.  elserv-wiki handles HTTP requests and allows editing
> > of the wiki page over http, convenient for when slapping up some
> > page in a local workgroup.
> 
> Check out httpd.el and cgi.el in the contrib/ directory.  Together
> with muse-http.el, they should provide this functionality.  I'm
> interested in hearing whether this works or not, since I've never used
> it before.

Okay, consider it a bugreport requesting improvement in your packaing of 
muse-http.el.

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.



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




emacs-version
"21.4.1"

Apparently, open-network-stream-server isn't supported on Debian emacs
21.4.1 (I had an impression that it was supposedly introduced in
something like 21.3 ?)

ii  emacs21        21.4a-3        The GNU Emacs editor


regards,
        junichi
-- 
[EMAIL PROTECTED],netfort.gr.jp}   Debian Project


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to