On 21/12/2018 15.05, Eli Zaretskii wrote: >> From: Elias Mårtenson >> Date: Sat, 22 Dec 2018 00:36:10 +0800 >> Cc: Stefan Monnier , emacs-devel >> >> The feature I needed was a way to draw arbitrary graphics on top of the buffer content. In my case, I wanted to >> draw arrows between different symbols in the text, representing dataflow. > > Doesn't drawing an image of the arrow fit the bill? I can't answer for Elias, of course, but for the use cases I have in mind I think it wouldn't work. I think Elias' idea is that you would have arrows drawn over the text, pointing from one symbol in the source code to another one. The DrRacket IDE does this to highlight bound occurrences, for example; I have attached a screenshot. Clément.