init-gnuplot.scm (TeXmacs-2.1.1-src) | : | init-gnuplot.scm (TeXmacs-2.1.2-src) | ||
---|---|---|---|---|
skipping to change at line 39 | skipping to change at line 39 | |||
(plugin-configure gnuplot | (plugin-configure gnuplot | |||
(:winpath "gnuplot" "bin") ;; the first winpath has the highest priority | (:winpath "gnuplot" "bin") ;; the first winpath has the highest priority | |||
(:winpath "GNU Octave/Octave*/mingw64" "bin") | (:winpath "GNU Octave/Octave*/mingw64" "bin") | |||
(:require (url-exists-in-path? "gnuplot")) | (:require (url-exists-in-path? "gnuplot")) | |||
(:require (url-exists-in-path? (python-command))) | (:require (url-exists-in-path? (python-command))) | |||
,@(gnuplot-launcher) | ,@(gnuplot-launcher) | |||
(:serializer ,gnuplot-serialize) | (:serializer ,gnuplot-serialize) | |||
(:session "Gnuplot") | (:session "Gnuplot") | |||
(:scripts "Gnuplot")) | (:scripts "Gnuplot")) | |||
(when (supports-gnuplot?) | ||||
(lazy-input-converter (gnuplot-input) gnuplot)) | ||||
End of changes. 1 change blocks. | ||||
0 lines changed or deleted | 0 lines changed or added |