https://github.com/pd/inf-ruby-bond
bond completion support for emacs' inf-ruby
https://github.com/pd/inf-ruby-bond
Last synced: about 1 year ago
JSON representation
bond completion support for emacs' inf-ruby
- Host: GitHub
- URL: https://github.com/pd/inf-ruby-bond
- Owner: pd
- Created: 2010-05-11T20:25:36.000Z (about 16 years ago)
- Default Branch: master
- Last Pushed: 2013-07-17T19:32:23.000Z (almost 13 years ago)
- Last Synced: 2024-04-16T00:58:49.462Z (about 2 years ago)
- Language: Emacs Lisp
- Homepage:
- Size: 107 KB
- Stars: 5
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# inf-ruby-bond
This library has been deprecated. Modern [inf-ruby](https://github.com/nonsequitur/inf-ruby) supports it [natively](https://github.com/nonsequitur/inf-ruby/commit/c749e54eee65c59c5221b2d77bd5f6f83364269a).
Yay!
## Original README
```
;; inf-ruby-bond.el -- Support for Bond completion in inf-ruby buffers
;; To install, place inf-ruby-bond.el in your load-path and require
;; the library:
;;
;; (require 'inf-ruby-bond)
;;
;; Your irbrc is responsible for loading and initializing Bond.
;;
;; This will replace inf-ruby's default TAB keybinding with one that
;; uses Bond's completion mechanisms.
;; See also:
;; Bond: http://github.com/cldwalker/bond