Nathan Moreau

Results 39 comments of Nathan Moreau

I think it would still be useful; I did not even realize the header-line modification before seeing your message.

Some references to existing code, about better defaults for the modeline: http://tromey.com/blog/?p=831

I think that one important point is that Ido is shipped with emacs.

sorry about the bad experience. of course, if you have a reproduction case, I would be very happy to have a look. An relatively easy way to proceed would be...

yes, that's correct. I have no time to implement that, and nobody suggested code to do it either; as cleaning up the backlog, I closed the issue.

I agree that if added, it should be behind a feature flag to opt-in for that behaviour.

I think that the slow cases are bad cases of the Myers algo, which is quadratic in number of tokens if the before/after are very different. I don't think that...

hi @CervEdin thanks for the report! I have a patch for that, which is very simple. unfortunately, my company does not really allow open source work, so this is stuck...

I am. I can provide some help to someone motivated to write the code, but can't submit it myself. The Myers algorithm is incremental: if find the shortest path of...