eschulte/rinari

Make extensions optional

chalmagean opened this issue · 4 comments

When finding models for example and you have account.rb, account_observer.rb, etc and you do rinari-find-model you're prompted for a jump, and you need to type the full name. Also failing to do so will raise an error wrong-type-argument stringp nil.

Thanks for reporting this.

First of all, that error message wasn't very helpful, so I've made that clearer.

Additionally, it should now be possible to enter just part of the target name.

Finally: I'd never noticed this problem, because I use ido-mode. I highly recommend it (especially with ido-ubiquitous), because it makes almost everything in Emacs more convenient! :-)

Note that the updates are in jump.el. MELPA should build a new package shortly, and I'll also put a new version up on Marmalade later today.

Thanks for the quick reply. I've used ido and I don't like it very much. It seems to do more than it should and not what I want.

@mixandgo Fair enough! :-)