From 41fbdf29c1aa121ebd4697afeed2d3143733ba3a Mon Sep 17 00:00:00 2001 From: Michael Olson Date: Fri, 20 Apr 2007 00:11:33 +0000 Subject: [PATCH] Add listing of ideas to new IDEAS.muse file 2007-04-19 Michael Olson * IDEAS.muse: New file containing a list of ideas we have for new features, or patches that have yet to be applied. * README: Call it "Emacs Muse", not "the Emacs Muse". No need to be so confusing. git-archimport-id: mwolson@gnu.org--2006/muse--main--1.0--patch-294 --- ChangeLog | 6 ++++++ IDEAS.muse | 67 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ README | 8 ++++---- 3 files changed, 77 insertions(+), 4 deletions(-) create mode 100644 IDEAS.muse diff --git a/ChangeLog b/ChangeLog index 6558bb6..d67f95a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,11 @@ 2007-04-19 Michael Olson + * IDEAS.muse: New file containing a list of ideas we have for new + features, or patches that have yet to be applied. + + * README: Call it "Emacs Muse", not "the Emacs Muse". No need to + be so confusing. + * lisp/muse-html.el (muse-html-table-attributes): Fix typo in docstring. diff --git a/IDEAS.muse b/IDEAS.muse new file mode 100644 index 0000000..ae70833 --- /dev/null +++ b/IDEAS.muse @@ -0,0 +1,67 @@ +This is the "Ideas" page for Emacs Muse. + +It lists various ideas for future enhancements to Emacs Muse. It also +serves to keep track of various changes that the maintainer would like +to merge into Muse at some point. + +* Pending code + +** Waiting on copyright assignments + + - Markus Hoenicka (markus.hoenicka AT mhoenicka.de) + - tag, which is for refDB and BibTeX both: + http://refdb.sourceforge.net/pre/muse-cite.patch + + - Jean Jean Magnan de Bornier (jean AT bornier.net) + - ConTeXt support (similar to LaTeX): + http://jm.bornier.free.fr/muse.html + +** Waiting for a new release + + - Jim Ottaway + - jeho-latex.el: a rewrite of muse-latex.el which should replace it + at some point. + - muse-latex-labels.el: addition of cross-references to LaTeX. + Should be merged into muse-latex.el after replacing with + jeho-latex.el. + +** Before the 3.03 release + + - Jim Ottaway + - three-part-link.el: allow links like "project#page#anchor" or + "project::page#anchor". + +* Ideas without code + +** After 3.03 release + +None of these ideas has been finalized yet. + +*** Support for different source markup formats + +For any of these to be done, we have to figure out how to determine +which markup format to use, and parametrize the publishing functions +somewhat. + + - Markdown: http://daringfireball.net/projects/markdown/ + + - reStructuredText: http://docutils.sourceforge.net/rst.html + + - Allow publishing in Org Mode's format, though this might not be + needed now that org-publish.el exists. + + - Like Muse's default markup, but allow tags to be specified in + Texinfo style: namely, "@tagname{contents}" instead of + "contents" for small regions and + "@tagname\ncontents\n@end tagname" for large regions. + + - Take markup features from phpBB and make a format out of it. This + could interest the forum crowd in our work. + +*** Markup extensions + + - Implement overstrike support, possibly by markup like "{-text-}", + as suggested by David D. Smith (dds). It might also be good to + extend this to "{*text*}", "{**text**}", and "{=text=}" for times + when the normal markup symbols are ambiguous (i.e., math + equations). diff --git a/README b/README index ec07920..287c3b8 100644 --- a/README +++ b/README @@ -1,8 +1,8 @@ + -*- Text -*- +This is the README file for Emacs Muse. -This is the README file for the Emacs Muse. - -The terms "the Emacs Muse", "Emacs Muse", and "Muse" are used -interchangeably throughout this document to refer to this software. +The terms "Emacs Muse", and "Muse" are used interchangeably throughout +this document to refer to this software. Synopsis ======== -- 2.11.4.GIT