emacs-wiki-discuss
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[emacs-wiki-discuss] [slightly OT] muse errors


From: pll+ew
Subject: [emacs-wiki-discuss] [slightly OT] muse errors
Date: Wed, 28 Jul 2004 12:08:27 -0400

When I add the following snippet into my .xemacs/init.el file:

(require 'muse-mode)     ; load authoring mode

(require 'muse-html)     ; load publishing styles I use
(require 'muse-latex)
(require 'muse-texinfo)
(require 'muse-docbook)

(require 'muse-project)
(setq muse-project-alist
      '(("website"                      ; my various writings
         ("~/work/permabit/muse" :default "index")
         (:base "html" :path "~/public_html/muse")
         (:base "pdf" :path "~/public_html/muse/pdf"))))

and start up XEmacs with --debug-init, I get the following error:


Signaling: (wrong-number-of-arguments require 3)
  (require (quote pcomplete) nil t)
  load-internal("muse-mode" nil t nil undecided)
  load("muse-mode" nil t nil)
  require(muse-mode)
  load-internal("/permabit/user/pll/.xemacs/init.el" t t t undecided)
  load("/permabit/user/pll/.xemacs/init.el" t t t)
  load-user-init-file()
  load-init-file()
  command-line()
  normal-top-level()

Any idea if this is a typo with what I cut'n'pasted from the 
README, or if I somehow mangled something else :)

Thanks,
-- 
Seeya,
Paul

GPG Key fingerprint = 1660 FECC 5D21 D286 F853  E808 BB07 9239 53F1 28EE

         If you're not having fun, you're not doing it right!






reply via email to

[Prev in Thread] Current Thread [Next in Thread]