From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3917 invoked from network); 8 Nov 2006 21:42:22 -0000 X-Spam-Checker-Version: SpamAssassin 3.1.7 (2006-10-05) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-2.4 required=5.0 tests=AWL,BAYES_00, FORGED_RCVD_HELO autolearn=ham version=3.1.7 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by ns1.primenet.com.au with SMTP; 8 Nov 2006 21:42:22 -0000 Received-SPF: none (ns1.primenet.com.au: domain at sunsite.dk does not designate permitted sender hosts) Received: (qmail 41379 invoked from network); 8 Nov 2006 21:42:16 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 8 Nov 2006 21:42:16 -0000 Received: (qmail 8592 invoked by alias); 8 Nov 2006 21:42:13 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 22990 Received: (qmail 8582 invoked from network); 8 Nov 2006 21:42:12 -0000 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by sunsite.dk with SMTP; 8 Nov 2006 21:42:12 -0000 Received: (qmail 41062 invoked from network); 8 Nov 2006 21:42:12 -0000 Received: from wx-out-0506.google.com (66.249.82.224) by a.mx.sunsite.dk with SMTP; 8 Nov 2006 21:42:08 -0000 Received: by wx-out-0506.google.com with SMTP id s7so15058wxc for ; Wed, 08 Nov 2006 13:42:07 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:sender:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; b=sIFSEffeyz7pAbtOBZ6flIT7rjJhj09R5ETJJl1/FrPMmxa5RFXDGDmAiaJYXhb7900rEQ8EkqgmNiCzKRrXfEyTPdmZce4yPB6Zl9exidH27KzrQHJVJotmYWrt39Nfcts8Up03QuGrdj+6/5gbL7di7btaSVOBLiwERtXcPmo= Received: by 10.90.83.14 with SMTP id g14mr77388agb.1163022126973; Wed, 08 Nov 2006 13:42:06 -0800 (PST) Received: by 10.90.65.18 with HTTP; Wed, 8 Nov 2006 13:42:06 -0800 (PST) Message-ID: Date: Wed, 8 Nov 2006 22:42:06 +0100 From: "Nikolai Weibull" Sender: nikolai.weibull@gmail.com To: "Peter Stephenson" Subject: Re: Adding hook to SIGWINCH Cc: "Zsh hackers list" In-Reply-To: <200611082135.kA8LZOQY002911@pwslaptop.csr.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <200611082135.kA8LZOQY002911@pwslaptop.csr.com> X-Google-Sender-Auth: dfc371e600279732 On 11/8/06, Peter Stephenson wrote: > "Nikolai Weibull" wrote: > > > You should already be able to define TRAPWINCH() { ... }. > > > > Ah, but this will override the previous definition, will it not? > > Sure, but it's not very likely that you will need multiple independent > handlers for a rather specific signal. I need it for my prompt. And perhaps I'll need it for something else? Of course, since I can't think of what that "something else" would be, perhaps I'll just drop it. nikolai