emacs-devel
[Top][All Lists]
Advanced

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

Re: [Emacs-diffs] emacs-25 85121e0: Allow completion on dynamic module f


From: Stephen Leake
Subject: Re: [Emacs-diffs] emacs-25 85121e0: Allow completion on dynamic module files in load-library
Date: Wed, 25 Nov 2015 10:47:16 -0600
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (windows-nt)

Stefan Monnier <address@hidden> writes:

>> -   (list (completing-read "Load library: "
>> -                      (apply-partially 'locate-file-completion-table
>> -                                           load-path
>> -                                           (get-load-suffixes)))))
>> +   (let (completion-ignored-extensions)
>> +     (list (completing-read "Load library: "
>> +                            (apply-partially 'locate-file-completion-table
>> +                                             load-path
>> +                                             (get-load-suffixes))))))
>
> Hmm... maybe we should even push this let-binding directly into
> locate-file-completion-table.
> WDYT?

+1; that would be cleaner

-- 
-- Stephe



reply via email to

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