|
From: Lutz M. <ma...@be...> - 2006-10-05 06:49:46
|
Hello, I just tried some of my gnuplot scripts with the 4.2-rc1 version. It turns out that a lot of them fail, since I frequently use 'set term X' as an abbreviation for 'set term X11'. This does not seem to work with the latest version, I get the error message unknown or ambiguous terminal type; type just 'set terminal' for a list "set terminal" lists x11 and xlib as terminal types starting with 'x'. Up to version 4.0 it seems like the terminal name was case sensitive, and "X11" (with the abbreviation "X") was explicitly listed to be equivalent to "x11". Would it be possible to reintroduce "X" as a valid abbreviation of "x11", or was this decision made on purpose to clean up the code? Lutz |