<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ruby.git/lib/reline/config.rb, branch v3_4_9</title>
<subtitle>The Ruby Programming Language</subtitle>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/'/>
<entry>
<title>[ruby/reline] Allow utf-8 safe meta key mapping in inputrc</title>
<updated>2024-10-06T23:35:06+00:00</updated>
<author>
<name>tomoya ishida</name>
<email>tomoyapenguin@gmail.com</email>
</author>
<published>2024-10-06T23:35:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=8f5abcb0c7a81b63f8af9fc53ac7bbb48007974b'/>
<id>8f5abcb0c7a81b63f8af9fc53ac7bbb48007974b</id>
<content type='text'>
(https://github.com/ruby/reline/pull/723)

Readline's convert-meta setting is utf-8 unsafe.
Allow assigning `"\M-char": key` to bind "\echar": key even if convert-meta is not enabled.

https://github.com/ruby/reline/commit/9844b99c6e
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(https://github.com/ruby/reline/pull/723)

Readline's convert-meta setting is utf-8 unsafe.
Allow assigning `"\M-char": key` to bind "\echar": key even if convert-meta is not enabled.

https://github.com/ruby/reline/commit/9844b99c6e
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/reline] Add test for reset_variables in Reline::Config</title>
<updated>2024-09-03T15:32:29+00:00</updated>
<author>
<name>Mari Imaizumi</name>
<email>mariimaizumi5@gmail.com</email>
</author>
<published>2024-09-03T15:32:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=0889f640219f964d75ad334b65c516ba3eacf55b'/>
<id>0889f640219f964d75ad334b65c516ba3eacf55b</id>
<content type='text'>
(https://github.com/ruby/reline/pull/741)

* Fix reset variables

* Add assertion for reload

* Add helper method to get instance variable value of Reline::Config

https://github.com/ruby/reline/commit/386f619ff5
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(https://github.com/ruby/reline/pull/741)

* Fix reset variables

* Add assertion for reload

* Add helper method to get instance variable value of Reline::Config

https://github.com/ruby/reline/commit/386f619ff5
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/reline] Implement re-read-init-file</title>
<updated>2024-08-31T03:26:50+00:00</updated>
<author>
<name>Mari Imaizumi</name>
<email>mariimaizumi5@gmail.com</email>
</author>
<published>2024-08-31T03:26:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=a2b3cb65ea4d8b9f2d57f027531875bcaab812bf'/>
<id>a2b3cb65ea4d8b9f2d57f027531875bcaab812bf</id>
<content type='text'>
(https://github.com/ruby/reline/pull/740)

https://github.com/ruby/reline/commit/59e4ade807
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(https://github.com/ruby/reline/pull/740)

https://github.com/ruby/reline/commit/59e4ade807
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/reline] Remove unused variables</title>
<updated>2024-08-27T12:46:45+00:00</updated>
<author>
<name>Mari Imaizumi</name>
<email>mariimaizumi5@gmail.com</email>
</author>
<published>2024-08-27T12:46:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=a431f4ecc474d51990a0cb263fdf3e07964150e4'/>
<id>a431f4ecc474d51990a0cb263fdf3e07964150e4</id>
<content type='text'>
(https://github.com/ruby/reline/pull/739)

https://github.com/ruby/reline/commit/14784eddee
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(https://github.com/ruby/reline/pull/739)

https://github.com/ruby/reline/commit/14784eddee
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/reline] Improve key binding match/matching check</title>
<updated>2024-06-03T13:15:05+00:00</updated>
<author>
<name>tomoya ishida</name>
<email>tomoyapenguin@gmail.com</email>
</author>
<published>2024-06-03T13:14:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=91d4a7ae0c719697db7dd6dd64ca664b60c9de04'/>
<id>91d4a7ae0c719697db7dd6dd64ca664b60c9de04</id>
<content type='text'>
(https://github.com/ruby/reline/pull/709)

* Improve key binding match/matching check

* Rename key_actors to default_key_bindings

* Make key_stroke.expand always return a value

* Update add_default_key_binding to use a add_default_key_binding_by_keymap internally

Co-authored-by: Stan Lo &lt;stan001212@gmail.com&gt;

---------

https://github.com/ruby/reline/commit/353ec236e2

Co-authored-by: Stan Lo &lt;stan001212@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(https://github.com/ruby/reline/pull/709)

* Improve key binding match/matching check

* Rename key_actors to default_key_bindings

* Make key_stroke.expand always return a value

* Update add_default_key_binding to use a add_default_key_binding_by_keymap internally

Co-authored-by: Stan Lo &lt;stan001212@gmail.com&gt;

---------

https://github.com/ruby/reline/commit/353ec236e2

Co-authored-by: Stan Lo &lt;stan001212@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/reline] allow space in config value</title>
<updated>2024-05-26T08:28:25+00:00</updated>
<author>
<name>Go</name>
<email>monkeywzr@gmail.com</email>
</author>
<published>2024-05-26T08:28:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=508f3310481c34fe146bcd6775041847d40520c9'/>
<id>508f3310481c34fe146bcd6775041847d40520c9</id>
<content type='text'>
(https://github.com/ruby/reline/pull/705)

* allow space in config value

fix https://github.com/ruby/reline/pull/657

* remove inline comments

* Revert "remove inline comments"

This reverts commit https://github.com/ruby/reline/commit/2438347c1a10.

* refactoring

* remove unnecessary comment handling

https://github.com/ruby/reline/commit/d60f1e1e39
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(https://github.com/ruby/reline/pull/705)

* allow space in config value

fix https://github.com/ruby/reline/pull/657

* remove inline comments

* Revert "remove inline comments"

This reverts commit https://github.com/ruby/reline/commit/2438347c1a10.

* refactoring

* remove unnecessary comment handling

https://github.com/ruby/reline/commit/d60f1e1e39
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/reline] Implement bracketed paste insert</title>
<updated>2024-05-08T16:00:30+00:00</updated>
<author>
<name>tomoya ishida</name>
<email>tomoyapenguin@gmail.com</email>
</author>
<published>2024-05-08T16:00:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=26446cccc9e8c4dfb7655ae686106a1ee200f2ec'/>
<id>26446cccc9e8c4dfb7655ae686106a1ee200f2ec</id>
<content type='text'>
(https://github.com/ruby/reline/pull/655)

https://github.com/ruby/reline/commit/e92dcbf514
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(https://github.com/ruby/reline/pull/655)

https://github.com/ruby/reline/commit/e92dcbf514
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/reline] Remove not implemented variables</title>
<updated>2024-05-05T07:22:52+00:00</updated>
<author>
<name>Mari Imaizumi</name>
<email>mariimaizumi5@gmail.com</email>
</author>
<published>2024-05-05T07:22:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=fca6c55a535094a49cf16d00519120d57928b1a2'/>
<id>fca6c55a535094a49cf16d00519120d57928b1a2</id>
<content type='text'>
(https://github.com/ruby/reline/pull/699)

https://github.com/ruby/reline/commit/328699e901
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(https://github.com/ruby/reline/pull/699)

https://github.com/ruby/reline/commit/328699e901
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/reline] Fix default and additional key bindings vanish bug</title>
<updated>2024-05-02T14:41:07+00:00</updated>
<author>
<name>tomoya ishida</name>
<email>tomoyapenguin@gmail.com</email>
</author>
<published>2024-05-02T14:41:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=c78cebb469fe56b45ee5daad16ae976b7760497c'/>
<id>c78cebb469fe56b45ee5daad16ae976b7760497c</id>
<content type='text'>
(https://github.com/ruby/reline/pull/697)

https://github.com/ruby/reline/commit/fc9b4d2274
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(https://github.com/ruby/reline/pull/697)

https://github.com/ruby/reline/commit/fc9b4d2274
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/reline] Avoid reading .inputrc repeatedly</title>
<updated>2024-05-02T05:50:08+00:00</updated>
<author>
<name>Mari Imaizumi</name>
<email>mariimaizumi5@gmail.com</email>
</author>
<published>2024-05-02T05:50:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=fdf88a2c10bd0dc11d1033c2281d764dfdaa00de'/>
<id>fdf88a2c10bd0dc11d1033c2281d764dfdaa00de</id>
<content type='text'>
(https://github.com/ruby/reline/pull/694)

https://github.com/ruby/reline/commit/c8d4802a0f
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(https://github.com/ruby/reline/pull/694)

https://github.com/ruby/reline/commit/c8d4802a0f
</pre>
</div>
</content>
</entry>
</feed>
