bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Clisp+Emacs


From: Eli Zaretskii
Subject: Re: Clisp+Emacs
Date: Wed, 13 Jun 2001 11:38:54 +0300

On 12 Jun 2001, Stefan Monnier wrote:

> >> > Just by removing (set-language-environment "Latin-1")
> >> > from my .emacs file makes clisp "debug as advertised"  :)
> > Actually, this _is_ the problem - you must put
> > (modify-coding-system-alist 'process "" 'unix)
> > into your .emacs (see emacs/clisp-coding.el in the next release).
> 
> I understand the \r\n problem, but I don't understand how it's influenced
> by (set-language-environment "Latin-1").

Me neither.  Unless NTEmacs has some special extensions to
set-language-environment (not that I'm aware of any).

> Shouldn't the EOF handling be completely orthogonal to the latin-1
> thingy ?

You mean, EOL, I believe.  No, set-language-environment doesn't
specify the EOL format at all.

(Btw, if clisp indeed chokes when it gets CR-LF instead of just LF,
IMHO that's a bug in the Windows port of clisp: it should support the
format of text native to the OS it runs on.)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]