summaryrefslogtreecommitdiff
path: root/elisp/geiser-image.el
AgeCommit message (Collapse)Author
2012-09-02geiser-system-image-viewer -> geiser-image-viewerJose Antonio Ortega Ruiz
2012-09-02Elisp: insert instead of put imagesJose Antonio Ortega Ruiz
Images rendered via put-image won't be deleted by erase-buffer (they're overlays), while those inserted by insert-image (text properties) will.
2012-09-02racket: displaying images also during evaluationsJose Antonio Ortega Ruiz
2012-09-02Credits in headerJose Antonio Ortega Ruiz
2012-09-02Image support: buttons and auto-display in the REPLJose Antonio Ortega Ruiz
When geiser-repl-inline-images-p is false (or we're in a terminal), the inserted text replacement is a button that calls the external viewer on click. There's also a parameter controlling whether the viewer should be invoked automatically upon insertion.
2012-09-02Image display functionality refactored to its own moduleJose Antonio Ortega Ruiz