--0-1396344142-11581596795942 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable Hi, I have been using win32console (with Ruby 1.8.2 and 1.8.4) and I had some errors with the ansi.rb file: -there's a name conflict with IO: I corrected that with class AnsiIO < IO -there's an error "private method sub! called" in _PrintString, and I corrected that with s = t.dup.to_s (line 88) After doing that, I suppressed the warnings by adding a -W0 option in my irb.bat file and finally got colors with irb! I hope this can help someone having the same troubles as me (or is there something that I missed?). Eric. -------------------------------------------------- Eric Torreborre LTG - Product Manager LEIRIOS tel: 33(0)6.61.48.57.65/33(0)3.81.88.62.02 e-mail: etorreborre / yahoo.com blog: http://etorreborre.blogspot.com -------------------------------------------------- ----- Message d'origine ---- De : Tom Jordan <tdjordan / gmail.com> : ruby-talk ML <ruby-talk / ruby-lang.org> Envoyle : Samedi, 9 Septembre 2006, 2h46mn 50s Objet : Re: Re : [ANN] Wirble 0.1.1: Irb Enhancements for the Masses or even better gem in -y win32console On 9/8/06, Gordon Thiesfeld <gthiesfeld / gmail.com> wrote: > I got colors to work on my XP box by installing win32_console. > > http://raa.ruby-lang.org/project/win32_console/ > > after that I just added: > require 'win32/console/ansi' > > Paul Duncan wrote: > > * Surendra Singhi (efuzzyone / netscape.net) wrote: > > > Hi Paul, > > > When I tried it on Windows XP, I get this wierd error: > > > I don't have rubilicious > > > > I've fixed this bug and packaged up an 0.1.2. > > > > Here's the URL(s): > > > > http://pablotron.org/files/wirble-0.1.2.tar.gz > > http://pablotron.org/files/wirble-0.1.2.tar.gz.asc > > http://pablotron.org/files/gems/wirble-0.1.2.gem > > http://pablotron.org/files/gems/wirble-0.1.2.gem.asc > > > > All I did was remove the accidental rubilicious depencency and > > regenerate the gem. > > > > By the way, some other people have had problems with the color codes > > under Windows, so I make no promises about how well that will work for > > you :). > > > > -- > > Paul Duncan <pabs / pablotron.org> pabs in #ruby-lang (OPN IRC) > > http://www.pablotron.org/ OpenPGP Key ID: 0x82C29562 > > > > --/LSm8UPTCLHL4o89 > > Content-Type: application/pgp-signature > > Content-Disposition: inline; > > filename="signature.asc" > > Content-Description: Digital signature > > X-Google-AttachSize: 190 > > > -- "Nothing will ever be attempted, if all possible objections must first be overcome." - Samuel Johnson "Luck is what happens when preparation meets opportunity." - Seneca --0-1396344142-11581596795942--