Re: REPL and arrows problem

2020-01-22 Thread ToddAndMargo via perl6-users
I am not using Fedora's repo for Rakudo. I am using https://github.com/nxadm/rakudo-pkg/releases Zef is inside the release. Maybe they forgot Readline On 2020-01-22 13:15, David Santiago wrote: So you should open the issue on that project/repo not on the official raku

Re: REPL and arrows problem

2020-01-22 Thread ToddAndMargo via perl6-users
On 2020-01-22 12:36, Norman Gaywood wrote: On Thu, 23 Jan 2020 at 06:21, ToddAndMargo via perl6-users mailto:perl6-users@perl.org>> wrote: RFE: REPL dependency check for Readline #153 https://github.com/Raku/problem-solving/issues/153 By the way, when you do this, it pops up

Re: REPL and arrows problem

2020-01-22 Thread Norman Gaywood
Hi Todd, I don't think this is a Rakudo problem. It's a Fedora 31 problem. ALready, when you start raku without Readline installed, it gives the message: > $ raku > You may want to `zef install Readline` or `zef install Linenoise` or use rlwrap for a line editor > > To exit type 'exit' or '^D'

Re: REPL and arrows problem

2020-01-22 Thread ToddAndMargo via perl6-users
On 2020-01-22 11:20, ToddAndMargo via perl6-users wrote: RFE: REPL dependency check for Readline #153 https://github.com/Raku/problem-solving/issues/153 By the way, when you do this, it pops up immediately on the chat line!  They think of everything. :-) -T moved to

Re: REPL and arrows problem

2020-01-22 Thread ToddAndMargo via perl6-users
RFE: REPL dependency check for Readline #153 https://github.com/Raku/problem-solving/issues/153 By the way, when you do this, it pops up immediately on the chat line! They think of everything. :-) -T

Re: REPL and arrows problem

2020-01-22 Thread Todd Chester via perl6-users
On 2020-01-21 21:44, Norman Gaywood wrote: On Wed, 22 Jan 2020 at 13:30, Todd Chester via perl6-users mailto:perl6-users@perl.org>> wrote: On 2020-01-21 16:38, Todd Chester via perl6-users wrote: > Fedora31 I have Fedora 31 and Readline does not seem to be working for me in the

Re: REPL and arrows problem

2020-01-21 Thread Norman Gaywood
On Wed, 22 Jan 2020 at 13:30, Todd Chester via perl6-users < perl6-users@perl.org> wrote: > On 2020-01-21 16:38, Todd Chester via perl6-users wrote: > > Fedora31 > I have Fedora 31 and Readline does not seem to be working for me in the raku REPL as well. But see below! > $ rpm -qa \*raku\* >

Re: REPL and arrows problem

2020-01-21 Thread Todd Chester via perl6-users
On 2020-01-21 16:38, Todd Chester via perl6-users wrote: Fedora31 Xfce 4.14 xfce4-terminal-0.8.9.1-1.fc31.x86_64 $ rpm -qa \*raku\* xfce4-terminal-0.8.9.1-1.fc31.x86_64 $ raku -v This is Rakudo version 2019.07.1 built on MoarVM version 2019.07.1 implementing Perl 6.d.

REPL and arrows problem

2020-01-21 Thread Todd Chester via perl6-users
Hi All, Fedora31 Xfce 4.14 xfce4-terminal-0.8.9.1-1.fc31.x86_64 I have the same setup on both computers. On my shop computer, in REPL, the arrow keys do not read correctly: > a todd special booboo^[[D^[[D^[[D^[[D^[[D How do I get my arrow back in REPL on mu shop computer? Many thanks, -T