Re: How to load files with Mac line ending?

Ronald Sudomo <[email protected]> Fri, 19 Aug 2005 03:34:30 -0600
Newsgroups gmane.lisp.allegro
Message-ID <[email protected]>
On Aug 19, 2005, at 1:39 AM, Manfred Stede wrote:

> Hi,
> MCL (at least in its current version) offers the option to load  
> UNIX files,
> doesn't that solve the problem?
> regards,
> Manfred


Hi Manfred,

Thanks for your suggestion. MCL does indeed have that option, but you  
have to do it manually file by file (it's a menu item action). I  
suppose I could get a hold of the anonymous function attached to the  
menu item, but this would still not work when you are using asdf or  
defsystem. I was hoping there is a variable I could set in ACL to  
make LOAD use a different line ending. Any other suggestion?

Regards,

Ronald