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: Sat, 15 Aug 2009 21:44:05 +0200 Message-ID: <87my607th6.fsf@gmx.de> References: <1b97198a0908010936o1f0b2015w8405a82648a5f869@mail.gmail.com> <877hxlbndl.fsf@gmx.de> <87ocqwenwl.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 1250365471 28535 80.91.229.12 (15 Aug 2009 19:44:31 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 15 Aug 2009 19:44:31 +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 Sat Aug 15 21:44:24 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 1McPAs-0002WP-Es for ged-emacs-devel@m.gmane.org; Sat, 15 Aug 2009 21:44:22 +0200 Original-Received: from localhost ([127.0.0.1]:38898 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1McPAr-0007ok-NR for ged-emacs-devel@m.gmane.org; Sat, 15 Aug 2009 15:44:21 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1McPAl-0007oQ-Fg for emacs-devel@gnu.org; Sat, 15 Aug 2009 15:44:15 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1McPAg-0007nQ-3Q for emacs-devel@gnu.org; Sat, 15 Aug 2009 15:44:14 -0400 Original-Received: from [199.232.76.173] (port=58577 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1McPAf-0007nN-St for emacs-devel@gnu.org; Sat, 15 Aug 2009 15:44:09 -0400 Original-Received: from mail.gmx.net ([213.165.64.20]:33892) by monty-python.gnu.org with smtp (Exim 4.60) (envelope-from ) id 1McPAf-0005R1-7S for emacs-devel@gnu.org; Sat, 15 Aug 2009 15:44:09 -0400 Original-Received: (qmail invoked by alias); 15 Aug 2009 19:44:07 -0000 Original-Received: from p57A20708.dip0.t-ipconnect.de (EHLO arthur.local) [87.162.7.8] by mail.gmx.net (mp042) with SMTP; 15 Aug 2009 21:44:07 +0200 X-Authenticated: #3708877 X-Provags-ID: V01U2FsdGVkX1+yT+1s0qCy20LEVmgQp2WI5U9hl6LO6t4C9G8oKA HNIAo6zIbZlTdK In-Reply-To: (Stefan Monnier's message of "Mon, 10 Aug 2009 15:53:38 -0400") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.50 (gnu/linux) X-Y-GMX-Trusted: 0 X-FuHaFi: 0.7 X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 3) 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:114280 Archived-At: Stefan Monnier writes: >> There was a discussion about some years ago, when I did add Tramp's >> autoloads. People were annoyed, that even after typing something like >> "/a" in the minibuffer, Tramp was already loaded, which raised some >> delays. So it was suggested to make Tramp's autoloading optional. It was >> even requested that this "optionality" should not be something, which >> the user has to disnable herself; users should not be bashed by a new >> feature they are not interested in. > > That's beginning to make more sense. Would it be OK to add the check (and (boundp 'completion-styles) (member 'partial-completion (symbol-value 'completion-styles))) as indication to enable method, user, hostname completion? > Stefan Best regards, Michael.