This is the mail archive of the guile@cygnus.com mailing list for the guile project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: regexp profiling hell....


Greg Badros writes:

 > ttn@mingle.glug.org writes:
 > 
 > > another way is to do:
 > > 
 > > 	guile -c '(begin (debug-disable \'debug) (load "script.scm"))'
 > > 
 > > (note the escaped apostrophe.)
 > 
 > What shell are you using?  That command line is broken in any shell I've 
 > ever used.  Single quotes in *sh on Unix escape *everything* enclose,
 > even backslashes.  You need:
 > 
 > guile -c "(begin (debug-disable 'debug) (load \"script.scm\"))"

oops, you are right.  my bad.  back to the salt mines!

thi