Include regexps from base styles. Fix muse-project-ignore-regexp and use it more.
commit10bc0676f553dee92975be4d44a7501295047060
authorMichael Olson <mwolson@gnu.org>
Sat, 23 Jul 2005 01:29:29 +0000 (23 01:29 +0000)
committerMichael Olson <mwolson@gnu.org>
Sat, 23 Jul 2005 01:29:29 +0000 (23 01:29 +0000)
tree6db9a97394bf8a49e602dd20a104ae9cdcb7e344
parent68d9d8c38b07ac6af4e67c796d0d4a8af22355e8
Include regexps from base styles.  Fix muse-project-ignore-regexp and use it more.

* lisp/muse-blosxom.el (muse-blosxom-get-categories): Don't include
  folders that match `muse-project-ignore-regexp'.

* lisp/muse-project.el (muse-project-ignore-regexp): Correct an escape
  omission.  Add ",.*" to list of bad directory parts.

* lisp/muse-project.el (muse-project-of-file): Ignore PATHNAME if it
  matches `muse-project-ignore-regexp'.

* lisp/muse-publish.el: Install patch from Peter K. Lee.
  (muse-style-elements-list): New function that returns a list of
  references to ELEM in STYLE, including base styles.
  (muse-publish-markup-region): Use muse-style-elements-list rather than
  muse-style-elements when getting :regexps.

* lisp/muse-publish.el (muse-style-element): Add docstring.
git-archimport-id: mwolson@gnu.org--2005/muse--main--1.0--patch-176
AUTHORS
ChangeLog
lisp/muse-blosxom.el
lisp/muse-project.el
lisp/muse-publish.el