From james at jwm-art.net Sat May 30 10:53:53 2009 From: james at jwm-art.net (james morris) Date: Sat, 30 May 2009 11:53:53 +0100 (BST) Subject: [linedit-devel] maybe a possible bug? Message-ID: Hi, I'm learning CL, and installed linedit chiefly for use within the SBCL REPL. It seems to hang if I press CTRL-arrow (ie to move the cursor at word boundaries instead of a char at a time). CTRL-C does not get out of this hung state and I have to open another terminal and kill sbcl from there. Home and End keys do not work and 'Unknown command "M-O".' is displayed along with a H or F as user-input. I'm running sbcl-1.0.18-debian in Debian Lenny for the AMD64 platform. Any ideas? Thanks, James. From james at jwm-art.net Sun May 31 12:55:44 2009 From: james at jwm-art.net (james morris) Date: Sun, 31 May 2009 13:55:44 +0100 (BST) Subject: [linedit-devel] maybe a possible bug? In-Reply-To: Message-ID: OK, I've taken the 'trouble' of looking into the source for linedit, in particular the command-keys.lisp file, and have seen that the functions i was looking for are implemented just not using the keys i expected. It would be interesting to know why CTRL-any-arrow-direction-key causes a hang tho. Any chance of getting home+end ctrl-arrow keys working in linedit by default? Cheers, James. On 30/5/2009, "james morris" wrote: > >Hi, > >I'm learning CL, and installed linedit chiefly for use within the SBCL >REPL. > >It seems to hang if I press CTRL-arrow (ie to move the cursor at word >boundaries instead of a char at a time). CTRL-C does not get out of this >hung state and I have to open another terminal and kill sbcl from there. > >Home and End keys do not work and 'Unknown command "M-O".' is >displayed along with a H or F as user-input. > >I'm running sbcl-1.0.18-debian in Debian Lenny for the AMD64 platform. > >Any ideas? > >Thanks, >James. > >_______________________________________________ >linedit-devel mailing list >linedit-devel at common-lisp.net >http://common-lisp.net/cgi-bin/mailman/listinfo/linedit-devel > > From nikodemus at random-state.net Sun May 31 21:39:24 2009 From: nikodemus at random-state.net (Nikodemus Siivola) Date: Mon, 1 Jun 2009 00:39:24 +0300 Subject: [linedit-devel] maybe a possible bug? In-Reply-To: References: Message-ID: <633d72b0905311439r525d10dcua2021ee85fac7cc@mail.gmail.com> 2009/5/31 james morris : > > OK, I've taken the 'trouble' of looking into the source for linedit, > in particular the command-keys.lisp file, and have seen that the > functions i was looking for are implemented just not using the keys i > expected. It would be interesting to know why > CTRL-any-arrow-direction-key causes a hang tho. > > Any chance of getting home+end ctrl-arrow keys working in linedit by > default? Sure. I haven't touched linedit in quite a while, but am happy to merge a patch. :) ...with a bit of luck I might even find time to do it myself, but that will take a while. (Sorry for the slow answer, was at ELS 2009 this week.) Cheers, -- Nikodemus > > Cheers, James. > > On 30/5/2009, "james morris" wrote: > >> >>Hi, >> >>I'm learning CL, and installed linedit chiefly for use within the SBCL >>REPL. >> >>It seems to hang if I press CTRL-arrow (ie to move the cursor at word >>boundaries instead of a char at a time). CTRL-C does not get out of this >>hung state and I have to open another terminal and kill sbcl from there. >> >>Home and End keys do not work and 'Unknown command "M-O".' is >>displayed along with a H or F as user-input. >> >>I'm running sbcl-1.0.18-debian in Debian Lenny for the AMD64 platform. >> >>Any ideas? >> >>Thanks, >>James. >> >>_______________________________________________ >>linedit-devel mailing list >>linedit-devel at common-lisp.net >>http://common-lisp.net/cgi-bin/mailman/listinfo/linedit-devel >> >> > > _______________________________________________ > linedit-devel mailing list > linedit-devel at common-lisp.net > http://common-lisp.net/cgi-bin/mailman/listinfo/linedit-devel >