[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: microEMACS problem
In article <1993Jan14.220334.24540@cpu.com>, gwlester@cpu.com (Gerald W. Lester) writes:
|> Last night I tired to edit a file and got a message that repeated that said
|> something to the effect:
|>
|> internal malloc error, grabage in FreeList
|>
|> I still had free memory when it finally stoped (without displaying the file).
|> The file that I was attempting to edit was succesfully brought into AWGS.
|>
Is it possible that the file you want to edit uses LF instead of CR as line
terminators ? I think MicroEmacs demands CR and also has a limited line length,
so a large file with LFs is going to exceed this limit.
Try to replace LFs with CRs. There a several programs (conv, lf2cr) that will
do the job.
Hope that helps.
Stefan Voss
(voss@ira.uka.de)