From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Michael Albinus Newsgroups: gmane.emacs.devel Subject: Re: bug#4004: filename completion Date: Tue, 18 Aug 2009 16:46:33 +0200 Message-ID: References: <1b97198a0908010936o1f0b2015w8405a82648a5f869@mail.gmail.com> <877hxlbndl.fsf@gmx.de> <87ocqwenwl.fsf@gmx.de> <87my607th6.fsf@gmx.de> <87eir9wv03.fsf@gmx.de> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1250606865 2602 80.91.229.12 (18 Aug 2009 14:47:45 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 18 Aug 2009 14:47:45 +0000 (UTC) Cc: Colin Williams , "emacs-devel@gnu.org" To: Stefan Monnier Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Aug 18 16:47:38 2009 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1MdPy3-00072U-6P for ged-emacs-devel@m.gmane.org; Tue, 18 Aug 2009 16:47:19 +0200 Original-Received: from localhost ([127.0.0.1]:60320 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MdPy2-0002Rj-L1 for ged-emacs-devel@m.gmane.org; Tue, 18 Aug 2009 10:47:18 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MdPxX-0002A5-F8 for emacs-devel@gnu.org; Tue, 18 Aug 2009 10:46:47 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MdPxT-00027w-57 for emacs-devel@gnu.org; Tue, 18 Aug 2009 10:46:47 -0400 Original-Received: from [199.232.76.173] (port=58962 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MdPxS-00027o-J7 for emacs-devel@gnu.org; Tue, 18 Aug 2009 10:46:42 -0400 Original-Received: from mailrelay1.alcatel.de ([194.113.59.95]:37521) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1MdPxS-0005VG-0k for emacs-devel@gnu.org; Tue, 18 Aug 2009 10:46:42 -0400 Original-Received: from destgsu0048.stgl.sel.alcatel.de (destgsu0048.de.alcatel-lucent.com [149.204.242.4]) by mailrelay1.alcatel.de (8.13.8/8.13.8/ICT) with ESMTP id n7IEkaVw025716; Tue, 18 Aug 2009 16:46:36 +0200 Original-Received: from slbhn1.alcatel.de (slbhn1.de.alcatel-lucent.com [149.204.90.35]) by destgsu0048.stgl.sel.alcatel.de (8.12.3/8.12.3) with ESMTP id n7IEkZY4018449; Tue, 18 Aug 2009 16:46:35 +0200 (MEST) In-Reply-To: (Stefan Monnier's message of "Tue, 18 Aug 2009 15:10:02 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1 (gnu/linux) X-Alcanet-virus-scanned: n7IEkZY4018449 at destgsu0048.stgl.sel.alcatel.de X-Scanned-By: MIMEDefang 2.57 on 149.204.45.72 X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6, seldom 2.4 (older, 2) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:114367 Archived-At: Stefan Monnier writes: >> So you must put (partial-completion-mode 1) in your .emacs. But now, >> since `partial-completion' is set in `completion-styles' by default, you >> don't need to do this anymore, you'll see early Tramp loading already >> when starting emacs -Q. > > Ah, I see, so it's not a good idea: we're back with the problem that in > a vanilla Emacs, "/s" is enough to cause tramp to be autoloaded. Yes. But it is a little bit different: since Emacs 22 we have said (and documented), that Tramp's host name completion is bound with partial completion. The difference is that partial completion is enabled now by default (with a different mean, completion-styles). So it is not *exactly* the same problem. But it looks like :-( >From my point of view, we could let it as it is. People who dislike partial completion need to disable it now anyway. > Stefan Best regards, Michael.