Archive of RubyForge sup-talk mailing list
 help / color / mirror / Atom feed
* [sup-talk] Can't use "H" or "?"
@ 2007-11-24 17:13 Guillaume Quintard
  2007-11-24 17:24 ` William Morgan
  2007-11-24 17:45 ` William Morgan
  0 siblings, 2 replies; 7+ messages in thread
From: Guillaume Quintard @ 2007-11-24 17:13 UTC (permalink / raw)


hi,
I can't access to the helmp menu, whenever I press H or ? (no matter
if I use left or right shift key) I get this :
The problem was: 'unknown key name "ctrl_g"' (error type ArgumentError)
A backtrace follows:
/var/lib/gems/1.8/gems/sup-0.2/lib/sup/keymap.rb:54:in
`keysym_to_string': unknown key name "ctrl_g" (ArgumentError)
        from /var/lib/gems/1.8/gems/sup-0.2/lib/sup/keymap.rb:80:in `help_text'
        from /var/lib/gems/1.8/gems/sup-0.2/lib/sup/keymap.rb:80:in `map'
        from /var/lib/gems/1.8/gems/sup-0.2/lib/sup/keymap.rb:80:in `help_text'
        from /var/lib/gems/1.8/gems/sup-0.2/lib/sup/keymap.rb:77:in `map'
        from /var/lib/gems/1.8/gems/sup-0.2/lib/sup/keymap.rb:77:in `help_text'
        from /var/lib/gems/1.8/gems/sup-0.2/lib/sup/modes/help-mode.rb:13:in
`initialize'
        from sup/bin/sup:209:in `new'
        from sup/bin/sup:209
        from /var/lib/gems/1.8/gems/sup-0.2/lib/sup/buffer.rb:251:in
`spawn_unless_exists'
        from sup/bin/sup:209

I'm using an azerty keyboard

-- 
shivan


^ permalink raw reply	[flat|nested] 7+ messages in thread

* [sup-talk] Can't use "H" or "?"
  2007-11-24 17:13 [sup-talk] Can't use "H" or "?" Guillaume Quintard
@ 2007-11-24 17:24 ` William Morgan
  2007-11-24 17:45 ` William Morgan
  1 sibling, 0 replies; 7+ messages in thread
From: William Morgan @ 2007-11-24 17:24 UTC (permalink / raw)


Excerpts from Guillaume Quintard's message of Sat Nov 24 09:13:22 -0800 2007:
> I can't access to the helmp menu, whenever I press H or ? (no matter
> if I use left or right shift key) I get this :
> The problem was: 'unknown key name "ctrl_g"' (error type ArgumentError)

It looks like you're using an out-of-date SVN checkout. Time to SVN update!

-- 
William <wmorgan-sup at masanjin.net>


^ permalink raw reply	[flat|nested] 7+ messages in thread

* [sup-talk] Can't use "H" or "?"
  2007-11-24 17:13 [sup-talk] Can't use "H" or "?" Guillaume Quintard
  2007-11-24 17:24 ` William Morgan
@ 2007-11-24 17:45 ` William Morgan
  2007-11-24 17:58   ` Guillaume Quintard
  1 sibling, 1 reply; 7+ messages in thread
From: William Morgan @ 2007-11-24 17:45 UTC (permalink / raw)


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 <wmorgan-sup at masanjin.net>


^ permalink raw reply	[flat|nested] 7+ messages in thread

* [sup-talk] Can't use "H" or "?"
  2007-11-24 17:45 ` William Morgan
@ 2007-11-24 17:58   ` Guillaume Quintard
  2007-11-24 20:10     ` William Morgan
  0 siblings, 1 reply; 7+ messages in thread
From: Guillaume Quintard @ 2007-11-24 17:58 UTC (permalink / raw)


On Nov 24, 2007 6:45 PM, William Morgan <wmorgan-sup at masanjin.net> wrote:
> 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.

actually, I tried without the gem, but I got this error message :

/usr/lib/ruby/1.8/rubygems/custom_require.rb:27:in
`gem_original_require': no such file to load -- sup (LoadError)
        from /usr/lib/ruby/1.8/rubygems/custom_require.rb:27:in `require'
        from sup/bin/sup:8

and now that I uninstalled it, I get the message agin


-- 
shivan


^ permalink raw reply	[flat|nested] 7+ messages in thread

* [sup-talk] Can't use "H" or "?"
  2007-11-24 17:58   ` Guillaume Quintard
@ 2007-11-24 20:10     ` William Morgan
  2007-11-25  3:29       ` Guillaume Quintard
  0 siblings, 1 reply; 7+ messages in thread
From: William Morgan @ 2007-11-24 20:10 UTC (permalink / raw)


Excerpts from guillaume.quintard's message of Sat Nov 24 09:58:21 -0800 2007:
> /usr/lib/ruby/1.8/rubygems/custom_require.rb:27:in
> `gem_original_require': no such file to load -- sup (LoadError)
>         from /usr/lib/ruby/1.8/rubygems/custom_require.rb:27:in `require'
>         from sup/bin/sup:8
> 
> and now that I uninstalled it, I get the message agin

Are you in the SVN directory? I.e. are "bin" and "lib" both
subdirectories of the current directory?

-- 
William <wmorgan-sup at masanjin.net>


^ permalink raw reply	[flat|nested] 7+ messages in thread

* [sup-talk] Can't use "H" or "?"
  2007-11-24 20:10     ` William Morgan
@ 2007-11-25  3:29       ` Guillaume Quintard
  2007-11-26 20:46         ` William Morgan
  0 siblings, 1 reply; 7+ messages in thread
From: Guillaume Quintard @ 2007-11-25  3:29 UTC (permalink / raw)


On Nov 24, 2007 9:10 PM, William Morgan <wmorgan-sup at masanjin.net> wrote:
> Are you in the SVN directory? I.e. are "bin" and "lib" both
> subdirectories of the current directory?

yep, sup is in sup/bin, and there's a lib directory on the same level as lib


-- 
Black masses are cool, as long as you're not the virgin.


^ permalink raw reply	[flat|nested] 7+ messages in thread

* [sup-talk] Can't use "H" or "?"
  2007-11-25  3:29       ` Guillaume Quintard
@ 2007-11-26 20:46         ` William Morgan
  0 siblings, 0 replies; 7+ messages in thread
From: William Morgan @ 2007-11-26 20:46 UTC (permalink / raw)


Excerpts from guillaume.quintard's message of Sat Nov 24 19:29:50 -0800 2007:
> On Nov 24, 2007 9:10 PM, William Morgan <wmorgan-sup at masanjin.net> wrote:
> > Are you in the SVN directory? I.e. are "bin" and "lib" both
> > subdirectories of the current directory?
> 
> yep, sup is in sup/bin, and there's a lib directory on the same level as lib

If you are in the SVN checkout directory, and there's a bin/sup, and a
lib/sup.rb, and a lot of lib/sup/*.rb, then it must be the case that:
  ruby -I lib bin/sup
finds the correct libraries!

-- 
William <wmorgan-sup at masanjin.net>


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2007-11-26 20:46 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-11-24 17:13 [sup-talk] Can't use "H" or "?" Guillaume Quintard
2007-11-24 17:24 ` William Morgan
2007-11-24 17:45 ` William Morgan
2007-11-24 17:58   ` Guillaume Quintard
2007-11-24 20:10     ` William Morgan
2007-11-25  3:29       ` Guillaume Quintard
2007-11-26 20:46         ` William Morgan

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox