... [...] ... Yes, indeed, this has been a major problem in readline.c for ages. But OTOH, I've seen quite similar bugs in the 'official' readline from GNU, up...
Hans-Bernhard Broeker
broeker@...
Oct 1, 1998 8:34 am
1443
Hi everybody, I may have missed something in the documentation, but is there a "quick 'n' dirty" method to get hbar via some "h backspace -" or so with the...
Jens Schneider
Jens.Schneider@...
Oct 1, 1998 10:59 am
1444
from my experience with nt and the gnu compilers: starting cygnus-make/gcc/etc... with makefile.nt will never work because makefile.nt is specially written for...
REIBENSCHUH Alfred
alfred.reibenschuh@...
Oct 1, 1998 11:03 am
1445
... I'd happily include such a makefile. ... Could this be a bug in option translation? DOS programs use a slash '/' instead of a dash '-' as option prefix. ...
Lars Hecking
lhecking@...
Oct 1, 1998 11:43 am
1446
... I'd suggest putting the FAQ reference first. Otherwise many folks will see the info-gnuplot reference and jump, never getting down to the FAQ! ... [[[[...
Paul Halsema
phalsema@...
Oct 1, 1998 12:42 pm
1447
... Ich habe mit einem mingw32-port von beta347 schon begonnen (--> cmpc1/incoming/gp347mingw32.zip oder so). Leider ist es mit einem Makefile alleine wohl...
Hans-Bernhard Broeker
broeker@...
Oct 1, 1998 1:00 pm
1448
Ooooops. Sorry for the non-German speakers on the beta list. I just forgot to exclude the mailing list from the Cc: list. ... [...] Hans-Bernhard Broeker...
Hans-Bernhard Broeker
broeker@...
Oct 1, 1998 1:15 pm
1449
... IMHO the best order would be help FAQ info-gnuplot bug-gnuplot Dick Crawford, aka rccrawford@... [[[[ unsubscribe from info-gnuplot-beta via...
crawford richard
u600256@...
Oct 1, 1998 5:24 pm
1450
Hi, ... so let me participate in the general agreement: I'd like to see a release happen real soon, too. What I can contribute is a testing report of...
Alexander Jolk
jolk@...
Oct 1, 1998 5:25 pm
1451
On Thu, 1 Oct 1998: Alexander Jolk <jolk@...> wrote: [snip] ... Congratulations, Alexander!!! You are the latest inductee into...
crawford richard
u600256@...
Oct 1, 1998 5:25 pm
1452
Here it comes. Summary: Builds with gcc 2.8 but displays often garbage. (Log appended.) Builds with HP-UX cc (version ?) and works as advertised. configure and...
stefand@...
Oct 1, 1998 5:32 pm
1453
... Great, that one's new to me! ... Does your system have a termcap library? The problem is that currently, configure only checks for and uses termcap. On...
Lars Hecking
lhecking@...
Oct 1, 1998 6:05 pm
1454
... I can arrange that, no problem ;-) [[[[ unsubscribe from info-gnuplot-beta via majordomo@... ]]]]...
Lars Hecking
lhecking@...
Oct 1, 1998 6:06 pm
1455
... I don't know of one, either. You can play around with constructs like '@{/=56 -} {/=24 h}' or '{/=8 @{/Symbol=24 -} _{/=14 h}}' In the latter, the "-" (a...
crawford richard
u600256@...
Oct 1, 1998 6:11 pm
1456
... So here I sit, feeling like a complete fool... As several of you have reminded me, the curses library is a real and useful entity, so no typo was committed...
crawford richard
u600256@...
Oct 1, 1998 6:13 pm
1457
... Is there any chance you could try compiling with gcc without optimisation? Also, could you find out weather upgrading to gcc 2.8.1 or egcs-1.1b helps? ... ...
Lars Hecking
lhecking@...
Oct 1, 1998 6:28 pm
1458
... Well, we certainly could do that (gnuplot 3.5 does it). But to my eye that makes for a larger-than-necessary bottom margin in the common case of a ...
crawford richard
u600256@...
Oct 1, 1998 6:54 pm
1459
... Well, gnuplot already gives you the option to use GNU readline. The GNU readline library can not be included because of copyright issues, as gnuplot is not...
Lars Hecking
lhecking@...
Oct 1, 1998 8:46 pm
1460
I configured and made 347pl3 on my cranky old RS/6000 (AIX 3.2.5, gcc 2.8.1). The only note of possible interest: gplt_x11.c: In function `mainloop': ...
crawford richard
u600256@...
Oct 1, 1998 8:46 pm
1461
... I can confirm that gnu readline solves the problem I originally reported! Should we/can we include gnu readline, or should we recommend it at least? Clark ...
Clark Gaylord
gaylord@...
Oct 1, 1998 9:39 pm
1462
... Shouldn't be a problem. Can you tell me what your headers files say is the type of the 5th argument? And, what does configure find (check for "checking...
Lars Hecking
lhecking@...
Oct 1, 1998 9:40 pm
1463
When including the grass terminal driver, a variety of undefined symbols of the form: R_set_window, R_open_driver, D_setup, R_text, etc. come flying by. Not...
Paul Halsema
phalsema@...
Oct 1, 1998 10:56 pm
1464
... Let's see, now. "select.h" says extern int select( unsigned long nfdsmsgs, /* #file descriptors/message queues */ void *readlist, /* file...
crawford richard
u600256@...
Oct 1, 1998 11:32 pm
1465
... Just to put this in context: AFAIK, the 'grass' terminal needs a special library linked in (the grass lib, or so). Do you have that lib, and gnuplot just...
Hans-Bernhard Broeker
broeker@...
Oct 2, 1998 8:03 am
1466
Four related points about the docs for G N U P L O T Linux version 3.5 (pre 3.6) patchlevel beta 340 last modified Tue Nov 25 22:57:44 GMT 1997 (Yes, I know...
Jonathan Thornburg
jthorn@...
Oct 2, 1998 8:44 am
1467
... Ok, my experience is based from another machin (i486) and another compiler (gcc 2.7.x) but anyway: we had (on OS/2) a similar problem (wrong placed xtics)...
Alexander Mai
st002279@...
Oct 2, 1998 9:17 am
1468
... http://www.cs.dartmouth.edu/gnuplot_info.html This particular reference is fixed in the current version of the docs. ... I will change this to...
Lars Hecking
lhecking@...
Oct 2, 1998 9:34 am
1469
... Did that. Now the lines in the demo are consistently too big, even when plotting a simple sin(x). ... Uff. I am using gcc 2.8.0 right now. Pardon my...
stefand@...
Oct 2, 1998 9:38 am
1470
On Fri, 2 Oct 1998, Hans-Bernhard Broeker wrote: HBB> On Thu, 1 Oct 1998, Paul Halsema wrote: HBB> HBB> > When including the grass terminal driver, a variety...
Paul Halsema
phalsema@...
Oct 2, 1998 1:21 pm
1471
On Fri, 2 Oct 1998 Lars Hecking <lhecking@...> replied to ... [snip] ... Not from me. ... Alex's site is http://science.nas.nasa.gov/~woo/gnuplot. ......