From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: pinkiesOut Newsgroups: gmane.emacs.help Subject: Broken eshell tab completion (pcomplete) over ssh Date: Tue, 24 Apr 2012 13:15:19 -0700 (PDT) Organization: http://groups.google.com Message-ID: <9375722.1784.1335298519900.JavaMail.geo-discussion-forums@ynee1> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: dough.gmane.org 1335298817 12185 80.91.229.3 (24 Apr 2012 20:20:17 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 24 Apr 2012 20:20:17 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Apr 24 22:20:16 2012 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1SMmDd-0004BK-IU for geh-help-gnu-emacs@m.gmane.org; Tue, 24 Apr 2012 22:20:13 +0200 Original-Received: from localhost ([::1]:60216 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SMmDc-00053o-TL for geh-help-gnu-emacs@m.gmane.org; Tue, 24 Apr 2012 16:20:12 -0400 Original-Path: usenet.stanford.edu!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 18 Original-NNTP-Posting-Host: 140.254.97.205 Original-X-Trace: posting.google.com 1335298520 8750 127.0.0.1 (24 Apr 2012 20:15:20 GMT) Original-X-Complaints-To: groups-abuse@google.com Original-NNTP-Posting-Date: Tue, 24 Apr 2012 20:15:20 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=140.254.97.205; posting-account=N0n90AoAAADI-l3VKGJJwHN9mQMg_Esk User-Agent: G2/1.0 Original-Xref: usenet.stanford.edu gnu.emacs.help:192206 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:84617 Archived-At: Although tab completion in eshell works on my local system, pressing tab wh= en connected to another machine over ssh results in the insertion of a lite= ral tab character. Running pcomplete manually with M-x produces the same re= sult, confirming that the function is properly bound to my tab key. Some fr= iendly folks at #emacs point out that tab completion in eshell should just = work over ssh. Oddly, I do not have this problem when connecting to the same server using = term or ansi-term mode. Does anyone have an idea of what might be breaking = this functionality?=20 For the record, I am running emacs 23.3.50.1, yet I see a similar unanswere= d question regarding eshell in emacs 24.0.94 at the following URL: http://superuser.com/questions/402747/emacs-eshell-over-ssh-not-obeying-key= -commands-or-elisp Thanks