[#83773] [Ruby trunk Bug#14108] Seg Fault with MinGW on svn 60769 — usa@...
Issue #14108 has been updated by usa (Usaku NAKAMURA).
9 messages
2017/11/15
[#83774] Re: [Ruby trunk Bug#14108] Seg Fault with MinGW on svn 60769
— Eric Wong <normalperson@...>
2017/11/15
usa@garbagecollect.jp wrote:
[#83775] Re: [Ruby trunk Bug#14108] Seg Fault with MinGW on svn 60769
— "U.NAKAMURA" <usa@...>
2017/11/15
Hi, Eric
[#83779] Re: [Ruby trunk Bug#14108] Seg Fault with MinGW on svn 60769
— Eric Wong <normalperson@...>
2017/11/15
"U.NAKAMURA" <usa@garbagecollect.jp> wrote:
[#83781] Re: [Ruby trunk Bug#14108] Seg Fault with MinGW on svn 60769
— "U.NAKAMURA" <usa@...>
2017/11/15
Hi, Eric,
[#83782] Re: [Ruby trunk Bug#14108] Seg Fault with MinGW on svn 60769
— Eric Wong <normalperson@...>
2017/11/15
"U.NAKAMURA" <usa@garbagecollect.jp> wrote:
[ruby-core:83860] [Ruby trunk Bug#14125] Readline Module (STDLIB): Add support for ^O emacs keybinding?
From:
hello@...
Date:
2017-11-22 03:50:35 UTC
List:
ruby-core #83860
Issue #14125 has been updated by rlue (Ryan Lue). Whoops. All those superscript characters should be regular characters preceded by a carat, to signify a CTRL key binding. ---------------------------------------- Bug #14125: Readline Module (STDLIB): Add support for ^O emacs keybinding? https://bugs.ruby-lang.org/issues/14125#change-67888 * Author: rlue (Ryan Lue) * Status: Open * Priority: Normal * Assignee: * Target version: * ruby -v: 2.4.1 * Backport: 2.3: UNKNOWN, 2.4: UNKNOWN ---------------------------------------- The pry gem features a REPL that uses the Readline stdlib module. With the help of this module, pry's REPL supports most emacs-style readline key bindings: * ^P / ^N for navigating up/down the command line history, * ^K for killing text to the end of the line, * ^Y for yanking last-killed text, * ^X^U for undoing, * etc. However, it does NOT support ^O (run command and load next line in history), and I found no reference to the binding in the docs. I can't speak for anyone else, but I'd very much like to see this functionality implemented in the Readline module. -- https://bugs.ruby-lang.org/ Unsubscribe: <mailto:ruby-core-request@ruby-lang.org?subject=unsubscribe> <http://lists.ruby-lang.org/cgi-bin/mailman/options/ruby-core>