gnu-emacs-sources
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[NonGNU ELPA] Inf-Ruby version 2.7.0


From: ELPA update
Subject: [NonGNU ELPA] Inf-Ruby version 2.7.0
Date: Thu, 12 Jan 2023 05:05:48 -0500

Version 2.7.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 🙁]



reply via email to

[Prev in Thread] Current Thread [Next in Thread]