From mboxrd@z Thu Jan 1 00:00:00 1970 From: wmorgan-sup@masanjin.net (William Morgan) Date: Sat, 24 Nov 2007 09:45:22 -0800 Subject: [sup-talk] Can't use "H" or "?" In-Reply-To: <1e5fdab70711240913m57c14e6etfa3f97dded8a0163@mail.gmail.com> References: <1e5fdab70711240913m57c14e6etfa3f97dded8a0163@mail.gmail.com> Message-ID: <1195926236-sup-3173@south> Excerpts from Guillaume Quintard's message of Sat Nov 24 09:13:22 -0800 2007: > from /var/lib/gems/1.8/gems/sup-0.2/lib/sup/buffer.rb:251:in > `spawn_unless_exists' > from sup/bin/sup:209 Oh, I see that you're starting sup from SVN but that it's loading code from the 0.2 gem. You need to use something like "ruby -Ilib bin/sup" to start it if you're running from SVN. You should probably uninstall that gem to prevent further confusion. -- William