Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: PATCH: Re: Question
- X-seq: zsh-workers 10709
- From: "Bart Schaefer" <schaefer@xxxxxxxxxxxxxxxxxxxxxxx>
- To: zsh-workers@xxxxxxxxxxxxxx
- Subject: Re: PATCH: Re: Question
- Date: Wed, 12 Apr 2000 16:10:20 +0000
- In-reply-to: <200004120830.KAA07215@xxxxxxxxxxxxxxxxxxxxxxxxxxxx>
- Mailing-list: contact zsh-workers-help@xxxxxxxxxxxxxx; run by ezmlm
- References: <200004120830.KAA07215@xxxxxxxxxxxxxxxxxxxxxxxxxxxx>
On Apr 12, 10:30am, Sven Wischnowsky wrote:
} Subject: PATCH: Re: Question
}
} Peter Stephenson wrote:
}
} > Sven Wischnowsky wrote:
} > > Currently, if a completion list is too long, the completion system
} > > asks if onw wants to see all <n> matches.
} > >
} > > Should we change it to mention the number of lines needed?
}
} - qup = printfmt("zsh: do you wish to see all %n possibilities? ",
} - listdat.nlist, 1, 1);
} + qup = printfmt("zsh: do you wish to see all %n lines? ",
} + listdat.nlines, 1, 1);
Oh, I thought you were going to ADD the information about the number of
lines needed, not replace the number of matches with it. I want to see
the number of matches in there, at least when it's greater than zero.
--
Bart Schaefer Brass Lantern Enterprises
http://www.well.com/user/barts http://www.brasslantern.com
Messages sorted by:
Reverse Date,
Date,
Thread,
Author