X-Spam-Check-By: sourceware.org Message-ID: X-Sender: arundelo AT hotmail DOT com From: "Aaron Brown" To: "Cygwin list" References: <001b01c73033$ee617c20$0708090a AT CAM DOT ARTIMI DOT COM> <6910a60701090934iff9bd94h3157e3b7d09bb31b AT mail DOT gmail DOT com> <6910a60701111339g28b22ae7y30077e33709c739e AT mail DOT gmail DOT com> <45BBD6F9 DOT 3010704 AT x-ray DOT at> <45BEF11A DOT 2030201 AT x-ray DOT at> Subject: Re: Compile-time detection of EOL translation mode (CLISP) Date: Tue, 30 Jan 2007 16:15:28 -0500 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=response Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Outlook Express 6.00.2900.2869 X-IsSubscribed: yes Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Reini Urban (quoting Sam Steingold at the issue tracker page [1]) wrote: > The original problem is best solved by a > (setq *default-file-encoding* :unix) > in ~/.clisprc.lisp As mentioned in an earlier post, that doesn't work for *standard-output*, presumably because it's already :dos before .clisprc runs. It would work if there were a way to change the external-format of an already-open stream. Is there? Sam also wrote at the issue tracker page [1]: > note that even the cygwin CLISP is expected to write files > useful for other (non-cygwin) programs, so the fact that > they really expect CRLF does matter to us. Au contraire; speaking for myself, the reason I use Cygwin is to avoid (as much as possible) dealing with Windows's non-unixy things such as CRLFs. If I wanted CLISP to act like a Windows program rather than a unix program, I would use a Windows (non-Cygwin) version of it. By the way, the cited section of the CLISP implementation notes [2] says that defined(WIN32) is true in Cygwin, but it isn't. [1] http://tinyurl.com/3b3yux [2] http://clisp.podval.org/impnotes/encoding.html#line-term-default Thanks, -- Aaron -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/