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: Tue, 12 Jun 2001 20:19:40 +0300

> From: Sam Steingold <sds@gnu.org>
> Newsgroups: gnu.emacs.bug
> 
> 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).
> 
> The reason is that CLISP gets "STEP\r\n" instead of just "STEP\n"
> if you do not set the coding system to 'unix.

That setting seems too excessive: you do that for _all_ subprocesses,
not just for clisp, and you set both direction of the I/O with
subprocesses to the Unix style, which is IMHO unwise on a Windows
system.  At least the direction of input (from the subprocess to
Emacs) should be undecided-dos, so that the ^M characters written by
the subprocesses get stripped.  Otherwise, they will appear in your
buffers where Emacs puts the subprocess output.



reply via email to

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