Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Feature requests
- X-seq: zsh-workers 31446
- From: Andi Șerbănescu <ac.serbanescu@xxxxxxxxx>
- To: zsh-workers@xxxxxxx
- Subject: Feature requests
- Date: Mon, 3 Jun 2013 01:53:05 +0300
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type :content-transfer-encoding; bh=MVVSsDnNfAn2mT4Ntuos3Yl2WodMDyoVfIiRrJifgj0=; b=oXxbwXQuK/L7ShHhlvS+ytWkgf/QyPK2sKa1klIGjbqsWfV8JMVPPrO19MndaJdcNT z6xTveDKNy9NTgq0bY11bEOkScvRJ5tmfU+nvD9Z/EhxPAQeMM6OnUqXx/l4u31gR6Lr 28Sb3q6/igtx/I59kfkals3DLaNoqKGfcezawQD9vvajaxMHDriMLHjqgQM57/kKk/Ms gOomzxIPdHEgMQdwy6W5Jiwx/a3+qIHlWnRTtN80rXOJZJXlLPOderO0XmMSS2T4CLKN jS+HCoYrina7d2AAbA8iYiOnI/Kd0d68uV1zkGAthQtr4HoT8CCTiI9nA8WT5MNl95ET nuuw==
- List-help: <mailto:zsh-workers-help@zsh.org>
- List-id: Zsh Workers List <zsh-workers.zsh.org>
- List-post: <mailto:zsh-workers@zsh.org>
- Mailing-list: contact zsh-workers-help@xxxxxxx; run by ezmlm
Hello,
I've been a user of zsh for some time. I've gotten used to it and
appreciate the breadth (and depth) of configurability which it offers.
Despite of this, there are two minor features whose absence bugs me a
little and which I would like to be added.
The first one regards the behaviour of the LISTMAX variable.
Currently, it's possible to make zsh list a maximum or a minimum
number of (lines of) matches without asking, ask only if the list of
matches exceeds one screenfull, or page the list by setting
LISTPROMPT.
There is no way, however, to disable the prompt altogether (the best
one can do is to set LISTMAX to -1, which only prompts in case of a
single match). Therefore, I kindly request a small modification in
order to obtain the desired behaviour (e.g. never ask if LISTMAX is
unset).
The other one concerns the insertion and removal of suffixes (such as
spaces or slashes) after a successful completion. One option
(AUTO_REMOVE_SLASH) controls the removal of slashes. One variable
(ZLE_REMOVE_SUFFIX_CHARS) controls removal of suffixes if followed by
the respective characters, but not if one types a control (or
‘non-insertable’, according to the manual) character.
My question is: can something be done to disable the removal of the
space suffix (or any other suffix, if there are any besides space and
slash) when followed by non-insertables, the way AUTO_REMOVE_SLASH
does for slashes?
Regards,
Andi Șerbănescu
Messages sorted by:
Reverse Date,
Date,
Thread,
Author