Make C-c C-t publish the current file in a more sensible way.
commit0c6524494819be5d74388a2dcd1c0c8fba9d0669
authorMichael Olson <mwolson@gnu.org>
Thu, 27 Jul 2006 20:46:38 +0000 (27 20:46 +0000)
committerMichael Olson <mwolson@gnu.org>
Thu, 27 Jul 2006 20:46:38 +0000 (27 20:46 +0000)
treeca1f0f42dc2dc62099e5bb33a4e07b74390266c1
parentbcc53ef51a2d1b43c1ac0352cd9fa5bafbe0ecc7
Make C-c C-t publish the current file in a more sensible way.

* lisp/muse-mode.el (muse-mode-map): Make C-c C-t call
  muse-project-publish-this-file instead of muse-publish-this file.  Make
  C-c C-T call the latter.
  (muse-browse-result): Use `muse-project-get-applicable-styles'.
  (muse-follow-name-at-point): Docfix.

* lisp/muse-project.el (muse-project-get-applicable-style): New function
  that prompts the user for a style if more than one style applies to the
  given file.
  (muse-project-publish-this-file): New function that publishes the
  currently-visited file according to `muse-project-alist', prompting if
  more than one style applies.

* lisp/muse-publish.el (muse-publish-this-file): Docfix.

* muse.texi (Keystroke Summary): Update for the changes made.  C-c C-c
  was not previously documented.
git-archimport-id: mwolson@gnu.org--2006/muse--main--1.0--patch-166
ChangeLog
lisp/muse-mode.el
lisp/muse-project.el
lisp/muse-publish.el
muse.texi