From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: sokobania.01@gmail.com Newsgroups: gmane.emacs.help Subject: Re: How to save invisible (lisp) data in a text file Date: Fri, 29 Aug 2014 02:26:52 -0700 (PDT) Message-ID: <28bca27c-4c3a-4e9c-a765-89e294648368@googlegroups.com> References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: ger.gmane.org 1409326762 8128 80.91.229.3 (29 Aug 2014 15:39:22 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 29 Aug 2014 15:39:22 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Aug 29 17:39:16 2014 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1XNOGd-0002B8-UD for geh-help-gnu-emacs@m.gmane.org; Fri, 29 Aug 2014 17:39:12 +0200 Original-Received: from localhost ([::1]:42642 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XNOGd-00037f-J0 for geh-help-gnu-emacs@m.gmane.org; Fri, 29 Aug 2014 11:39:11 -0400 X-Received: by 10.236.87.46 with SMTP id x34mr3321641yhe.49.1409304412198; Fri, 29 Aug 2014 02:26:52 -0700 (PDT) X-Received: by 10.140.102.104 with SMTP id v95mr154112qge.6.1409304412139; Fri, 29 Aug 2014 02:26:52 -0700 (PDT) Original-Path: usenet.stanford.edu!i13no4078321qae.1!news-out.google.com!q8ni3qal.1!nntp.google.com!i13no4078317qae.1!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=213.39.33.67; posting-account=6AmU8QoAAABkSb2sbJisGlnlR_egh2hP Original-NNTP-Posting-Host: 213.39.33.67 User-Agent: G2/1.0 Injection-Date: Fri, 29 Aug 2014 09:26:52 +0000 Original-Xref: usenet.stanford.edu gnu.emacs.help:207227 X-Mailman-Approved-At: Fri, 29 Aug 2014 11:38:55 -0400 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:99514 Archived-At: Many thanks for the answers! I had a look at enriched.el and ses.el. I will use the method I described but, instead of deleting the lines concerning the file-local variables, I will just hide them using facemenu-set-invisible. 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?