bug-apl
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Bug-apl] Line Editor bug?


From: Juergen Sauermann
Subject: Re: [Bug-apl] Line Editor bug?
Date: Sat, 26 Apr 2014 19:47:00 +0200
User-agent: Mozilla/5.0 (X11; Linux i686; rv:17.0) Gecko/20130330 Thunderbird/17.0.5

Hi,

I changed it to what the example in the IBM language reference manual seems to suggest
(there are other places suggesting different things):

"
Prompting for an additional
line following the display of
line 2:

 ∇ENTER[⎕2]
[2] TAB←TAB,(I>ρTAB)/,NAME
[3]
"

Starting editing in the middle of the line is somewhat complicated because we have different input options (with readline, without readline, testcase files etc.) that are
difficult to bring in line.

/// Jürgen



On 04/26/2014 05:12 PM, address@hidden wrote:
On Sat, 26 Apr 2014 15:15:03 +0200
Juergen Sauermann <address@hidden> wrote:

Hi Peter,

thanks, I have changed the ?-editor.

My interpretation of eg [2?10] is "display lines 2-10 and edit line
10 (or 10.1 or 11 if 10 or 10 and 11 alreadyexists). See SVN 224.

what is the behavior you changed it to?

the apl2 line editor uses '-' for line ranges  [⎕2-10]   is [2⎕10] edit line 2 
at position 10?

btw what is the different  https://github.com/baruchel/APLedit   (i'm not sure 
i want to commit to having an .inputrc ;)

/// Jürgen


On 04/25/2014 04:01 PM, Peter Teeson wrote:
As of svn 221

I expected the editor to allow editing of line [1] at position 10.
Did I misunderstand?

respect….

Peter





reply via email to

[Prev in Thread] Current Thread [Next in Thread]