org-plot: Reset gnuplot process instead of killing it
commit9f28685b29e21517dd2d4b870fec835929be882f
authorMario Frasca <mrgsfrasca@gmail.com>
Sun, 2 Nov 2014 13:50:47 +0000 (2 08:50 -0500)
committerNicolas Goaziou <mail@nicolasgoaziou.fr>
Sat, 8 Nov 2014 20:37:15 +0000 (8 21:37 +0100)
tree7a46e09050315652e767636865d8652520b58237
parente80894fcc0ebaa168a81a729fd22616df0026c73
org-plot: Reset gnuplot process instead of killing it

org-plot.el (org-plot/gnuplot): Do not kill the gnuplot process. just
jump to end of buffer and rely on command to do the resetting job.

Without this patch, the gnuplot process associated to the gnuplot
buffer is killed before each batch of instructions from orgmode to
gnuplot.  With or without this patch, Org mode sends a reset
instruction to the gnuplot process as first instruction.

TINYCHANGE
lisp/org-plot.el