From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: Bind non-essential in pcomplete to prevent tramp error Date: Sun, 13 Mar 2016 20:18:01 -0400 Message-ID: References: <877fh6k6w8.fsf@gmx.de> <16279484-48ea-cc77-df19-64eec2731abc@yandex.ru> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1457914825 15541 80.91.229.3 (14 Mar 2016 00:20:25 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 14 Mar 2016 00:20:25 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Mar 14 01:20:17 2016 Return-path: Envelope-to: ged-emacs-devel@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 1afGF6-0007uZ-9I for ged-emacs-devel@m.gmane.org; Mon, 14 Mar 2016 01:20:16 +0100 Original-Received: from localhost ([::1]:38265 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1afGF5-0005oQ-MY for ged-emacs-devel@m.gmane.org; Sun, 13 Mar 2016 20:20:15 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:59533) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1afGF1-0005nr-V5 for emacs-devel@gnu.org; Sun, 13 Mar 2016 20:20:12 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1afGEw-0000IO-Vs for emacs-devel@gnu.org; Sun, 13 Mar 2016 20:20:11 -0400 Original-Received: from plane.gmane.org ([80.91.229.3]:51580) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1afGEw-0000IG-PD for emacs-devel@gnu.org; Sun, 13 Mar 2016 20:20:06 -0400 Original-Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1afGEu-0007na-1i for emacs-devel@gnu.org; Mon, 14 Mar 2016 01:20:04 +0100 Original-Received: from 24.140.224.194 ([24.140.224.194]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 14 Mar 2016 01:20:04 +0100 Original-Received: from monnier by 24.140.224.194 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 14 Mar 2016 01:20:04 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 18 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: 24.140.224.194 User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1.50 (gnu/linux) Cancel-Lock: sha1:C/i0MCCZPe90LZ9W8PJ515hEJME= X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 80.91.229.3 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:201659 Archived-At: >> I get the impression that the non-essential binding should be further up >> in the caller. > Please try this: > M-x eshell > type 'cd /' > M-x pcomplete > I'm getting the error 'tramp-file-name-handler: Host name must not match > method "adb"'. Hmm... I get a *Completion* buffer with the expected contents (that was using emacs-25). Could we move this to a bug-report and get a backtrace? > Where should the fix be? Can't tell you based on this limited info, sorry, Stefan