emacs-wiki-discuss
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[emacs-wiki-discuss] [commit][emacs-wiki--main--1.0] Fix problem with li


From: Michael Olson
Subject: [emacs-wiki-discuss] [commit][emacs-wiki--main--1.0] Fix problem with links and tables; don't clobber temp if debug-on-error is set.
Date: Mon, 18 Jul 2005 03:55:05 -0500

Revision: emacs-wiki--main--1.0--patch-108
Archive: address@hidden
Creator: Michael Olson <address@hidden>
Date: Mon Jul 18 03:54:49 EST 2005
Standard-date: 2005-07-18 08:54:49 GMT
Modified-files: ChangeLog emacs-wiki-colors.el
    emacs-wiki-publish.el emacs-wiki.el
New-patches: address@hidden/emacs-wiki--main--1.0--patch-108
Summary: Fix problem with links and tables; don't clobber temp if 
debug-on-error is set.
Keywords: 

* emacs-wiki-colors.el (emacs-wiki-highlight-emphasized)
  (emacs-wiki-highlight-underlined): Use eq instead of memq.  Don't apply
  emphasis if the last emphasis character is at beginning of line.

* emacs-wiki-publish.el (emacs-wiki-publishing-markup): Move
  emacs-wiki-url-or-name-regexp back to where it used to be, but also add
  a new rule that tries to keep emphasis out of links.
  (emacs-wiki-mark-noemphasis): New function that adds the 'noemphasis
  property.

* emacs-wiki-publish.el (emacs-wiki-markup-word): Don't publish if either
  end has noemphasis property, or if we are ending right after some
  whitespace.

* emacs-wiki.el (emacs-wiki-with-temp-buffer): The temp buffer will now
  be named " *emacs-wiki-temp*".  Don't clobber it if debug-on-error is
  set.  Use buffer-live-p rather than buffer-name to determine whether
  the buffer is still around.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]