From: Tassilo Horn <tsdh@gnu.org>
To: help-gnu-emacs@gnu.org
Subject: Completion: display of candidates
Date: Mon, 18 Feb 2019 08:54:26 +0100 [thread overview]
Message-ID: <877edx8rbh.fsf@gnu.org> (raw)
Hi all,
I have a function of one argument which computes a list of completions
matching the given argument. I can then use
(completing-read "Prompt: " (completion-table-dynamic #'my-function))
in order to read with completion from the minibuffer.
So far, so good, but I have two questions:
1. The docs for completion-table-dynamic say that the given function
should return an alist (not just a list) but doesn't describe the
structure of the entries. Neither do I find a description in the
info docs. So what should it be?
2. Is there a way to display and complete on a different representation
than the actual completion candidates? In my case, my-func returns
absolute file names but I'd like to complete on just the basename,
and display the entries in the form of "basename (directory)".
Bye,
Tassilo
next reply other threads:[~2019-02-18 7:54 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-02-18 7:54 Tassilo Horn [this message]
2019-02-18 13:26 ` Completion: display of candidates Stefan Monnier
2019-02-18 14:55 ` Tassilo Horn
2019-02-18 18:05 ` Stefan Monnier
2019-02-18 19:24 ` Tassilo Horn
2019-02-18 20:48 ` Stefan Monnier
2019-02-19 7:27 ` Tassilo Horn
2019-02-19 15:28 ` Stefan Monnier
[not found] ` <87imxe1pfs.fsf@gnu.org>
2019-02-20 16:54 ` Stefan Monnier
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
List information: https://www.gnu.org/software/emacs/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=877edx8rbh.fsf@gnu.org \
--to=tsdh@gnu.org \
--cc=help-gnu-emacs@gnu.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.
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 read-only IMAP folder(s) and NNTP newsgroup(s).