Re: mail(1) editline defaults to vi mode?

2023-02-18 Thread Steffen Nurpmeso
Robert Elz wrote in <1017.1676698...@jacaranda.noi.kre.to>: |Date:Sat, 18 Feb 2023 05:18:22 +0300 |From:Valery Ushakov |Message-ID: | || I think no program should ever init editline to vi mode, | |This is BSD, everything should default to vi mode!!! | |If yo

Re: mail(1) editline defaults to vi mode?

2023-02-18 Thread Mouse
[...mail(1)...editline...vi mode...] >> ps Mouse: no, this should not be in the kernel ... asking the kernel >> to search back and get text from something you entered 3 weeks (and >> several reboots) ago is just unreasonable. That's (part of) why I said "as far as ordinary applications are co

Re: mail(1) editline defaults to vi mode?

2023-02-18 Thread David Holland
On Sat, Feb 18, 2023 at 01:56:22PM -0500, Mouse wrote: > I think that input line editing, no matter how fancy, should be > invisible to simple applications, as invisible as erase and kill > processing is for applications that run in cooked mode today. > Applications that want frills, such as sh

Re: mail(1) editline defaults to vi mode?

2023-02-18 Thread Mouse
>> I think that input line editing, no matter how fancy, should be >> invisible to simple applications, as invisible as erase and kill >> processing is for applications that run in cooked mode today. [...] > Ultimately the problem is that teletypes are baked into the core > architecture of Unix a