|
From: Arnd B. <arn...@we...> - 2004-01-06 08:32:02
|
Hi,
I just installed the current CVS of gnuplot
and encounter the following problem under X11:
Marking and pasting (with the middle mouse button)
the following few lines
######
set xrange [0:10]
print "blurb"
plot sin(x)
set out "tst.ps"
set term post
rep
set out
set term x11
######
into a freshly started gnuplot session
only the lines until `plot sin(x)` (inclusive)
are accepted (i.e. pasted)
and that's it.
((Also the "paste-buffer"
seems to get emptied, i.e. directly following
paste produces nothing (neither in gnuplot nor xemacs).))
Redoing the copy and paste a second time
it works as expected.
(setting `unset mouse` or -nofeedback did not change anything).
Can someone else reproduce this behaviour?
((This type of problem was there before some time ago
and somehow I thought that this was resolved ;-),
but maybe I am wrong...))
Best,
Arnd
P.S.: platform: debian linux, testing, gcc version 3.3.2
(if that matters)
P.P.S.: It also seems that there are some problems with piping
into gnuplot, but I will have to investigate this further
(+read the posts on this again ;-) ...
|