Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Installing from marmalade claims ruby-mode isn't available #1

Closed
technomancy opened this issue May 19, 2011 · 12 comments
Closed

Installing from marmalade claims ruby-mode isn't available #1

technomancy opened this issue May 19, 2011 · 12 comments

Comments

@technomancy
Copy link

After configuring marmalade as a package source:

M-x package-install inf-ruby

Debugger entered--Lisp error: (error "Package `ruby-mode-1.1' is unavailable")

Probably ought to work with the ruby-mode that comes with Emacs 23. Either that, or ruby-mode should be published on marmalade.

@bbatsov
Copy link
Contributor

bbatsov commented Oct 9, 2011

I noticed that this is fixed in inf-ruby 2.2.2, but nonsequirtur hasn't uploaded the new version to marmalade and I cannot do it since he own the package. I'll open another issue.

@map7
Copy link

map7 commented Oct 19, 2011

By adding tromey elpa as well as marmalade I found it fixed the problem.

(require 'package)
(add-to-list 'package-archives '("elpa" . "http://tromey.com/elpa/"))
(add-to-list 'package-archives
'("marmalade" . "http://marmalade-repo.org/packages/") t)
(package-initialize)

@egarson
Copy link

egarson commented Oct 19, 2011

+1 map7

@nonsequitur
Copy link
Owner

I'm sorry. This issue has long been fixed, but I can't push updates to Marmalade since I lost my password and the maintainer is unresponsive.
Could you mail him some more reports about this issue?

@nonsequitur
Copy link
Owner

By adding tromey.com/elpa as a package source you're getting an older (but installable) inf-ruby version that is missing all features that were added in this repo.

@bbatsov
Copy link
Contributor

bbatsov commented Oct 22, 2011

Yep, using tromey.com/elpa is a particularly bad idea... I'll try to reach the Marmalade maintainer.

@milep
Copy link

milep commented Nov 21, 2011

Any progress with this issue? Where I can get the ruby-mode.el version 1.1? Is there some official repository?

@rberger
Copy link

rberger commented Dec 12, 2011

Looks like one can no longer get it even from tromey..

@nonsequitur
Copy link
Owner

Marmalade restored its password-reset API - I'm finally logged in again!

Please grab the latest inf-ruby from Marmalade where all issues are fixed.

@bitops
Copy link

bitops commented Jun 25, 2012

I am running inf-ruby 2.2.3 and yet I still get this error message. Are there additional steps necesary?

@egarson
Copy link

egarson commented Jun 26, 2012

oh, that was a while back, i have no idea, sorry.

good luck,

edward

On Mon, Jun 25, 2012 at 4:45 PM, Sebastian Wittenkamp <
reply@reply.github.com

wrote:

I am running inf-ruby 2.2.3 and yet I still get this error message. Are
there additional steps necesary?


Reply to this email directly or view it on GitHub:
#1 (comment)

@bitops
Copy link

bitops commented Jun 26, 2012

@egarson no worries, I did a manual checkout of rinari and then I was able to run it. (Then I ran into other issues unrelated to this ticket).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

8 participants