help-gnu-emacs
[Top][All Lists]
Advanced

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

Re: How to save invisible (lisp) data in a text file


From: Stefan Monnier
Subject: Re: How to save invisible (lisp) data in a text file
Date: Fri, 29 Aug 2014 16:03:14 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.4.50 (gnu/linux)

> I will just hide them using facemenu-set-invisible.

Please don't use facemenu-set-invisible.  Instead add the `invisible'
property with `put-text-property' (which is basically what
facemenu-set-invisible does internally).

> BTW, facemenu-set-invisible is NOT in the emacs command index:
> https://www.gnu.org/software/emacs/manual/html_node/emacs/Command-Index.html
> Is it a bug?

No: facemenu-set-invisible is a very little used thing, that's basically
useless in 99.99% of the cases.


        Stefan




reply via email to

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