Richard Russon

Results 317 comments of Richard Russon

Excellent! I've just sent you an invite to join NeoMutt. I don't have an email address for you, so here's my [Welcome Email](https://gist.github.com/flatcap/b589998642e8a9b494e0a15af045ad29). Feel free to drop me a line:...

That's very nice @steef435 I see what you mean about the delay; I couldn't see where that was coming from (but I only had a quick look). If you `bind`...

> ... ESCDELAY ... Aha! > ... the general keybindings broke somewhere along the way > `ancel>` Ah, that makes sense. We need to distinguish text-entry from just waiting for...

> Any progress on this? Unfortunately, not. We were hoping this would be simple, but it wasn't. Many functions keys and \-key generate sequences with Esc in them. Separating them...

Thanks, I'll have a closer look later.

Sorry about that. The Index has been accumulating bad behaviour (bugs) as I've been refactoring everything else. It needs fixing and it needs fixing properly. Fortunately, I have a plan...

> This feature was implemented in Mutt In the past, we've merged all of upstream Mutt's fixes and features, but for the last six months we've been making some large...

Sorry for not replying sooner... What you've described -- searching all the emails -- sounds more like a bug. We'll need to investigate that. As for the idea to **weight**...

Oh! Yes I do. It's not pretty. It's all to do with key interpretation, especially with macros. In the Index main loop, we call: ```c op = km_dokey(MENU_INDEX); ``` We're...

Yes. I haven't investigated how big a job this would be.