bug-gnu-emacs
[Top][All Lists]
Advanced

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

bug#25026: 25.1; Add missing (provide 'isearch)


From: Noam Postavsky
Subject: bug#25026: 25.1; Add missing (provide 'isearch)
Date: Sat, 26 Nov 2016 08:35:45 -0500

On Sat, Nov 26, 2016 at 2:26 AM, Damien Cassou <damien@cassou.me> wrote:
> Richard Stallman <rms@gnu.org> writes:
>> Why have a feature symbol for a preloaded file?
>> Is there a reason why it would actually be useful>?
>
> As a user, I can make some code depend on isearch begin loaded
> (`eval-after-load') without having to know if isearch is preloaded or
> not.

(eval-after-load "isearch" ...) works (although it looks like the
:after keyword of use-package doesn't support strings currently (I'm
assuming your actual use case is (use-package anzu :after (isearch)
...) as described in
https://github.com/jwiegley/use-package/issues/411)).





reply via email to

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