April, all,

what are the plans for implementing/integrating

1) the avoidance of stty erase <backspace> for certain terminal types (i.e. 
backspace will always erase the character left of the cursor)

2) a second way of file name completion (an unnumbered list or files) if <tab> 
finds more than one matching entry, similar to the bash way of doing it. With 
the unnumbered list, when adding consecutive characters, they are just appended 
to the initial characters until just one file matches (this is how bash does 
it). Currently, ksh93 displays a numbered list only, and you have to type in 
the 
matching number to expand (which is not bad, but sometimes, the bash way is 
faster: E.g. when there are more than 10 files listed, but when entering just 
one more character, only one file matches), plus a lot of people are used to 
it). BTW I tried this with emacs and with viraw mode.

?

This would help to get better acceptance from former bash users, IMHO.

Regards,

Bernd

April Chin wrote:
>> Date: Wed, 11 Oct 2006 15:16:44 +0200
>> From: "I. Szczesniak" <iszczesniak at gmail.com>
>>
>> Roland, April, could you post a rough overview what still needs to be
>> done for the put back, please?
>>
> 
> Below are items to be completed for ksh93 integration putback
> If there are updates to any of the below items, or if there
> are other issues pending, please let us know.
> 
> Thanks,
>       April
> 
> - Integration of changes for PSARC-EXT/2006/561, libcmd must die.
>   Status:  PSARC case is approved; Joe Kowalski is working 
>   on the implementation.
>   
> - Resolution of getconf issue: PSARC/2006/550 does not include the
>   AT&T getconf built-in because of incompatibilities; AT&T getconf is needed
>   by ksh93 test scripts.
>   Status:  AT&T may be fixing getconf; if the getconf built-in
>   is included with ksh93, we will need a new fasttrack PSARC case to cover it
>   
> - New fasttrack PSARC case needed for including a default /etc/ksh.kshrc
>   file, which was not included in PSARC/2006/550.  
>   Status: We are in the process of submitting this external PSARC case.
>   
> - Resolution of "set -o multiline" problems.
>   Status: Sporadic problems on 64-bit SPARC; if not resolved,
>    "set -o multiline" inclusion in /etc/ksh.kshrc will be deferred
>    and not included in the /etc/ksh.kshrc PSARC case above.
> 
> - Need README's describing source layout of ksh93
>   Status: in progress
> 
> - ksh93 integration tree should compile with gcc
>   Status: in progress
> 
> - ksh93 integration should not include any files in /lib or /sbin
>   Status: in progress
> 
> - Testing and code review of ksh93 on a Teamware workspace.  This will
>   be an iterative cycle and includes transferring changes between 
>   Teamware (at Sun) and Subversion (Roland's workspace).
>   Status: pending above items
> 
> - Submission and approval of RTI (Request to Integrate) and putback
>   into Nevada ON gate.
>   Status: pending above items
> 
> 
> _______________________________________________
> ksh93-integration-discuss mailing list
> ksh93-integration-discuss at opensolaris.org
> http://mail.opensolaris.org/mailman/listinfo/ksh93-integration-discuss
> 


Reply via email to