Initial implementation of muse-xml.el. End of section edge case.
commit68d9d8c38b07ac6af4e67c796d0d4a8af22355e8
authorMichael Olson <mwolson@gnu.org>
Sat, 23 Jul 2005 00:21:36 +0000 (23 00:21 +0000)
committerMichael Olson <mwolson@gnu.org>
Sat, 23 Jul 2005 00:21:36 +0000 (23 00:21 +0000)
tree53f310b3b01f3edee5b917084b422940fb4f915b
parent7d4ac7a914a033098d016c4cf22a0311a69b99a6
Initial implementation of muse-xml.el.  End of section edge case.

* AUTHORS: Add Peter K. Lee.

* Makefile (experimental): New target that builds experimental programs.
  (distclean): Remove debian/dirs, a cruft file from the debian build
  process.

* examples/mwolson/muse-init.el: Update.

* examples/mwolson/muse-init.el ("\C-cpL"): Use a better function that
  prompts for the blog entry to visit.

* experimental/Makefile: New file that causes experimental stuff to be
  built.

* experimental/muse-xml.el: New file that provides the experimental XML
  publishing style.

* lisp/muse-docbook.el (muse-docbook-markup-regexps): Re-order and fix
  comment strings.

* lisp/muse-html.el (muse-html-markup-regexps): Ditto.

* lisp/muse-publish.el (muse-publish-section-close): Deal with edge case
  involving end-of-file and paragraph detection.

* lisp/muse-wiki.el: Minor header fix.

* scripts/muse-build.el (load-path): Add "../experimental".
git-archimport-id: mwolson@gnu.org--2005/muse--main--1.0--patch-175
AUTHORS
ChangeLog
Makefile
examples/mwolson/muse-init.el
experimental/Makefile [new file with mode: 0644]
experimental/muse-xml.el [new file with mode: 0644]
lisp/muse-docbook.el
lisp/muse-html.el
lisp/muse-publish.el
lisp/muse-wiki.el
scripts/muse-build.el