altermo

Results 47 comments of altermo

> can you make it so that it crashes neovim when it sees `;;; -*- lexical-binding: nil -*-` No (unless you have a compelling argument for it to do that)

> by forcing lexical binding we can finally get rid of legacy code which uses dynamic binding Yeah, but I would rather wait until upstream(GNU-emacs) decides to default to lexical...

> Does this pr mean we can use emacs plugins in neovim? When it's complete, yes.

> So when this is done, Neovim codebase will double? If we presume that the lines per function-implementation stay the same, it will result in a total of 119071 lines,...

Also, for anyone curious, here is the repo where the work of this is happening: https://github.com/altermo/nelisp/ (Note that I'm in the process of rewriting it in C)

First; I fixed a bug so that `{ '[=[', ']=]', ft={ 'lua' } }` doesn't insert an extra square bracket (this was already implemented but only worked for two char...