zsh-users
 help / color / mirror / code / Atom feed
From: Grant Taylor <gtaylor@tnetconsulting.net>
To: Zsh Users List <zsh-users@zsh.org>
Subject: Conditionally complete on space.
Date: Thu, 17 Aug 2017 16:34:06 -0600	[thread overview]
Message-ID: <c4588344-b793-905c-61cc-ffdfbc623a97@tnetconsulting.net> (raw)

[-- Attachment #1: Type: text/plain, Size: 814 bytes --]

Is it possible to have ZLE conditionally complete on a space?

I know that I can 'bindkey " " expand-or-complete' to get space to 
complete like tab.  However, this does not play well when I want a true 
space.

Thus I want to conditionally complete if there is not a space proceeding 
the cursor's current position.  If there is a space proceeding the 
cursor, then put a space and not call expand-or-complete.

I am guessing that I will need to modify expand-or-complete's behavior 
via modifying _main_complete, or wrap _main_complete with something else 
to do the conditional logic and then call _main_complete, and update zle 
so that expand-or-complete calls the wrapper instead of _main_complete.

Should such be possible?  Or am I waisting my time?



-- 
Grant. . . .
unix || die


[-- Attachment #2: S/MIME Cryptographic Signature --]
[-- Type: application/pkcs7-signature, Size: 3717 bytes --]

             reply	other threads:[~2017-08-17 22:45 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-08-17 22:34 Grant Taylor [this message]
2017-08-18  1:07 ` Daniel Shahaf
2017-08-18  4:32   ` Grant Taylor
2017-08-18  5:07     ` Daniel Shahaf
2017-08-18 17:13       ` Grant Taylor
2017-08-18 17:19         ` Grant Taylor

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=c4588344-b793-905c-61cc-ffdfbc623a97@tnetconsulting.net \
    --to=gtaylor@tnetconsulting.net \
    --cc=zsh-users@zsh.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).