On Wed, 29 Mar 2017, Snobb wrote:
> So without lua, the editor goes with default hard-coded settings and
> no way for even minor customisation like number of spaces per tab,
> tabs or spaces, etc.
Same for dwm. Use Awesome if you want dwm with Lua.
On 3/29/17, Martin Kühne wrote:
> Whatever way we go now, I'm in favor of instead trying to remove code
> in that regard.
I agree, k0ga should just delete st.
> Is there a reason you chose PCRE over Lua/LPEG?
My internal debate went something like this: LPEG is great for syntax
highlighting but not a great fit for regular end-user search+replace.
PCRE is ok for syntax highlighting and great for search+replace. I
didn't want to require both, and I person