Hello,
Thierry Banel writes:
> Here is a patch for a small bug in Babel GnuPlot. When GnuPlot outputs a
> message containing a % character, Emacs mis-interprets it. This happens
> when using commands such as print or fit. Example showing the bug:
>
> #+BEGIN_SRC gnuplot :file x.svg :session none
Here is a patch for a small bug in Babel GnuPlot. When GnuPlot outputs a
message containing a % character, Emacs mis-interprets it. This happens
when using commands such as print or fit. Example showing the bug:
#+BEGIN_SRC gnuplot :file x.svg :session none
print "hello %s\n"
plot x
#+END_SRC