From: Daniel J S. <dan...@ie...> - 2007-06-01 17:23:11
|
Ethan Merritt wrote: > On Friday 01 June 2007 09:54, you wrote: > >>This is why I asked how to re-assign the bindings of internal built-ins. If >>that possible, then Petr (or anyone) can simply put the redifinition in his >>gnuplot initialization file. > > > But the "raise console" mechanism doesn't operate via key bindings. > That's the whole point of this discussion. I thought you were proposing to make close and raise part of key bindings, not get rid of the actions. > Switching it to use key bindings would be a major change, Why? I thought the difficult part was handling all events from all terminals at the same time. (And it is, I looked at the code and saw some global term-> pointer and that's as far as I want to look.) > and I > suspect would not be acceptable to Petr for all the reasons we've > already gone over with regard to "current terminal". That would be the current limitation to deal with. But that might not be all that bad. If one has switched away from x11, s/he is at the gnuplot prompt already. They type the commands to send the plot to a file, then type "set term x11" to get back to x11 mode. Dan |