emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [elpa] master 567ea7e 1/3: Ivy-mode now works better with `find-file


From: Stefan Monnier
Subject: Re: [elpa] master 567ea7e 1/3: Ivy-mode now works better with `find-file'
Date: Fri, 17 Apr 2015 10:49:48 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (gnu/linux)

> +  (cond ((or (functionp collection)
> +             (vectorp collection))
> +         (when (eq collection 'read-file-name-internal)
> +           (setq ivy--directory default-directory)
> +           (setq initial-input nil))
> +         (setq collection (all-completions "" collection predicate)))
> +        ((hash-table-p collection)
> +         (error "Hash table as a collection unsupported"))
> +        ((listp (car collection))
> +         (setq collection (all-completions "" collection predicate))))

I suggest you also try

   C-h i
   g (em TAB


-- Stefan



reply via email to

[Prev in Thread] Current Thread [Next in Thread]