Antoine Levitt

Results 566 comments of Antoine Levitt

Are you missing the first line?

It might fix the notifications and the mode line updating on new messages (haven't tested yet) but it doesn't fix the mode line updating issue when eg marking an email...

It says "callback not found" when I put this in my .emacs? Possibly a lexical/dynamical scope thing?

Thanks! It doesn't fix it fully (eg open an email, mark it as unread, quit mu4e, it doesn't update the mode line), but it does seem to improve things.

Nice, thanks a lot! It still does not work when showing the headers window (without a view window), marking a message as read/unread (without opening it) and then quitting mu4e,...

It does: mu4e-headers-leave-behavior controls what happens. Sorry if I was not clear, I mean quitting the headers view the "normal" way, ie with `q`

Hm, I might have customization interfering with this, I'll take a look when I have more time. Is the original maintainer of mu4e-alet not around to merge this to the...

As I stated in https://github.com/JuliaLang/julia/issues/21672, a concern is that `stack([1,2],[3,4])` could reasonably mean `[1,2,3,4]` as well as `[1 3;2 4]`. `pack` actually suggests the first interpretation to me; same for...

You can change that to `while true; 1+1; yield(); end` (or sleep, or something) which becomes more easily interruptible