bug-ed
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Ed with Readline


From: Bob Proulx
Subject: Re: Ed with Readline
Date: Thu, 15 Oct 2020 22:58:06 -0600

Brian Zwahr wrote:
> For the record, this can be achieved simply by running `ed` with `rlwrap`.
> 
> $ rlwrap ed
> 
> That's what I do, thanks to one of the @ed1conf tweets. I think other people
> use this method, too. It gives the functionality without having to change
> ed, following the "do one thing and do it well" philosophy.

I also use rlwrap on any tool that I want lib readline editing.  Works
with random tools like ftp for example.  It's a good generic tool
which works with line based programs.  I haven't ever wanted to use it
with ed though.

It would seem odd for a small program like ed to pull in a library
containing 10x more lines of code than itself.  And it seems odd to me
that the target audience of ed would want it.  My target use for ed
includes that it is an editor that has no dependencies beyond libc.

I think this feature addition is undesirable for ed.  And if someone
does desire it then it is trivially available using rlwrap as Brian
has shown.

Bob



reply via email to

[Prev in Thread] Current Thread [Next in Thread]