[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[NonGNU ELPA] Inf-Ruby version 2.8.0
From: |
ELPA update |
Subject: |
[NonGNU ELPA] Inf-Ruby version 2.8.0 |
Date: |
Mon, 02 Oct 2023 17:08:41 -0400 |
Version 2.8.0 of package Inf-Ruby has just been released in NonGNU ELPA.
You can now find it in M-x list-packages RET.
Inf-Ruby describes itself as:
==============================
Run a Ruby process in a buffer
==============================
More at https://elpa.nongnu.org/nongnu/inf-ruby.html
## Summary:
inf-ruby provides a REPL buffer connected to a Ruby subprocess.
If you're installing manually, you'll need to:
* drop the file somewhere on your load path (perhaps ~/.emacs.d)
* Add the following lines to your .emacs file:
(autoload 'inf-ruby "inf-ruby" "Run an inferior Ruby process" t)
(add-hook 'ruby-mode-hook 'inf-ruby-minor-mode)
Or, for enh-ruby-mode:
(add-hook 'enh-ruby-mode-hook 'inf-ruby-minor-mode)
Installation via ELPA interface does the above for you
automatically.
Additionally, consider adding
(add-hook 'compilation-filter-hook 'inf-ruby-auto-enter)
to your init file to automatically switch from common Ruby compilation
modes to interact with a debugger.
## Recent NEWS:
[Not available 🙁]
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [NonGNU ELPA] Inf-Ruby version 2.8.0,
ELPA update <=