help-emacs-windows
[Top][All Lists]
Advanced

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

Re: [h-e-w] M-x shell not working


From: Benjamin Riefenstahl
Subject: Re: [h-e-w] M-x shell not working
Date: Wed, 03 Dec 2003 11:54:33 +0100
User-agent: Gnus/5.1001 (Gnus v5.10.1) Emacs/21.3.50 (gnu/linux)

Hi Jeffery,


address@hidden (Jeffery B. Rancier) writes:
> I don't recall ever changing this, but bash doesn't seem to be
> working from within Emacs.  Here's what I get:
>
> ,----
> | bash-2.05b$ 
> | : command not found
> | bash-2.05b$ pwd
> | : command not found
> | bash-2.05b$ exit
> | : command not found
> | bash-2.05b$ 
> `----

This looks like bash is reading from stding in binary mode and Emacs
is feeding it DOS-style input.  Indeed I get the same effect, if I
explicitly use (set-buffer-process-coding-system 'latin-1-dos
'latin-1-dos).  Check your variables default-process-coding-system,
process-coding-system-alist and similar stuff.


benny





reply via email to

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