emacs-devel
[Top][All Lists]
Advanced

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

Re: how to find out when display property is deleted in C?


From: Stefan Monnier
Subject: Re: how to find out when display property is deleted in C?
Date: Mon, 12 May 2008 10:25:28 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux)

> How do I find out when a display property is deleted in C?

You don't/can't.

> In the xwidget patch I need to delete the corresponding xwdiget when
> the display property is deleted.

What happens if the display property is later re-added?
If that situations is not problematic, then you can keep your xwidgets
in a cache which you can flush every once in a while.

Also what happens if the same display property gets added at two places
(either in the same buffer or in different buffers)?


        Stefan




reply via email to

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