[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Saving/restoring text properties in files
From: |
Greg Hill |
Subject: |
Re: Saving/restoring text properties in files |
Date: |
Sat, 27 Jun 2020 10:09:20 -0700 |
Thanks so much, Drew, exactly what I needed!
On Sat, Jun 27, 2020 at 10:03 AM Drew Adams <drew.adams@oracle.com> wrote:
> > I'm sure this is brain-dead easy to do with a simple command, but search
> as
> > I may, I can't find the documentation for it.
> >
> > I have a text file in Fundamental mode that I have modified to highlight
> > parts with different colors. I want to save that file and be able to read
> > it back later with all of those highlights. How can I do that?
>
> Try `enriched-mode'. Not perfect, but it will get
> you quite a ways.
>
> See the Emacs manual, node `Enriched Text'.
>
>
> https://www.gnu.org/software/emacs/manual/html_node/emacs/Enriched-Text.html
>