[plt-scheme] Re: unclickable clickbacks in interactions window snips

From: Eli Barzilay (eli at barzilay.org)
Date: Wed Jan 25 16:02:13 EST 2006

On Jan 25, Prabhakar Ragde wrote:
> Robby Findler wrote:
> 
> > Oh -- but if they are printing them out, it may be better to go to .ps.
> > I'm not sure which would be better for PR.
> 
> We used Eli's wxme-to-text script last fall on a case-by-case basis.
> What I want to do is detect when students are doing this and somehow
> slap them on the wrist. Is a file starting with "WXME" what I'm
> looking for? --PR

Yes.  You can make it #rx"WXME[0-9][0-9][0-9][0-9]" to be a little
safer.

(I find it difficult to remember that "media file" is a better term
than "wax me file".)

-- 
          ((lambda (x) (x x)) (lambda (x) (x x)))          Eli Barzilay:
                  http://www.barzilay.org/                 Maze is Life!


Posted on the users mailing list.