Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: idea for new feature (was: Re: sticky-note and zle bindings)
- X-seq: zsh-users 12906
- From: "Richard Hartmann" <richih.mailinglist@xxxxxxxxx>
- To: "Benjamin R. Haskell" <zsh@xxxxxxxxxx>
- Subject: Re: idea for new feature (was: Re: sticky-note and zle bindings)
- Date: Wed, 11 Jun 2008 03:17:25 +0200
- Cc: "Zsh Users" <zsh-users@xxxxxxxxxx>
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:cc:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=qgUKrxoNZ7HVAlR4y4/6uLMOCbrFR1imy3j1yJM7Xco=; b=kgwYebMtqZ6yLNWvwAdqdb6bV35XhFPnPLAXdOIAFFvDk8/UoOcDLIFW9Zlx9Cgone QiVLuEq6Pssvnkx4PK5HmzzFA/52/hECbrqozWdellZuW3ozt4ZoRiXqr8jEUYO4vRrM 4wdMeGkCW5i8YbLZ7VLJA8uzfp5ruC8leXTUs=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=WRit8j14bj5VBpSVPd0Sn3febO9ar62LbA/itOyhmSOdp6lK8gbMcjeJmCqsJ74rM3 lYm7DSU4G8eZ1GCBvrk+KilNBAtvkWQSZLpbvoBfABtv/yyrhIK024vEQlEeZeh2/zLH kL9GoazkvjInk54tlCalS+Qnf7tRTysMU0ex4=
- In-reply-to: <alpine.LNX.1.10.0806102005540.26935@xxxxxxxxxxxxxxxxxxxx>
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
- References: <080125095733.ZM20873@xxxxxxxxxxxxxxxxxxxxxx> <13ed09c00801251018l1007ac9an9c453651d5695c46@xxxxxxxxxxxxxx> <080125181227.ZM21172@xxxxxxxxxxxxxxxxxxxxxx> <2d460de70801260741q16e4f197he2307be6e4f81c82@xxxxxxxxxxxxxx> <080126153143.ZM6173@xxxxxxxxxxxxxxxxxxxxxx> <20080128163340.GA18831@xxxxxxxxx> <13ed09c00806062139g6e0e81eaxb350eaca45698a94@xxxxxxxxxxxxxx> <alpine.LNX.1.10.0806100002360.11378@xxxxxxxxxxxxxxxxxxxx> <2d460de70806101702t40eb23f0n566aee04131f8119@xxxxxxxxxxxxxx> <alpine.LNX.1.10.0806102005540.26935@xxxxxxxxxxxxxxxxxxxx>
On Wed, Jun 11, 2008 at 02:26, Benjamin R. Haskell <zsh@xxxxxxxxxx> wrote:
> I don't see the advantage or difference yet (except the "on a different
> level" part -- the 'screen' way makes more sense to me at this point).
For example, you can not space out screen windows over terminal
emulator tabs. Also, you can not run a screen session across a reboot
which works just fine with a ID thing.
> Perusing the previous thread made me wonder: Is there a solution for the
> problem of needing co-operation from, say, the X Window manager? Or have you
> settled on being able to pass in a dead/killed shell's UUID/GUID?
What would you neec X for? The TE sets the variable in the environment and
invokes the shell, which takes over from there.
> (Is there an alternate interface to the online mailing list archive, btw? I
> hate all the clicking around -- I'd rather download an .mbox file and use it
> in Alpine.)
I forwarded you the full thread. Is Alpine a proper replacement for pine, now?
I heard of pain when Alpine was born.
> But, won't this also be a problem with whatever mechanism you're
> envisioning? Or is this beyond the scope of what you'd want your "thing" to
> do (re-attaching already-running programs)?
Re-attaching is outside the scope of this. One could think about using a
mechanism like retty or simply stopping the execution of the 'child',
pivoting STDIN, STDOUT and STDERR from under its feet and letting
it run again, but that confuses a _lot_ of programs (for the obvious reason
that this is something you normally do not anticipate).
Richard
Messages sorted by:
Reverse Date,
Date,
Thread,
Author