Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.graphics.apps.gnuplot > #3600

Re: exit from the reread loop

Newsgroups comp.graphics.apps.gnuplot
Date 2017-03-29 02:03 -0700
References <lft1hp$edf$1@dont-email.me>
Message-ID <9ce478ec-c3cf-4e6d-aca4-0bccc7d37687@googlegroups.com> (permalink)
Subject Re: exit from the reread loop
From dariomangoni@gmail.com

Show all headers | View raw


Il giorno giovedì 13 marzo 2014 20:40:26 UTC+1, Michael Okuntsov ha scritto:
> Hello,
> 
> the command reread is very useful, but if the gnuplot file is launched, 
> for example, through a desktop shortcut, then untrained user may not 
> understand how to completely close gnuplot window (ctrl+alt+del in 
> Windows, "killall gnuplot" in Linux). Is there a way to close gnuplot 
> window and exit from the endless loop?

It's quite a late reply, but I hope could be useful for other users.
Usually I escape from 'reread' loop using a variable and a binding.

bind "Close" "reread_loop = 0" 
reread_loop = 1
if(reread_loop==1) reread

I'm using gnuplot5.0.
That's my 2 cents.

Dario

Back to comp.graphics.apps.gnuplot | Previous | Next | Find similar


Thread

Re: exit from the reread loop dariomangoni@gmail.com - 2017-03-29 02:03 -0700

csiph-web