marker buffer is deleted.
* README: Add instruction for x-face-e21.
(eval-after-load "mu-cite"
'(lsdb-mu-insinuate))
+If you want to use x-face-e21 instead of the LSDB's builtin X-Face
+functions, set lsdb-insert-x-face-function as follows:
+(setq lsdb-insert-x-face-function
+ (lambda (x-face)
+ (require 'x-face-e21)
+ (insert-image (x-face-create-image x-face :scale-factor 0.5))))
+
.* Bug reports
If you found bugs, please drop a note to the EMACS-MIME Mailing List:
process
`(lambda (process string)
(unwind-protect
- (when (equal string "finished\n")
+ (when (and (buffer-live-p (marker-buffer ,marker))
+ (equal string "finished\n"))
(let ((data
(with-current-buffer (process-buffer process)
(set-buffer-multibyte nil)