projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a96dc98
)
Fix doc-view conversion indicator for svg images
author
Visuwesh
<visuweshm@gmail.com>
Fri, 29 Sep 2023 14:53:56 +0000
(20:23 +0530)
committer
Stefan Kangas
<stefankangas@gmail.com>
Sun, 1 Oct 2023 12:58:48 +0000
(14:58 +0200)
* lisp/doc-view.el (doc-view-pdf->png-converter-mupdf): Show the
correct pdf->svg indicator when producing svg images. (Bug#62713)
lisp/doc-view.el
patch
|
blob
|
history
diff --git
a/lisp/doc-view.el
b/lisp/doc-view.el
index a2ad4660f73d6949aff111b014ff3d0789ca08f0..210b7ace7d610cd8fd08403edf879ace29d2e2d9 100644
(file)
--- a/
lisp/doc-view.el
+++ b/
lisp/doc-view.el
@@
-1280,7
+1280,8
@@
The test is performed using `doc-view-pdfdraw-program'."
(expand-file-name
doc-view-epub-user-stylesheet)))))))
(doc-view-start-process
- "pdf->png" doc-view-pdfdraw-program
+ (concat "pdf->" (symbol-name doc-view--image-type))
+ doc-view-pdfdraw-program
`(,@(doc-view-pdfdraw-program-subcommand)
,@options
,pdf