From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Glenn Morris Newsgroups: gmane.emacs.bugs Subject: bug#18891: Doesn't handle pwd = /C: very well Date: Wed, 29 Oct 2014 16:02:55 -0400 Message-ID: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1414613062 1431 80.91.229.3 (29 Oct 2014 20:04:22 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 29 Oct 2014 20:04:22 +0000 (UTC) To: 18891@debbugs.gnu.org Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Wed Oct 29 21:04:16 2014 Return-path: Envelope-to: geb-bug-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 1XjZTZ-00084Z-9h for geb-bug-gnu-emacs@m.gmane.org; Wed, 29 Oct 2014 21:04:13 +0100 Original-Received: from localhost ([::1]:48840 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XjZTY-0000df-Pb for geb-bug-gnu-emacs@m.gmane.org; Wed, 29 Oct 2014 16:04:12 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:49324) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XjZTT-0000dQ-M0 for bug-gnu-emacs@gnu.org; Wed, 29 Oct 2014 16:04:08 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XjZTO-0007w9-Db for bug-gnu-emacs@gnu.org; Wed, 29 Oct 2014 16:04:07 -0400 Original-Received: from debbugs.gnu.org ([140.186.70.43]:47277) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XjZTO-0007w4-Ah for bug-gnu-emacs@gnu.org; Wed, 29 Oct 2014 16:04:02 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.80) (envelope-from ) id 1XjZTN-0003gg-PD for bug-gnu-emacs@gnu.org; Wed, 29 Oct 2014 16:04:02 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Glenn Morris Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Wed, 29 Oct 2014 20:04:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 18891 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: X-Debbugs-Original-To: submit@debbugs.gnu.org Original-Received: via spool by submit@debbugs.gnu.org id=B.141461298314082 (code B ref -1); Wed, 29 Oct 2014 20:04:01 +0000 Original-Received: (at submit) by debbugs.gnu.org; 29 Oct 2014 20:03:03 +0000 Original-Received: from localhost ([127.0.0.1]:39374 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1XjZSM-0003ej-UH for submit@debbugs.gnu.org; Wed, 29 Oct 2014 16:03:03 -0400 Original-Received: from fencepost.gnu.org ([208.118.235.10]:51092 ident=Debian-exim) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1XjZSK-0003eZ-Bn for submit@debbugs.gnu.org; Wed, 29 Oct 2014 16:02:57 -0400 Original-Received: from rgm by fencepost.gnu.org with local (Exim 4.71) (envelope-from ) id 1XjZSJ-0006oD-Ey; Wed, 29 Oct 2014 16:02:55 -0400 X-Spook: Roswell LABLINK arrangements Saudi Arabia NORAD Cohiba X-Ran: ?6e<0uF25{u[$/6rC3Hv8dQ'qh.>."Px||Z|bQXyZ4(x~XnD^27-q-7uiX['M*2)o+J~uf X-Hue: white X-Attribution: GM User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x X-Received-From: 140.186.70.43 X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:95270 Package: emacs Severity: minor Version: 24.4 On a GNU/Linux system: mkdir -p /C: cd /C: emacs-24.4 -Q -> Tramp: Opening connection for C using scp... Opening connection for C using scp... \ Tramp: Sending command `exec ssh -e none C' Tramp: Waiting for prompts from remote shell... Waiting for prompts from remote shell... \ Tramp failed to connect. If this happens repeatedly, try `M-x tramp-cleanup-this-connection' [waits for ~ 30 seconds] Wrote /home/rgm/.emacs.d/tramp and Emacs never actually starts. cf: http://lists.gnu.org/archive/html/bug-gnu-emacs/2001-09/msg00154.html