You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This variable can be used to pass additional flags to the
gnuplot-program invocation when starting a gnuplot process.
Document issues when using gnuplot and Windows
has been reported to work (see [[https://github.com/emacsorphanage/gnuplot/pull/33/files][here]] for a reference).
93
+
94
+
2. Use the simpler [[https://github.com/mkmcc/gnuplot-mode][gnuplot-mode]] package that sends the entire buffer
95
+
to gnuplot. Since no =comint= is involved, it should function
96
+
correctly, but you lose most features of the =gnuplot.el= package.
97
+
We would like to implement a send-buffer without comint as well
98
+
eventually.
99
+
100
+
More information on =gnuplot.el= and WIndows can be found on these threads: [[https://github.com/emacsorphanage/gnuplot/issues/15][1]], [[https://github.com/emacsorphanage/gnuplot/pull/33][2]]
101
+
71
102
** New features for gnuplot-mode 0.7
72
103
Version 0.7 of gnuplot-mode is designed for use with gnuplot
73
104
version 4.4 and up. It will also mostly work fine with older
@@ -148,25 +179,3 @@ A basic gnuplot configuration can be found below.
148
179
149
180
Gnuplot-mode is already on http://melpa.milkbox.net, but it would
150
181
be good to get it into the other repositories too.
151
-
152
-
2. Using gnuplot-mode on windows is problematic. John Handy says:
153
-
154
-
You probably get nagged quite a bit about this. Some have been running into
155
-
issues with gnuplot-mode and Windows and I'm wondering if you have any
156
-
comments. I use it just fine on Linux, but it seems that Windows users are
157
-
not able to send data to gnuplot successfully.
158
-
159
-
Org-mode also uses gnuplot-mode and this org-plot and org-mode babel+gnuplot
160
-
are not working correctly on Windows.
161
-
162
-
Any thoughts? I'm hoping to include any results in the Org-mode wiki for
0 commit comments