From: Tassilo Horn <tsdh@gnu.org>
To: Stefan Monnier <monnier@iro.umontreal.ca>
Cc: help-gnu-emacs@gnu.org
Subject: Re: Completion: display of candidates
Date: Mon, 18 Feb 2019 15:55:36 +0100 [thread overview]
Message-ID: <87mumtno2f.fsf@gnu.org> (raw)
In-Reply-To: <jwv1s45i62l.fsf-monnier+emacs@gnu.org> (Stefan Monnier's message of "Mon, 18 Feb 2019 08:26:44 -0500")
Stefan Monnier <monnier@iro.umontreal.ca> writes:
>> 1. The docs for completion-table-dynamic say that the given function
>> should return an alist
>
> That's an error: the return value should be a completion table.
So a "list of strings or cons cells, an obarray, a hash table, or a
completion function". When you know what to look for, you'll find it
(in the info docs for try-completion).
>> 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)".
>
> You can modify `my-func` to return file names in the form
> "basename (directory)", no?
Yes, I could. I just thought that there's probably some kind of
metadata I could attach for customizing the display.
So I guess the best thing to do is to format the entries as you suggest
and put a text property on the text holding the absolute path so that I
don't have to reconstruct it myself which could be error-prone if the
directory or basename contain parens themselves.
Bye,
Tassilo
next prev parent reply other threads:[~2019-02-18 14:55 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-02-18 7:54 Completion: display of candidates Tassilo Horn
2019-02-18 13:26 ` Stefan Monnier
2019-02-18 14:55 ` Tassilo Horn [this message]
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=87mumtno2f.fsf@gnu.org \
--to=tsdh@gnu.org \
--cc=help-gnu-emacs@gnu.org \
--cc=monnier@iro.umontreal.ca \
/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).