From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.bugs Subject: bug#10085: 24.0.91; completion-pcm--find-all-completions returns wrong remote file names Date: Tue, 22 Nov 2011 12:04:23 -0500 Message-ID: References: <87ty5yu6or.fsf@gmx.de> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1321981498 12770 80.91.229.12 (22 Nov 2011 17:04:58 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 22 Nov 2011 17:04:58 +0000 (UTC) Cc: 10085@debbugs.gnu.org To: Michael Albinus Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Tue Nov 22 18:04:48 2011 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1RStm3-0008Is-NS for geb-bug-gnu-emacs@m.gmane.org; Tue, 22 Nov 2011 18:04:47 +0100 Original-Received: from localhost ([::1]:59612 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RStm2-0003eq-Kt for geb-bug-gnu-emacs@m.gmane.org; Tue, 22 Nov 2011 12:04:46 -0500 Original-Received: from eggs.gnu.org ([140.186.70.92]:52296) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RStlz-0003eN-Lm for bug-gnu-emacs@gnu.org; Tue, 22 Nov 2011 12:04:44 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RStly-0002nK-CJ for bug-gnu-emacs@gnu.org; Tue, 22 Nov 2011 12:04:43 -0500 Original-Received: from debbugs.gnu.org ([140.186.70.43]:32966) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RStly-0002n8-An for bug-gnu-emacs@gnu.org; Tue, 22 Nov 2011 12:04:42 -0500 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.69) (envelope-from ) id 1RStnG-0006kV-63 for bug-gnu-emacs@gnu.org; Tue, 22 Nov 2011 12:06:02 -0500 X-Loop: help-debbugs@gnu.org Resent-From: Stefan Monnier Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Tue, 22 Nov 2011 17:06:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 10085 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: Original-Received: via spool by 10085-submit@debbugs.gnu.org id=B10085.132198154825920 (code B ref 10085); Tue, 22 Nov 2011 17:06:02 +0000 Original-Received: (at 10085) by debbugs.gnu.org; 22 Nov 2011 17:05:48 +0000 Original-Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1RStn1-0006k0-GK for submit@debbugs.gnu.org; Tue, 22 Nov 2011 12:05:48 -0500 Original-Received: from chene.dit.umontreal.ca ([132.204.246.20]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1RStmy-0006jr-Oc for 10085@debbugs.gnu.org; Tue, 22 Nov 2011 12:05:45 -0500 Original-Received: from faina.iro.umontreal.ca (lechon.iro.umontreal.ca [132.204.27.242]) by chene.dit.umontreal.ca (8.14.1/8.14.1) with ESMTP id pAMH4NI9029511; Tue, 22 Nov 2011 12:04:23 -0500 Original-Received: by faina.iro.umontreal.ca (Postfix, from userid 20848) id 66A57B4043; Tue, 22 Nov 2011 12:04:23 -0500 (EST) In-Reply-To: <87ty5yu6or.fsf@gmx.de> (Michael Albinus's message of "Sun, 20 Nov 2011 16:58:28 +0100") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.91 (gnu/linux) X-NAI-Spam-Flag: NO X-NAI-Spam-Threshold: 5 X-NAI-Spam-Score: 0 X-NAI-Spam-Rules: 1 Rules triggered RV4049=0 X-NAI-Spam-Version: 2.2.0.9286 : core <4049> : streams <703834> : uri <1013273> X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list Resent-Date: Tue, 22 Nov 2011 12:06:02 -0500 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) 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:54167 Archived-At: > Start "emacs -Q". Apply "C-x C-f /sudo:: TAB". This results in > "/sudo:sudo:root@". A correct expansion would be "/sudo:root@". I haven't tracked this down yet, but while trying to I bumped into the following problem: emacs -Q (completion-try-completion "/sudo::" 'completion-file-name-table nil t) C-g at the prompt C-x C-f /sudo:: TAB and at that point Emacs is frozen solid. The backtrace (shown after my sig) shows that rfn-eshadow (run with inhibit-quit) ends up waiting for a process that never replies. Can you look into it, while I try to solve the other problem? Stefan Lisp Backtrace: "accept-process-output" (0xbfff6874) "byte-code" (0xbfff6b28) "tramp-accept-process-output" (0xbfff7094) "tramp-wait-for-regexp" (0xbfff7444) "tramp-wait-for-output" (0xbfff77f4) "tramp-send-command" (0xbfff7b94) "tramp-sh-handle-expand-file-name" (0xbfff7f44) "apply" (0xbfff8094) "tramp-sh-file-name-handler" (0xbfff8424) "apply" (0xbfff8574) "byte-code" (0xbfff8828) "tramp-file-name-handler" (0xbfff8dc8) "expand-file-name" (0xbfff8f64) "apply" (0xbfff90b4) "tramp-completion-run-real-handler" (0xbfff9454) "tramp-completion-file-name-handler" (0xbfff97e8) "expand-file-name" (0xbfff99a8) "tramp-handle-file-remote-p" (0xbfff9d44) "apply" (0xbfff9e94) "tramp-sh-file-name-handler" (0xbfffa224) "apply" (0xbfffa384) "byte-code" (0xbfffa638) "tramp-file-name-handler" (0xbfffabd4) "file-remote-p" (0xbfffaf74) "apply" (0xbfffb0c4) "tramp-completion-run-real-handler" (0xbfffb464) "tramp-completion-file-name-handler" (0xbfffb7f4) "file-remote-p" (0xbfffbb94) "byte-code" (0xbfffbe38) "tramp-rfn-eshadow-update-overlay" (0xbfffc47c) "run-hooks" (0xbfffc564) "byte-code" (0xbfffc818) "rfn-eshadow-update-overlay" (0xbfffcdc8) "read-from-minibuffer" (0xbfffd66c) "completing-read-default" (0xbfffda2c) "completing-read" (0xbfffdb98) "read-file-name-default" (0xbfffdf5c) "read-file-name" (0xbfffe304) "find-file-read-args" (0xbfffe6a4) "byte-code" (0xbfffe948) "call-interactively" (0xbfffed18)