From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Greg Hill Newsgroups: gmane.emacs.help Subject: Saving text properties Date: Tue, 4 Feb 2003 15:36:13 -0800 Sender: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" ; format="flowed" X-Trace: main.gmane.org 1044401887 11738 80.91.224.249 (4 Feb 2003 23:38:07 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Tue, 4 Feb 2003 23:38:07 +0000 (UTC) Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 18gCdg-000330-00 for ; Wed, 05 Feb 2003 00:38:04 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 18gCdi-0001BQ-03 for gnu-help-gnu-emacs@m.gmane.org; Tue, 04 Feb 2003 18:38:06 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 18gCcK-0000FC-00 for help-gnu-emacs@gnu.org; Tue, 04 Feb 2003 18:36:40 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 18gCc8-0008Pm-00 for help-gnu-emacs@gnu.org; Tue, 04 Feb 2003 18:36:29 -0500 Original-Received: from renfield.synergymicro.com ([153.105.4.30] helo=synergymicro.com) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 18gCbr-00084l-00 for help-gnu-emacs@gnu.org; Tue, 04 Feb 2003 18:36:11 -0500 Original-Received: from synergy.synergy.encinitas.ca.us ([153.105.4.29]) by synergymicro.com (8.9.3/8.9.3) with ESMTP id PAA05066 for ; Tue, 4 Feb 2003 15:36:38 -0800 Original-Received: from [198.17.100.22] (G-Hill-Mac [198.17.100.22])PAA05525 for ; Tue, 4 Feb 2003 15:42:13 -0800 Original-To: help-gnu-emacs@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , Errors-To: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.help:6308 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:6308 The section entitled "Saving Text Properties in Files" the Emacs Lisp Reference Manual says: >We invite users to write Lisp programs to store and retrieve text >properties in files, using these hooks, and thus to experiment with >various data formats and find good ones. Eventually we hope users >will produce good, general extensions we can install in Emacs. Does anyone have any experience with that that they would like to pass along? Thanks. --Greg