From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22013 invoked by alias); 6 Jun 2018 23:46:01 -0000 Mailing-List: contact zsh-users-help@zsh.org; run by ezmlm Precedence: bulk X-No-Archive: yes List-Id: Zsh Users List List-Post: List-Help: List-Unsubscribe: X-Seq: 23446 Received: (qmail 26860 invoked by uid 1010); 6 Jun 2018 23:46:01 -0000 X-Qmail-Scanner-Diagnostics: from naara.laafc.net by f.primenet.com.au (envelope-from , uid 7791) with qmail-scanner-2.11 (clamdscan: 0.99.2/21882. spamassassin: 3.4.1. Clear:RC:0(49.212.139.33):SA:0(-1.9/5.0):. Processed in 1.190682 secs); 06 Jun 2018 23:46:01 -0000 X-Spam-Checker-Version: SpamAssassin 3.4.1 (2015-04-28) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,SPF_HELO_PASS, SPF_PASS autolearn=ham autolearn_force=no version=3.4.1 X-Envelope-From: thb@laafc.net X-Qmail-Scanner-Mime-Attachments: | X-Qmail-Scanner-Zip-Files: | Date: Thu, 7 Jun 2018 08:45:59 +0900 From: Takeshi Banse To: zsh-users@zsh.org Subject: Re: Anyone familiar with auto-fu.zsh project? Message-ID: <20180606234559.GA6390@laafc.net> Mail-Followup-To: zsh-users@zsh.org References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.9.2+57 (5a5322e6) (2017-12-15) Hello, * Sebastian Gniazdowski [2018-06-07 02:42]: > A friend guesses it pretends key to be pressed after each > character, is that true? Yes, it is almost true. It calls `complete-word' (or `list-choices') if it could be appropriate. I've borrowed from http://mimosa-pudica.net/zsh-incremental.html and adapted to use keymap+widget > In general, I'm looking for a method of calling completion functions > manually and presenting the results in different form. Does someone > know anything about this problem? So, this project is not suite for your needs, I guess.