Ancestors

Toot

Written by jasalt on 2025-01-23 at 15:29

Made REPL evaluated code blink in #Emacs. The easy part copy-pasted from StackOverflow:

(defun blink-region (start end)
  "Make the text between START and END blink."
  (let ((overlay (make-overlay start end)))
    (overlay-put overlay 'face 'success)
    (run-at-time 0.1 nil 'delete-overlay overlay)))

=> View attached media

=> More informations about this toot | More toots from jasalt@fosstodon.org

Descendants

Proxy Information
Original URL
gemini://mastogem.picasoft.net/thread/113878379194297938
Status Code
Success (20)
Meta
text/gemini
Capsule Response Time
654.76517 milliseconds
Gemini-to-HTML Time
0.360424 milliseconds

This content has been proxied by September (3851b).