Revision: muse--main--1.0--patch-149
Archive: [EMAIL PROTECTED]
Creator: Michael Olson <[EMAIL PROTECTED]>
Date: Sun Jul 17 15:52:18 EST 2005
Standard-date: 2005-07-17 20:52:18 GMT
Modified-files: ChangeLog lisp/muse-colors.el
    lisp/muse-publish.el lisp/muse.el
New-patches: [EMAIL PROTECTED]/muse--main--1.0--patch-149
Summary: Fix links in table, links in verbatim, emphasis publishing, publishing 
from script.
Keywords: 

* lisp/muse-colors.el (muse-colors-emphasized): Fix an edge case where
  the beginning of a header would be emphasized if an asterisk came
  before it.
  (muse-colors-underlined): Don't allow end of underlined text to be the
  beginning of a line.  Don't use memq to check for whitespace syntax; eq
  is sufficient.

* lisp/muse-publish.el (muse-publish-markup-regexps): Mark links later
  on.  We'll use a more clever trick to keep emphasis characters from
  being interpreted in explicit links -- add a custom 'noemphasis text
  property to them.  Move mdash rule further down so that I can add
  designations after blockquoted text.

* lisp/muse-publish.el (muse-publish-markup-word): If beginning or end of
  text has the 'noemphasis property, ignore it.
  (muse-publish-mark-noemphasis): New function that adds the 'noemphasis
  property to the text between BEG and END, or match beginning and end.

* lisp/muse.el (muse-with-temp-buffer): Make sure the buffer is alive
  before trying to set buffer-modified to nil.  This should fix a
  "selecting deleted buffer" error when publishing from command line.

_______________________________________________
Muse-el-commits mailing list
[email protected]
https://mail.gna.org/listinfo/muse-el-commits

Reply via email to