Can we make it imply --nosingleline and --nomultiline, but not anything else?
In particular, we (the inf-ruby upstream) decided not to use it because it also disables continuation prompts. Currently inf-ruby uses --prompt default --noreadline instead.
But with newer features here that we can't use from Emacs, it would be helpful if --inf-ruby-mode was an option one could use to avoid version checks. In particular, if irb --inf-ruby-mode --prompt default was a valid usage in the new IRB.
Can we make it imply
--nosinglelineand--nomultiline, but not anything else?In particular, we (the inf-ruby upstream) decided not to use it because it also disables continuation prompts. Currently
inf-rubyuses--prompt default --noreadlineinstead.But with newer features here that we can't use from Emacs, it would be helpful if
--inf-ruby-modewas an option one could use to avoid version checks. In particular, ifirb --inf-ruby-mode --prompt defaultwas a valid usage in the new IRB.