Hi 

This issued is answered from other place.  
The cause of the ragged output was bodyfont. 
I was using a specific font for my own language by "\setupbodyfont[unfonts]". Commenting out and using 
default fonts gave me correct output.

Jung, Jinki 

> I am using context 0.6 under W7. I have problem with starttyping command.
> Somehow, it is not giving me same as I key in. Two examples are give here
> to explain my problem.  Please see "====>>>". Any help will be appreciated
> much.
> Jung, Jinki
> \starttyping
>                     LDP                            REM
>     ---------------------------           ---------------------
>     AT1        L D P 7 1 1 0 1             A 2 7 4 R E M 0 1 1
>     AT2        L D P 7 1 2 0 1             A 2 7 4 R E M 0 2 1
>     AC1        L D P 7 1 0 0 1             A 2 7 1 R E M 1 0 1
>               ------ --- --- --           ---- --- ----- --- --
>                  |    |   |  |              |   |    |    |  |
>                  |    |   |  |              |   |    |    |  |
>                  |    |   |  for extension  |   |    |    |  for extension
>                  |    |   serial            |   |    |    serial
>                  |    area                  |   |   REM
>                 ZZZ                         |   area
>                                            ABC
>                      +----- Module
>                      |
>                      |       +--------- serial
>                      |      /
>                      --  -----------
>           A  2  0  0  M  0  0  0  0
>          -----  ----
>           |     |
>           |     +-----+
>          AERA2        |
>                       |
>                     AREA  +---  71 : F2 Production
>                                 72 : F2 Storage to AT7
>                                 73 : F1 BCR to AT7
>                                 74 : MBC common
>                                 75 : AT7 to ANtty
>                                 3C : MBC common
> \stoptyping
> ==================================================
> output looks as follow. please notice wrong alignment.
>                     LDP                            REM
>     ---------------------------           ---------------------
>     TT1        L D P 7 1 1 0 1             A 2 7 4 R E M 0 1 1
>     TT2        L D P 7 1 2 0 1             A 2 7 4 R E M 0 2 1
>     TC1        L D P 7 1 0 0 1             A 2 7 1 R E M 1 0 1
>               ------ --- --- --           ---- --- ----- --- --  ====> "---" get smaller ?
>                  |    |   |  |              |   |    |    |  |
>                  |    |   |  |              |   |    |    |  |
>                  |    |   |  for extension      |   |    |  |  for extension ====>>>>
>                  |    |   serial            |   |    |    serial
>                  |    area                |   |   REM   =========>>>>
>                 ZZZ                     |   area    =============>>>>
>                                        ABC          =============>>>>
>                      +----- Module
>                      |
>                      |       +--------- serial
>                      |      /
>                      --  -----------                  =======>>> "---" get smaller ?
>           A  2  0  0  M  0  0  0  0
>            -----  ----
>           |     |
>           |     +-----+
>          AERA2        |
>                     |                                 =====>>>
>                     AREA  +---  71 : F2 Production
>                               72 : F2 Storage to AT7   ====>>>
>                               73 : F1 BCR to AT7       ====>>>
>                               74 : MBC common          ====>>>
>                               75 : AT7 to ANtty        ====>>>
>                               3C : MBC common         ====>>>