XEmacs fixes in muse-latex2png and muse-registry.
commit383680cc06be0472aef377df6d1e6ff51efa01cc
authorMichael Olson <mwolson@gnu.org>
Sun, 11 Dec 2005 06:17:25 +0000 (11 06:17 +0000)
committerMichael Olson <mwolson@gnu.org>
Sun, 11 Dec 2005 06:17:25 +0000 (11 06:17 +0000)
treef97bdfab7339a627f7ac18b1913ba7cbf5ccbba1
parentd63a8c28e1ad3c6886a089723606ae5c7bb3ef4a
XEmacs fixes in muse-latex2png and muse-registry.

* lisp/muse-latex2png.el (latex2png): Fix XEmacs error.  It seems better
  to use expand-file-name than concat, since the result of the
  temp-directory function sometimes doesn't have a trailing backslash.

* lisp/muse-registry.el (muse-registry-url-regexp): Use
  muse-regexp-space.
  (muse-registry-get-project-name): Use muse-replace-regexp-in-string.
  (muse-registry-make-new-registry): Use a better heuristic for
  determining whether the given file is actually a directory.  This
  avoids the use of `directory-files-and-attributes', which is not
  available in XEmacs.
  (muse-registry-new-entries): Use muse-match-string-no-properties.
git-archimport-id: mwolson@gnu.org--2005/muse--main--1.0--patch-288
ChangeLog
lisp/muse-latex2png.el
lisp/muse-registry.el