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

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

Re: Text folding mode?


From: Andreas Röhler
Subject: Re: Text folding mode?
Date: Tue, 18 Mar 2008 08:48:06 +0100
User-agent: KMail/1.9.5

Am Dienstag, 18. März 2008 00:59 schrieb Tim Johnson:
> I'd like to implement a folding mode. Particularly the
> ability to fold a highlighted region. I've downloaded fold.el and am
> reviewing it. Are there any other recommendations?
> Thanks
> Tim
> 
> 

Probably it's not that difficult to write such thing
via put-text-property start end 'invisible etc.

As regions beg and end are volatile values, you'll need
variables to store it.

Andreas Röhler




reply via email to

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