Someone responded to my original post (subject: xmp) by directly sending me a message from a yahoo address that contained the MTX virus in a file called You_Are_Fat!.txt.pif - only text in the email was "Take a look at this." Obviously, I didn't execute it. Hey, maybe my question was a bit irritating and newbie-ish, but I don't deserve that kind of crap. If on the off chance someone had a yahoo account hooked up to their windows email client and was trying to send me a real answer to my question, you have the mtx virus - here is a link that shows what to do about it: http://www.pchell.com/virus/mtx.shtml Wayne "Wayne Blair" <wayne.blair / relian.com> wrote in message news:XZoN6.11493$v5.940592 / news1.rdc1.ct.home.com... > Hey, > > I noticed that when I run xmp the summary for a line is printed after output > from the line goes to standard output. I saw this listed as a bug on > gotoken's site but xmp hasn't been updated in quite a while. I also noticed > that xmp crashes on NameError because it isn't handled. Is anyone working on > xmp now? > > Wayne > > Example1: > > C:\>ruby -r xmp/xmp -n -e 'xmp($_, "\%l\t\t\# \%r\n")' > > x=Array.new # => [] > x.push "77" # => ["77"] > "77" > p x.pop # => nil > > Example2: > C:\>ruby -r xmp/xmp -n -e 'xmp($_, "\%l\t\t\# \%r\n")' > x=5 > x=5 # => 5 > x.bbb > /cygdrive/e/ruby/lib/ruby/site_ruby/1.6/xmp/xmp.rb:182:in `eval': (eval):3: > unde > fined method `bbb' for 5:Fixnum (NameError) > from /cygdrive/e/ruby/lib/ruby/site_ruby/1.6/xmp/xmp.rb:182:in `xmp' > from -e:1 > > > for x.bbb I expected > #!! undefined method `bbb' for #<Fixnum> > > Wayne > >