Nikolaj Schumacher

Results 14 comments of Nikolaj Schumacher

I suppose the reason is that it's only designed (and tested) to be used during coding. As you found out yourself (#10), it won't work in all buffers, and I...

I don't think a manual list of incompatible modes and buffer names is safe enough to ship. I think that only works if customized for the actual user. A whitelist...

The call has changed with the v3 API, but is still available without authorization: https://api.github.com/users/nschum/subscriptions https://api.github.com/users/nschum/starred might be interesting to offer, as well.

It's possible to change the default from "banner" to "alert", but since sticky notifications aren't the default either, I wouldn't change it. I'm not too concerned that its per-app, because...

I don't use `org-mode`. Do they unfold if you use the normal search?

OK, so `org-mode` folds text just using normal overlays. Looks like `isearch` manipulate the overlays where `isearch-open-invisible-temporary` is set. Unfortunately, not trivial code, though.

Unfortunately, that's currently not supported, but I agree that it would make sense for the idle-highlight.

Do you see the same error in the demo app?

Overlays would not be easier to manage, because they need to be constantly updated as the buffer is changed. Currently, we get that for free. I'm not convinced this issue...

Yes. I just haven't found the time yet.