Skip to content

Instantly share code, notes, and snippets.

@danlucraft
Created May 10, 2009 14:36
Show Gist options
  • Save danlucraft/109623 to your computer and use it in GitHub Desktop.
Save danlucraft/109623 to your computer and use it in GitHub Desktop.
$ REDCAR_DEBUG=1 ./bin/redcar ../gutkumber/ --log
exporting dbus service: default
loaded bundle preferences in 0.00666s
built bundle menus in 0.092249s
starting Gui.main (in thread #<Thread:0xb6955298>)
redcar_start: 1.090248 seconds
[App] new window
[Keymap] received key: "Delete"
[Keymap] clean key: "Delete"
[Keymap] 2 candidate commands
[Keymap] command inoperative: Redcar::DeleteCommand
operative: false
in_range: nil
active: true
scope: true
executable: false
[Keymap] command operative: Redcar::DeletePathInProjectCommand
operative: true
in_range: true
active: true
scope: true
executable: true
[Keymap] executing Redcar::DeletePathInProjectCommand
#<ArgumentError: wrong number of arguments (0 for 1)>
["/home/dan/redcar/redcar/bin/../plugins/core/lib/core/keymap.rb:132:in `initialize'", "/home/dan/redcar/redcar/bin/../plugins/core/lib/core/keymap.rb:132:in `new'", "/home/dan/redcar/redcar/bin/../plugins/core/lib/core/keymap.rb:132:in `execute_key'", "/home/dan/redcar/redcar/bin/../plugins/core/lib/core/keymap.rb:59:in `process'", "/home/dan/redcar/redcar/bin/../plugins/core/lib/core/window.rb:292:in `connect_signals'", "/home/dan/redcar/redcar/bin/../vendor/glitter.rb:202:in `call'", "/home/dan/redcar/redcar/bin/../vendor/glitter.rb:202:in `signal_connect'", "/home/dan/redcar/redcar/bin/../lib/gtk.rb:37:in `call'", "/home/dan/redcar/redcar/bin/../lib/gtk.rb:37:in `main'", "/home/dan/redcar/redcar/bin/../lib/gtk.rb:37:in `main_with_queue'", "/home/dan/redcar/redcar/bin/../plugins/core/lib/core/gui.rb:26:in `set_main_loop'", "/home/dan/redcar/redcar/bin/../freebase2/lib/freebase/databus.rb:988:in `call'", "/home/dan/redcar/redcar/bin/../freebase2/lib/freebase/databus.rb:988:in `call'", "/home/dan/redcar/redcar/bin/../freebase2/lib/freebase/databus.rb:598:in `call'", "/home/dan/redcar/redcar/bin/../freebase2/lib/freebase/core.rb:74:in `initialize'", "/home/dan/redcar/redcar/bin/../freebase2/lib/freebase/core.rb:73:in `new'", "/home/dan/redcar/redcar/bin/../freebase2/lib/freebase/core.rb:73:in `initialize'", "/home/dan/redcar/redcar/bin/../freebase2/lib/freebase/core.rb:35:in `new'", "/home/dan/redcar/redcar/bin/../freebase2/lib/freebase/core.rb:35:in `startup'", "./bin/redcar:122:in `startup'", "./bin/redcar:142"]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment