unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: Ingo Lohmar <i.lohmar@gmail.com>
To: emacs-devel@gnu.org
Subject: handling of completion table duplicates
Date: Sun, 03 Apr 2016 13:53:24 +0200	[thread overview]
Message-ID: <87h9fiewnf.fsf@acer.localhost.com> (raw)

Hi Everybody,

I recently noticed that ivy-mode (at its very core a completing-read
alternative, just like ido-completing-read is another one) does *not*
eliminate duplicates from the collection it is passed, eg, in form of a
plain list.

(completing-read "Prompt: " '("a" "b" "c" "a" "d"))

Both completing-read as well as ido-completing-read remove such
duplicates, but I could not find that behavior documented in the elisp
info manual or the docstrings.

Is removing duplicates from the collection *expected* from completion
functions, or is the caller of the function responsible for providing a
collection without duplicates?

If I did not just miss the documentation (in which case I apologize),
should this be documented, and where?

Ingo



             reply	other threads:[~2016-04-03 11:53 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-04-03 11:53 Ingo Lohmar [this message]
2016-04-03 14:09 ` handling of completion table duplicates Stefan Monnier
2016-04-03 14:34 ` Andreas Schwab
2016-04-03 15:55   ` Drew Adams
2016-04-05 20:29     ` Ingo Lohmar
2016-04-05 21:42       ` Drew Adams
2016-04-06 17:28         ` Ingo Lohmar

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=87h9fiewnf.fsf@acer.localhost.com \
    --to=i.lohmar@gmail.com \
    --cc=emacs-devel@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.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

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).