Tagged Questions
2
votes
1answer
188 views
How to get transient highlighting to work from an elisp script?
I want an elisp script to highlight a region of text.
Upon exit, the highlighted selection should disappear when a key is pressed.
Everything I've tried results in the highlighting hanging on like the ...