[Search for users] [Overall Top Noters] [List of all Conferences] [Download this site]

Conference hydra::amiga_v1

Title:AMIGA NOTES
Notice:Join us in the *NEW* conference - HYDRA::AMIGA_V2
Moderator:HYDRA::MOORE
Created:Sat Apr 26 1986
Last Modified:Wed Feb 05 1992
Last Successful Update:Fri Jun 06 1997
Number of topics:5378
Total number of notes:38326

1358.0. "HELP - URGENT" by NAC::VISSER () Wed Apr 20 1988 13:59

    I know this is off the conference's subject, but I'm sure someone
    listening can help solve my problem quickly.
    
    I have a number of files that I'd like to get onto the vax in good
    shape.  They were produced on an AT using Microsoft Word's ASCII
    save command.  They consist of long lines with CRs as paragraph
    delimiters.  By long lines I mean as long as the paragraph is.
    
    My problems are that as follows:
    
    a. EDT.  EDT is good in that when the command FILL is executed it does
    not upset indentations that consist only of spaces.  It is bad in that
    it can't (seem to) handle lines longer than 255 characters; the message
    I get is something like "users buffer to small..." Note that this use
    of the term buffer has no relation to the term buffer in the EDT
    manual. 
    
    b. EVE. (eve == "edit/tpu/section=evesecini") EVE is good in that it
    can handle lines longer than 255 characters.  It is bad in that when
    the command FILL is executed it removes indentations that consist only
    of spaces. 
    
    Please help as soon as you can...I really need this stuff for work.
    
    Call John DTN 226-5713 
    
T.RTitleUserPersonal
Name
DateLines
1358.1SAUTER::SAUTERJohn SauterWed Apr 20 1988 14:513
    I think you will need to write a program to convert these files
    with very long lines into files with shorter lines.
        John Sauter
1358.2PLDVAX::SMCAFEESteve McAfeeWed Apr 20 1988 15:045
    
    Sounds like a job for Emacs and mock-lisp.  Don't ask me I never
    use it...
    
    - steve
1358.3use a dummy pad char?MVCAD3::BAEDERD. Scott DTN 237-2961 SHR1-3/E19Wed Apr 20 1988 19:425
    I think the new v2.0 tpu/eve is better at this...the other trick
    I use is to put a single char at the start of the paragraph before
    the fill, then go back and delete it later after im done...
    
    scott
1358.4Only thing I know how to do with TECO!WJG::GUINEAUThu Apr 21 1988 08:4012

When I get these strange file formats, I just pass them through TECO.

Do a $ TECO filename

TECO will reply with a "*".  Type: *EX<escape><escape>

where <escape> can be generated by ^[. (where ^ can be generated by
holding down the CTRL (control) key :-)

John
1358.5BAGELS::BRANNONDave BrannonFri Apr 22 1988 20:048
    this was a job for.... PCWRITE, that famous shareware editor that
    runs just fine on a VAXmate.  It has a manual reformat command
    that did the trick with a simple  ctrl F5 F7.
    
    Then thru the wonders of DECnet-VAXmate and thinwire ethernet, we
    got the files to his vax.
    
    -dave