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

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

Re: term.el does not handle \n.


From: Lute Kamstra
Subject: Re: term.el does not handle \n.
Date: Tue, 26 Aug 2003 10:33:15 +0200
User-agent: Gnus/5.1003 (Gnus v5.10.3) Emacs/21.3.50 (gnu/linux)

Richard Stallman <address@hidden> writes:

>     The absence of \r characters causes the undesired behavior of term.
>     Was the implementation of asynchronous processes intentionally changed
>     or is this a bug?
>
> I think it was changed deliberately in regard to deciding what coding
> system to use.
>
> Does this change fix it?

It does.  Thanks.

>
> *** term.el.~1.49.~   Thu Feb  6 10:47:19 2003
> --- term.el   Sat Aug 23 15:37:41 2003
> ***************
> *** 1347,1352 ****
> --- 1347,1353 ----
>       (process-connection-type t)
>       ;; We should suppress conversion of end-of-line format.
>       (inhibit-eol-conversion t)
> +     (coding-system-for-read 'unknown-unix)
>       )
>       (apply 'start-process name buffer
>          "/bin/sh" "-c"




reply via email to

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