]> git.eshelyaron.com Git - emacs.git/commit
Make calc plotting through gnuplot work on non-X gnuplots
authorLars Ingebrigtsen <larsi@gnus.org>
Tue, 31 Aug 2021 01:47:45 +0000 (03:47 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Tue, 31 Aug 2021 01:47:45 +0000 (03:47 +0200)
commit31b06ea36f8c04fe30e57e7efc9d422a6b21f216
tree2066bf2e8943c120565d39705d550fa6f411286d
parent65ddaaf41ffc2b6f49ddf8a5f689dd24ab0a0a98
Make calc plotting through gnuplot work on non-X gnuplots

* lisp/calc/calc-graph.el (calc-graph-plot): Fall back on "dumb"
if we don't support the terminal (bug#50237).
(calc-gnuplot-command): Say whether the command errored out.
lisp/calc/calc-graph.el