Re: [dev] [announce] mle: a small terminal-based text editor

2017-03-30 Thread Kamil Cholewiński
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.

Re: [dev] [st] [PATCH 2/2] Keep end of lines in memory when resizing terminal

2017-03-30 Thread hiro
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.

Re: [dev] [announce] mle: a small terminal-based text editor

2017-03-30 Thread as
> 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