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

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

Re: [emacs-wiki-discuss] Re: task numbers and <nop>


From: Jim Ottaway
Subject: Re: [emacs-wiki-discuss] Re: task numbers and <nop>
Date: Thu, 03 Feb 2005 09:36:28 +0000
User-agent: Gnus/5.090024 (Oort Gnus v0.24) Emacs/21.2 (gnu/linux)

It is because the invisible property is not set properly in
emacs-wiki-nop-tag. 

--- orig/emacs-wiki-publish.el
+++ mod/emacs-wiki-publish.el
@@ -1538,7 +1538,7 @@
 (defun emacs-wiki-nop-tag (beg end highlight-p)
   (when (<= (- end beg) 5)
     (if highlight-p
-        (add-text-properties beg end '(invisible t intangible t)))
+        (add-text-properties beg end '(invisible emacs-wiki intangible t)))
     (when (looking-at emacs-wiki-name-regexp)
       (goto-char (match-end 0))
       (unless highlight-p


-- 
Jim Ottaway




reply via email to

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