From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: snikeris Newsgroups: gmane.emacs.help Subject: Term mode and cygwin bash issues Date: Thu, 18 Feb 2010 11:35:44 -0800 (PST) Organization: http://groups.google.com Message-ID: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: ger.gmane.org 1266558208 13262 80.91.229.12 (19 Feb 2010 05:43:28 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 19 Feb 2010 05:43:28 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Feb 19 06:43:25 2010 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1NiLe9-0002UQ-5j for geh-help-gnu-emacs@m.gmane.org; Fri, 19 Feb 2010 06:43:25 +0100 Original-Received: from localhost ([127.0.0.1]:42596 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NiLe8-0005O7-Jk for geh-help-gnu-emacs@m.gmane.org; Fri, 19 Feb 2010 00:43:24 -0500 Original-Path: news.stanford.edu!usenet.stanford.edu!postnews.google.com!t11g2000vbc.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 22 Original-NNTP-Posting-Host: 216.3.66.10 Original-X-Trace: posting.google.com 1266521745 14338 127.0.0.1 (18 Feb 2010 19:35:45 GMT) Original-X-Complaints-To: groups-abuse@google.com Original-NNTP-Posting-Date: Thu, 18 Feb 2010 19:35:45 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: t11g2000vbc.googlegroups.com; posting-host=216.3.66.10; posting-account=3Ani6woAAACaP6EbTdWvI_eO0BXqlOUD User-Agent: G2/1.0 X-HTTP-Via: 1.1 webport.fmgtech.com:80 (IronPort-WSA/6.3.1-025) X-HTTP-UserAgent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2) Gecko/20100115 Firefox/3.6 (.NET CLR 3.5.30729),gzip(gfe),gzip(gfe) Original-Xref: news.stanford.edu gnu.emacs.help:176865 X-Mailman-Approved-At: Fri, 19 Feb 2010 00:42:34 -0500 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:71946 Archived-At: Hi all, I'm trying to use cygwin's bash.exe in term-mode. When I type "M-x term", emacs prompts me for which program to use. It defaults to bash.exe, which is what I want. However, the resulting shell is all messed up. If I type 'ls', the output looks like a staircase: file one file two file three etc. Also, there is no prompt. M-x shell uses the bash correctly however. I've done some Google searching to no avail. Any ideas?