|
From: | Stefan Monnier |
Subject: | Re: [Emacs-diffs] emacs-25 85121e0: Allow completion on dynamic module files in load-library |
Date: | Tue, 24 Nov 2015 16:12:58 -0500 |
User-agent: | Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (gnu/linux) |
> - (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? Stefan
[Prev in Thread] | Current Thread | [Next in Thread] |