mirror of
https://github.com/dkogan/feedgnuplot.git
synced 2025-05-05 22:11:12 +08:00
guide elisp is more robust
The feedgnuplot command is no longer required to sit at the end of the command string (here-doc data broke it previously)
This commit is contained in:
parent
a965d9f2ec
commit
a020a38931
@ -86,7 +86,7 @@
|
||||
(backward-word-strictly)
|
||||
(insert "../bin/")
|
||||
;; write to svg
|
||||
(end-of-buffer)
|
||||
(forward-word-strictly)
|
||||
(insert (format " --terminal 'svg noenhanced solid size 800,600 font \",14\"' --hardcopy %s" (cdr (assq :file params))))
|
||||
(setq body (buffer-substring-no-properties (point-min) (point-max)))))
|
||||
(funcall f body params))
|
||||
|
Loading…
Reference in New Issue
Block a user