Jens Schmidt <[email protected]> writes:

> So what I came up with in "my mode" is a command (hooked into C-c C-c in
> my init file) that shows the markers when located inside emphasized text,
> what then keeps them visible until you leave that text span (+/- that one
> additional character).  Without that command explicit command markers
> stay hidden all the time.  Not sure whether that would work out well with
> org-inside, though, since it does not have that one additional
> character.  (And I understand why.)

This is an interesting concept.  As a related concept we could add a
command/key binding that unhides the entity at point /on demand/, by
updating the overlay's properties (first bringing it there if it's not
yet).  That would be very straightforward.

I can see that being useful especially for links with `bracket' on
`org-highlight-links', since that hides the link text too, which is
otherwise hard to edit.  It would be like `org-toggle-link-display',
except:

  1. It would work only for the entity you are "inside", and
  2. It would self-disable when you moved out.

I would probably use that some.  I'll play with it.

Reply via email to