unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: Michael Albinus <michael.albinus@gmx.de>
To: Stefan Monnier <monnier@iro.umontreal.ca>
Cc: Colin Williams <lackita@gmail.com>, emacs-devel@gnu.org
Subject: Re: bug#4004: filename completion
Date: Sat, 15 Aug 2009 21:44:05 +0200	[thread overview]
Message-ID: <87my607th6.fsf@gmx.de> (raw)
In-Reply-To: <jwvfxbzla87.fsf-monnier+emacsbugreports@gnu.org> (Stefan Monnier's message of "Mon, 10 Aug 2009 15:53:38 -0400")

Stefan Monnier <monnier@iro.umontreal.ca> 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.




  parent reply	other threads:[~2009-08-15 19:44 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <1b97198a0908010936o1f0b2015w8405a82648a5f869@mail.gmail.com>
     [not found] ` <877hxlbndl.fsf@gmx.de>
     [not found]   ` <jwvr5vs3fu0.fsf-monnier+emacsbugreports@gnu.org>
     [not found]     ` <87ocqwenwl.fsf@gmx.de>
     [not found]       ` <jwvmy6c23nk.fsf-monnier+emacsbugreports@gnu.org>
2009-08-07 12:04         ` bug#4004: filename completion Michael Albinus
2009-08-10 19:53           ` Stefan Monnier
2009-08-10 20:06             ` Lennart Borgman
2009-08-10 21:34             ` Michael Albinus
2009-08-15 19:44             ` Michael Albinus [this message]
2009-08-17 15:03               ` bug#4004: " Stefan Monnier
2009-08-17 15:32                 ` Michael Albinus
2009-08-17 16:42                   ` Chong Yidong
2009-08-17 16:50                     ` Drew Adams
2009-08-17 20:00                   ` Stefan Monnier
2009-08-18  5:28                     ` Michael Albinus
2009-08-18 13:10                       ` Stefan Monnier
2009-08-18 14:46                         ` Michael Albinus
2009-08-18 15:11                           ` David Kastrup
2009-08-18 16:44                             ` Stefan Monnier
2009-08-18 19:03                               ` Michael Albinus
2009-08-18 19:25                                 ` Stefan Monnier
2009-08-18 21:44                                   ` David Kastrup

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87my607th6.fsf@gmx.de \
    --to=michael.albinus@gmx.de \
    --cc=emacs-devel@gnu.org \
    --cc=lackita@gmail.com \
    --cc=monnier@iro.umontreal.ca \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).