File: image-file.el.html
Defines a file-name-handler hook that transforms visited (or
inserted) image files so that they are displayed by Emacs as
images. This is done by putting a display text-property on the
image data, with the image-data still present underneath; if the
resulting buffer file is saved to another name it will correctly save
the image data to the new file.
Defined variables (4)
auto-image-file-mode | Non-nil if Auto-Image-File mode is enabled. |
auto-image-file-mode-hook | Hook run after entering or leaving ‘auto-image-file-mode’. |
image-file-name-extensions | A list of image-file filename extensions. |
image-file-name-regexps | List of regexps matching image-file filenames. |
Defined functions (6)
auto-image-file-mode | (&optional ARG) |
image-file-call-underlying | (FUNCTION OPERATION &rest ARGS) |
image-file-handler | (OPERATION &rest ARGS) |
image-file-name-regexp | () |
image-file-yank-handler | (STRING) |
insert-image-file | (FILE &optional VISIT BEG END REPLACE) |