[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Editting Unix files using MCL.
- To: info-mcl
- Subject: Re: Editting Unix files using MCL.
- From: espen@coli.uni-sb.de (Espen J. Vestre)
- Date: 2 Dec 92 09:57:41 GMT
- Newsgroups: comp.lang.lisp.mcl
- Organization: Computerlinguistik, Universitaet des Saarlandes
- References: <9212012059.AA09453@rpal.rockwell.com>
In article <9212012059.AA09453@rpal.rockwell.com> Mark Peot,
peot@rpal.rockwell.com writes:
>When I read a Unix file from MCL, MCL is smart and converts all of the
unix
>carriage returns to newline characters. Unfortunately, when I write the
file
>back out to the Unix world, it uses the MCL newline character rather
than the
>Unix newline character.
>
>The question: What is the minimally painful way to change MCL or Fred
so that
>it both reads and writes files in UNIX format?
How are you reading and writing to unix?
If you're using CAP or EtherShare this is a "feature" that has nothing to
do with MCL. Unfortunately, while doing the right substitutions while
transfering a unix file to the mac, these systems do not have the
_obvious_ feature of substituting back again if you try to write a file
of type TEXT.
I also thought I could test my code on different platforms by letting the
files reside on the unix machine...
--------------------------------------------------------------
Espen J. Vestre, espen@coli.uni-sb.de
Universitaet des Saarlandes,
Computerlinguistik, Gebaeude 17.2
Im Stadtwald, tel. +49 (681) 302 4501
D-6600 SAARBRUECKEN, Germany fax. +49 (681) 302 4351
--------------------------------------------------------------