unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* gnuplot and M-x compile
@ 2002-05-10  3:42 Dan Jacobson
  0 siblings, 0 replies; only message in thread
From: Dan Jacobson @ 2002-05-10  3:42 UTC (permalink / raw)


Dear fellas, why does this do nothing
(compile       "echo plot x+1|gnuplot -persist")  
while this works?
(shell-command "echo plot x+1|gnuplot -persist")

Yes I know there's all kinds of fancy gnuplot modes available, but I
just don't think it is fair that I can't do something with M-x compile
that I could with shell-command.

Both of these will allow me to look at the plot for 22 sec.
(compile "echo plot x+1|gnuplot -persist;sleep 22")
(compile "echo plot x+1\\;delay 22|gnuplot -persist")

Anyway, it seems some component isn't playing be the Unix rules.  Why
can I do (compile "xli file.jpg") and compile waits for me to hit q on
the picture, and all works as expected?
-- 
http://jidanni.org/ Taiwan(04)25854780

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2002-05-10  3:42 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-05-10  3:42 gnuplot and M-x compile Dan Jacobson

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).