From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8969 invoked from network); 29 Jun 1999 13:10:16 -0000 Received: from sunsite.auc.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 29 Jun 1999 13:10:16 -0000 Received: (qmail 26024 invoked by alias); 29 Jun 1999 13:09:52 -0000 Mailing-List: contact zsh-workers-help@sunsite.auc.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 6921 Received: (qmail 26017 invoked from network); 29 Jun 1999 13:09:47 -0000 X-Envelope-Sender-Is: Andrej.Borsenkow@mow.siemens.ru (at relayer david.siemens.de) From: "Andrej Borsenkow" To: "Sven Wischnowsky" , Subject: RE: PS1 or PS2 Date: Tue, 29 Jun 1999 17:09:43 +0400 Message-ID: <001901bec230$a7675b60$21c9ca95@mow.siemens.ru> MIME-Version: 1.0 Content-Type: text/plain; charset="koi8-r" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) In-Reply-To: <001001bec224$4abfd650$21c9ca95@mow.siemens.ru> Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300 > > It almost works ... > > bor@itsrm2:~%> _Fn-up-line-or-history () { > function> [[ -n "$PREBUFFER" ]] && zle .push-line-or-edit > function> zle .up-line-or-history > function> } After zle .push-line-or-edit both BUFFER and PREBUFFER are empty. Are they static values computed on the entry into widget or do they reflect real ZLE buffers?