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

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

[emacs-wiki-discuss] Muse file extension support and other Muse status u


From: Michael Olson
Subject: [emacs-wiki-discuss] Muse file extension support and other Muse status updates
Date: Thu, 07 Jul 2005 01:44:06 -0500
User-agent: Gnus/5.110004 (No Gnus v0.4) Emacs/22.0.50 (gnu/linux)

Since this seems like a popular request, I've implemented the ability
to specify a file extension for Muse files.  The new option is
`muse-file-extension'.  I suggest using "muse" for it.  By default,
this is nil, which means that no file extension will be used.

One side effect of this change is that
`muse-ignored-extensions-regexp' is no longer customizable: its
contents are automatically generated by customizing the new option
`muse-ignored-extensions'.

muse--main--1.0--patch-102 implements these changes.  If you have
experienced startup errors recently, they should be fixed.

** Miscellaneous

I've merged Yann Hodique's wiki and planner fixes.

If you are an expert in the DocBook, LaTeX, or TexInfo formats, please
feel free to let me (or the list) know if I can improve the Muse
publishing styles for any of these, since I am not very familiar with
them.

I'm a bit overwhelmed by the amount of email on the list recently
concerning Muse.  But this is a good problem to have :^) .  I'll try
to gradually catch up.

I've tried to make it easier to set muse-project-alist for the blosxom
publishing style, since it needs to know every subdirectory of your
base directory.  An example follows that demonstrates this.

(setq muse-project-alist
      `(("blog"
         (,@(muse-blosxom-project-alist-dirs "~/path/to/blog-entries")
          :default "index")
         ,@(muse-blosxom-project-alist-entry "~/path/to/blog-entries"
                                             "~/public_html/blog"
                                             "blosxom-xhtml")
        )))

Note that we need a backtick instead of a single quote on the second
line of this example.  Thanks to bkhl for suggesting that more
automation was needed.

-- 
Michael Olson -- FSF Associate Member #652 -- http://www.mwolson.org/
Interests: anime, Debian, XHTML, wiki, Emacs Lisp
  /` |\ | | | IRC: mwolson on freenode.net: #hcoop, #muse, #pulug
 |_] | \| |_| Jabber: mwolson_at_hcoop.net

Attachment: pgpDLuzZtCdtO.pgp
Description: PGP signature


reply via email to

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