> From: steve <[email protected]>
> Date: Sat, 11 Sep 2010 04:46:44 +0000 (UTC)
>
> My configuration:
>
> Windows 7 64-bit
> Emacs 23.2 in c:\emacs-23.2
> gnuplot 4.4.0 in c:\emacs-23.2\gnuplot
> .emacs contains:
> (setq calc-gnuplot-name "c:/emacs-23.2/gnuplot/binary/gnuplot.exe")
^^^^^^^^^^^
That's your problem, right there: you should use pgnuplot.exe, not
gnuplot.exe. The latter is an interactive Windows GUI application,
which does not expect any input from stdin. The former is provided to
fill that gap.