Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
print returning via REPLY
- X-seq: zsh-workers 36567
- From: Sebastian Gniazdowski <sgniazdowski@xxxxxxxxx>
- To: zsh-workers@xxxxxxx
- Subject: print returning via REPLY
- Date: Sun, 20 Sep 2015 07:59:10 +0200
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:from:date:message-id:subject:to:content-type; bh=athlsNmapqeF9uKzLiDjPw7r+Rm1YiYql3A7L8uKQPg=; b=CIfP9Hf5dZHq3PgJcEnodGjVJqE3/BBPPw1oEHUlDkoA6nl2GWgPN7G4YYm6fIoHM0 7+v4wTE+Gi9/EH7dO5mMlei2bxC8WsGoyoietd5A8ieHownOWDYF4x2JM+xA/khK01TV ePvhyFzEXNCfyrHesw2xKGw/sNWusPJCn7/QqzINXijN2X04zbrbA+TSdU1Gs94nxq8k 3zn1PbK2bb+9cduG/5ehHMjrUW1X8yWuX0e4MefiiyZ+xOACREmztsnZTAShGCs2nXU3 e5LpCECcWzD3w2chik/t41lMlMb91s9CepjgZ7o6gEEcJjHCSw7JOBeIuUQyFl+tzwsu xvHw==
- List-help: <mailto:zsh-workers-help@zsh.org>
- List-id: Zsh Workers List <zsh-workers.zsh.org>
- List-post: <mailto:zsh-workers@zsh.org>
- Mailing-list: contact zsh-workers-help@xxxxxxx; run by ezmlm
Hello
The code of print builtin is rich into various states. I was thinking
about adding REPLY support to it, but it seems to be too complicated
for me. Maybe someone has better overview of the various states of the
function, and could add the REPLY support? Maybe it isn't actually
hard? My motivation behind this is to be able to quickly expand tabs -
doing a fork to read print's output is slow.
Best regards,
Sebastian Gniazdowski
Messages sorted by:
Reverse Date,
Date,
Thread,
Author