[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Automatic minor modes?
From: |
Clément Pit-Claudel |
Subject: |
Re: Automatic minor modes? |
Date: |
Sun, 22 Jul 2018 16:06:01 -0400 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.9.1 |
On 2018-07-22 15:01, Stefan Monnier wrote:
>> Even better would be to move the "unmask-at-point" feature out of
>> prettify-symbols-mode, so that more complex hiding could use it too
>> (prettify-symbols-mode is fairly strict in its inputs).
>
> How 'bout adding it to `reveal-mode`?
Maybe ? But bonus points if each type of revealing can be turned on or off
separately; maybe something like buffer-invisibility-spec? (I think currently
you can disable revealing for some overlays, but not the other way around?
basically I'd like my minor mode to be able to turn on revealing, but only for
the overlays it created)