Excerpts from kingshivan's message of Thu Nov 15 08:26:36 -0800 2007: > Hi, I get a error from sup when I try to start it : > > /var/lib/gems/1.8/gems/sup-0.1/lib/sup/buffer.rb:32: warning: already > initialized constant KEY_ENTER > /var/lib/gems/1.8/gems/sup-0.1/lib/sup/buffer.rb:33: warning: already > initialized constant KEY_CANCEL [snip] > The problem was: 'uninitialized constant Redwood::CanSpawnComposeMode' > (error type NameError) > A backtrace follows: > sup/bin/sup:97: uninitialized constant Redwood::CanSpawnComposeMode > (NameError) > > that's with the revision 704 of the svn version.
It looks like you're running the SVN version of bin/sup but it's loading code from the 0.1 gem. Run sup from SVN like this: ruby -I lib bin/sup -- William <[EMAIL PROTECTED]> _______________________________________________ sup-talk mailing list [email protected] http://rubyforge.org/mailman/listinfo/sup-talk
