From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4276 invoked from network); 12 Jan 2009 19:34:07 -0000 X-Spam-Checker-Version: SpamAssassin 3.2.5 (2008-06-10) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-2.6 required=5.0 tests=AWL,BAYES_00 autolearn=ham version=3.2.5 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by ns1.primenet.com.au with SMTP; 12 Jan 2009 19:34:07 -0000 Received-SPF: none (ns1.primenet.com.au: domain at sunsite.dk does not designate permitted sender hosts) Received: (qmail 64158 invoked from network); 12 Jan 2009 19:34:00 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 12 Jan 2009 19:34:00 -0000 Received: (qmail 21059 invoked by alias); 12 Jan 2009 19:33:53 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 26296 Received: (qmail 21049 invoked from network); 12 Jan 2009 19:33:53 -0000 Received: from bifrost.dotsrc.org (130.225.254.106) by sunsite.dk with SMTP; 12 Jan 2009 19:33:53 -0000 Received: from QMTA09.westchester.pa.mail.comcast.net (qmta09.westchester.pa.mail.comcast.net [76.96.62.96]) by bifrost.dotsrc.org (Postfix) with ESMTP id B877280271F0 for ; Mon, 12 Jan 2009 20:33:49 +0100 (CET) Received: from OMTA12.westchester.pa.mail.comcast.net ([76.96.62.44]) by QMTA09.westchester.pa.mail.comcast.net with comcast id 2diR1b0670xGWP859jZpte; Mon, 12 Jan 2009 19:33:49 +0000 Received: from smtp.klanderman.net ([98.217.254.247]) by OMTA12.westchester.pa.mail.comcast.net with comcast id 2jZp1b0055M2Np63YjZpPD; Mon, 12 Jan 2009 19:33:49 +0000 Received: from lwm.klanderman.net (unknown [192.168.100.50]) by smtp.klanderman.net (Postfix) with ESMTP id CB8BFB30144 for ; Mon, 12 Jan 2009 14:33:47 -0500 (EST) Received: by lwm.klanderman.net (Postfix, from userid 500) id 9C4469FC5E5; Mon, 12 Jan 2009 14:33:47 -0500 (EST) From: Greg Klanderman To: zsh-workers@sunsite.dk Subject: Re: some way to inherit kill ring in su'd shell? Reply-To: gak@klanderman.net Date: Mon, 12 Jan 2009 14:33:47 -0500 In-Reply-To: <090111213337.ZM12861@torch.brasslantern.com> (Bart Schaefer's message of "Sun, 11 Jan 2009 21:33:37 -0800") Message-ID: User-Agent: Gnus/5.1007 (Gnus v5.10.7) XEmacs/21.4.17 (linux) References: <18789.30656.261463.382208@gargle.gargle.HOWL> <20090110095231.GA61601@redoubt.spodhuis.org> <20090111025418.GA7272@redoubt.spodhuis.org> <090111110748.ZM12349@torch.brasslantern.com> <090111193317.ZM12655@torch.brasslantern.com> <090111213337.ZM12861@torch.brasslantern.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Virus-Scanned: ClamAV 0.92.1/8856/Mon Jan 12 17:36:19 2009 on bifrost X-Virus-Status: Clean >>>>> Bart Schaefer writes: > One problem you're eventually going to run into, probably when you least > want to, is the environment not permitting enough space to pass all the > (expanded-30%-by-base64) text in the killring through it. I suspect 64k will be sufficient, and I can always gzip. greg