|
From: Tatsuro M. <tma...@ya...> - 2014-07-01 11:19:00
|
I have noticed that press 'q' in plot window does not close window on windows terminal. For wxt, qt, caca, and x11, pressing 'q' causes the close of the plot window. The pressing 'q' behavior on windows terminal is not mentioned in the section of windows terminal in the gnuplot manual. Therefore this is not a bug. But the behavior is hopefully unified. I do not know other platform dependent interactive terminal like aqua or pm. Regards Tatsuro |
|
From: Petr M. <mi...@ph...> - 2014-07-01 11:51:07
|
> I have noticed that press 'q' in plot window does not close window on windows terminal. Yes, it never did. Obviously everbody is usng Alt-F4 instead. But it should be easy to add. > The pressing 'q' behavior on windows terminal is not mentioned in the section > of windows terminal in the gnuplot manual. > Therefore this is not a bug. But it is mentioned in the help you get by pressing "h". > I do not know other platform dependent interactive terminal like aqua or pm. pm accepts "q". --- PM |
|
From: Tatsuro M. <tma...@ya...> - 2014-07-01 13:48:41
|
----- Original Message ----- > From: Petr Mikulik > To: Tatsuro MATSUOKA > Cc: gnuplot-beta > Date: 2014/7/1, Tue 20:50 > Subject: Re: press 'q' in plot window does not close window on windows terminal > >> I have noticed that press 'q' in plot window does not close window > on windows terminal. > > Yes, it never did. Obviously everbody is usng Alt-F4 instead. But it should be > easy to add. > >> The pressing 'q' behavior on windows terminal is not mentioned in > the section >> of windows terminal in the gnuplot manual. >> Therefore this is not a bug. > > But it is mentioned in the help you get by pressing "h". Indeed! It is better to implement close plot windows feature by pressing 'q'. >> I do not know other platform dependent interactive terminal like aqua or > pm. > > pm accepts "q". Thanks! Tatsuro |
|
From: Bastian M. <bma...@we...> - 2014-07-04 18:23:05
|
Now implemented for 4.6 and to be 5 for consistency. Personally, I do not like that this is hard-wired. Can we still change the hard-wiring of <space> and 'q' for version 5? Bastian Am 01.07.2014 15:48, schrieb Tatsuro MATSUOKA: > ----- Original Message ----- > >> From: Petr Mikulik >> To: Tatsuro MATSUOKA >> Cc: gnuplot-beta >> Date: 2014/7/1, Tue 20:50 >> Subject: Re: press 'q' in plot window does not close window on windows terminal >> >>> I have noticed that press 'q' in plot window does not close window >> on windows terminal. >> >> Yes, it never did. Obviously everbody is usng Alt-F4 instead. But it should be >> easy to add. >> >>> The pressing 'q' behavior on windows terminal is not mentioned in >> the section >>> of windows terminal in the gnuplot manual. >>> Therefore this is not a bug. >> >> But it is mentioned in the help you get by pressing "h". > > > Indeed! It is better to implement close plot windows feature by pressing 'q'. > > >>> I do not know other platform dependent interactive terminal like aqua or >> pm. >> >> pm accepts "q". > > Thanks! > > Tatsuro > |
|
From: sfeam <sf...@us...> - 2014-07-04 19:20:12
|
On Friday, 04 July 2014 08:22:07 PM Bastian Märkisch wrote: > Now implemented for 4.6 and to be 5 for consistency. Personally, I do > not like that this is hard-wired. Can we still change the hard-wiring of > <space> and 'q' for version 5? Agreed 100% I hate both of these. I always use "./configure --disable-raise-console" to get rid of the <space> action. Let's add "./congigure --enable-ctrlq" have all terminals use <ctrl>q rather than q, like the ctrlq option the x11 terminal has had for a long time. Although I personally would favor making both of these the default, so that <space> and <q> are available for normal typing, I sense that other people are used to these options and would complain. Still - there are other version 5 changes that are not universally popular. Maybe we should try it for -rc2 and see how loud the complaints are. Ethan > > Bastian > > Am 01.07.2014 15:48, schrieb Tatsuro MATSUOKA: > > ----- Original Message ----- > > > >> From: Petr Mikulik > >> To: Tatsuro MATSUOKA > >> Cc: gnuplot-beta > >> Date: 2014/7/1, Tue 20:50 > >> Subject: Re: press 'q' in plot window does not close window on windows terminal > >> > >>> I have noticed that press 'q' in plot window does not close window > >> on windows terminal. > >> > >> Yes, it never did. Obviously everbody is usng Alt-F4 instead. But it should be > >> easy to add. > >> > >>> The pressing 'q' behavior on windows terminal is not mentioned in > >> the section > >>> of windows terminal in the gnuplot manual. > >>> Therefore this is not a bug. > >> > >> But it is mentioned in the help you get by pressing "h". > > > > > > Indeed! It is better to implement close plot windows feature by pressing 'q'. > > > > > >>> I do not know other platform dependent interactive terminal like aqua or > >> pm. > >> > >> pm accepts "q". > > > > Thanks! > > > > Tatsuro > > > > ------------------------------------------------------------------------------ > Open source business process management suite built on Java and Eclipse > Turn processes into business applications with Bonita BPM Community Edition > Quickly connect people, data, and systems into organized workflows > Winner of BOSSIE, CODIE, OW2 and Gartner awards > http://p.sf.net/sfu/Bonitasoft > _______________________________________________ > gnuplot-beta mailing list > gnu...@li... > Membership management via: https://lists.sourceforge.net/lists/listinfo/gnuplot-beta |
|
From: Tatsuro M. <tma...@ya...> - 2014-07-04 23:27:10
|
----- Original Message ----- > From: Bastian Märkisch > To: Tatsuro MATSUOKA > Cc: gnuplot-beta > Date: 2014/7/5, Sat 03:22 > Subject: Re: press 'q' in plot window does not close window on windows terminal > > Now implemented for 4.6 and to be 5 for consistency. Personally, I do > not like that this is hard-wired. Can we still change the hard-wiring of > <space> and 'q' for version 5? > > Bastian > > Am 01.07.2014 15:48, schrieb Tatsuro MATSUOKA: >> ----- Original Message ----- >> >>> From: Petr Mikulik >>> To: Tatsuro MATSUOKA >>> Cc: gnuplot-beta >>> Date: 2014/7/1, Tue 20:50 >>> Subject: Re: press 'q' in plot window does not close window on > windows terminal >>> >>>> I have noticed that press 'q' in plot window does not > close window >>> on windows terminal. >>> >>> Yes, it never did. Obviously everbody is usng Alt-F4 instead. But it > should be >>> easy to add. >>> >>>> The pressing 'q' behavior on windows terminal is not > mentioned in >>> the section >>>> of windows terminal in the gnuplot manual. >>>> Therefore this is not a bug. >>> >>> But it is mentioned in the help you get by pressing "h". >> >> >> Indeed! It is better to implement close plot windows feature by pressing > 'q'. >> >> >>>> I do not know other platform dependent interactive terminal like > aqua or >>> pm. >>> >>> pm accepts "q". >> >> Thanks! >> >> Tatsuro >> I have confirmed the fix. Thanks. Tatsuro |