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

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

Re: [emacs-wiki-discuss] Re: Leveraging the invisible attribute to hide


From: Eric Johnson
Subject: Re: [emacs-wiki-discuss] Re: Leveraging the invisible attribute to hide completed tasks
Date: Thu, 30 Jun 2005 23:32:00 -0400

I've finally figured out that the primitive I want is...

  (put-text-property beg end 'invisible 'emacs-wiki)

That's thanks to this line from emacs-wiki-colors.el...

  (add-to-invisibility-spec 'emacs-wiki)

I spent way too much time figuring that one out.  Now onto the next step of
putting it to good use.

-Eric Johnson

reply via email to

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