|
From: Philipp K. J. <ja...@ie...> - 2014-06-18 21:03:51
|
On Wed, 18 Jun 2014 13:52:05 -0700 Ethan A Merritt <sf...@us...> wrote: > On Wednesday, 18 June, 2014 13:44:56 Philipp K. Janert wrote: > > On Wed, 18 Jun 2014 13:24:13 -0700 > > Ethan A Merritt <sf...@us...> wrote: > > > > > On Wednesday, 18 June, 2014 13:07:40 Philipp K. Janert wrote: > > > > > > > > On my system, the spacebar does not raise the > > > > command window after a plot, when using the > > > > wxt terminal. The spacebar works as expected > > > > when using the x11 terminal. > > > > > > > > ctrl-space does not work either. > > > > > > > > This happens both with the "packaged" version > > > > of gnuplot (4.6.3) and with the RC (5rc1). > > > > > > > > I looked over the wxt terminals "settings" > > > > dialog, but did not find anything that seemed > > > > applicable. > > > > > > > > Anything else I could try? Is this a wxt-config > > > > issue somehow? > > > > > > It's a configuration option: > > > > > > ./configure --enable-raise-console > > > > That should be enabled by default, isn't it? > > > > In any case - it does not work (for me), even > > if I enable it explicitly (as you suggest). > > > > Do others see this, too? Anything one can do > > about that? > > bind ' ' "raise" > > should work for all terminals regardless of default configuration. > Still no cigar. Very odd. I begin to wonder whether my window mgr intercepts key strokes, or something like that (not gnuplot related). Anyway - if no-one else is seeing this, it must be a problem on my end. Thanks for the advice. |