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

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

[emacs-wiki-discuss] Newbie cannot publish: muse-development windows xp


From: Suresh
Subject: [emacs-wiki-discuss] Newbie cannot publish: muse-development windows xp
Date: Sun, 16 Apr 2006 04:47:11 +0000 (UTC)
User-agent: Loom/3.14 (http://gmane.org/)

I followed the procedure for installing muse; and have the following in my .
emacs (see below). I can make .mu files, everythng works fine, except when I 
try 
to publish.

C-c C-t

gives me a prompt to enter a style:

but nothing I enter works. I just get (no match) as the result.

Thanks, Suresh

;; Add this to your .emacs or .xemacs/init.el file.
(setq load-path (add-to-list 'load-path "c:/progra~1/emacs/site-lisp/muse/"))
(setq load-path (add-to-list 'load-path "c:/progra~1/emacs/site-lisp/muse/"))
(setq load-path (add-to-list 'load-path "c:/progra~1/emacs/site-lisp/muse/muse"
))
(require 'muse-mode)
(require 'muse-project)
     
     (setq muse-project-alist
           '(("MyEmacsWiki"; my various writings
              ("~/Pages" :default "index")
              (:base "html" :path "~/public_html")
              (:base "pdf" :path "~/public_html/pdf"))))

(setq muse-file-extension "mu")
  (add-hook 'find-file-hooks 'muse-mode-maybe)





reply via email to

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