From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3048 invoked from network); 8 Jul 1999 10:43:49 -0000 Received: from sunsite.auc.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 8 Jul 1999 10:43:49 -0000 Received: (qmail 26350 invoked by alias); 8 Jul 1999 10:43:38 -0000 Mailing-List: contact zsh-workers-help@sunsite.auc.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 7032 Received: (qmail 26342 invoked from network); 8 Jul 1999 10:43:38 -0000 Date: Thu, 8 Jul 1999 12:43:36 +0200 (MET DST) Message-Id: <199907081043.MAA12036@beta.informatik.hu-berlin.de> From: Sven Wischnowsky To: zsh-workers@sunsite.auc.dk In-reply-to: "Andrej Borsenkow"'s message of Thu, 8 Jul 1999 14:04:30 +0400 Subject: RE: Problem with cursor position after wrapped completion lists Andrej Borsenkow wrote: > I believe, that fixing it may be hard but not ugly. The best would be to have > just one function that prints out all sort of output ... dunno, if this is > currently possible. Yes, I had a look at 4855 and the solution was clear, of course, but we can't simply use one function for all cases because we don't want that: explanation strings have to handle %-escapes, display-lists should be printed literally, and matches should be printed in a way that is called (in the code) `nice' (as in `nicezputs()'). Ok, so I'll have to bite the bullet... Bye Sven -- Sven Wischnowsky wischnow@informatik.hu-berlin.de