----- Original Message -----
From: "Denis, Ronald J (Ronald)** CTR **" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, December 20, 2000 10:16 AM
Subject: ^M in compile buffer
> I am using ant as my build environment and bash as my shell on Windows NT,
> Emacs 20.7 and JDE 2.2.6. I use a shell script to launch ant and specify
> that shell script as my jde-make-program. It works fine except that I get
a
> bunch of ^M characters after every line in the compilation buffer.
>
I have the following in my .emacs file:
(standard-display-ascii ?\r "")
- Paul