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

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

[emacs-wiki-discuss] Muse, XEmacs 21.4.17 and latex2png


From: Neilen Marais
Subject: [emacs-wiki-discuss] Muse, XEmacs 21.4.17 and latex2png
Date: Sun, 27 Nov 2005 17:27:06 +0200

Hi!

I'm trying to get latex formula support going with
address@hidden/muse--main--1.0--patch-279.  In my init.el I have:

(add-to-list 'load-path "/usr/local/share/emacs/site-lisp/muse/")
(require 'muse-mode)     
(require 'muse-html)     
(require 'muse-latex)
(require 'muse-texinfo)
(require 'muse-docbook)
(require 'muse-project)
(require 'muse-latex2png)

I then load, and try to publish a file with LaTeX formulas in, eg.

<latex inline>$\mathcal{H}_e(curl; \Omega)$</latex>

Initially I got this error:

(1) (muse/warning) hello: Error occurred: (void-variable
temporary-file-directory)

((insert-file-contents file)
 (muse-publish-markup-buffer
  (muse-page-name file)
  style)
 (let
     ((backup-inhibited t))
   (write-file output-path))
 (muse-style-run-hooks :final style file output-path target))

I got round this by adding to my init.el:

(setq-default temporary-file-directory "/tmp/")

Now, I get this error:

(1) (muse/warning) hello: Error occurred: (void-function
file-expand-wildcards)

((insert-file-contents file)
 (muse-publish-markup-buffer
  (muse-page-name file)
  style)
 (let
     ((backup-inhibited t))
   (write-file output-path))
 (muse-style-run-hooks :final style file output-path target))

which I don't know how to fix. I do remember running into this before,
and it seems as if file-expand-wildcards is an emacs, but not an xemacs
function. 

Is there some way I can work around this?

Thanks
Neilen





reply via email to

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