You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 29, 2018. It is now read-only.
I have rsense set up with emacs. I have followed the installation and setup procedures very carefully.
I"m on
Ubuntu 12.04
ruby 1.9.3p327
I have also tried it with
jruby 1.7.2 (1.9.3p327) 2013-01-04 302c706 on Java HotSpot(TM) 64-Bit Server VM 1.8.0-ea-b72 +indy [linux-amd64]
When I try, even the example from the screenshot on rsense"s homepage:
File.open("foo.txt"){|f|
f.each{|line|
line.}}
when I try to get completions from that . I get the error: Wrong type arguement: integer-or-marker-p, :remove-until
Other attempts to complete a method get the same result. I really want to get this working, and ultimately would like to make a plugin to get it to work with sublime-text, but can"t seem to get anywhere. Thanks.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I have rsense set up with emacs. I have followed the installation and setup procedures very carefully.
I"m on
Ubuntu 12.04
ruby 1.9.3p327
I have also tried it with
jruby 1.7.2 (1.9.3p327) 2013-01-04 302c706 on Java HotSpot(TM) 64-Bit Server VM 1.8.0-ea-b72 +indy [linux-amd64]
When I try, even the example from the screenshot on rsense"s homepage:
when I try to get completions from that
.
I get the error:Wrong type arguement: integer-or-marker-p, :remove-until
Other attempts to complete a method get the same result. I really want to get this working, and ultimately would like to make a plugin to get it to work with sublime-text, but can"t seem to get anywhere. Thanks.
The text was updated successfully, but these errors were encountered: