unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
From: Lars Ingebrigtsen <larsi@gnus.org>
To: Stefan Monnier <monnier@iro.umontreal.ca>
Cc: Matthew Leach <matthew@mattleach.net>,
	19032@debbugs.gnu.org, Ole Laursen <olau@iola.dk>
Subject: bug#19032: 24.4; icomplete cannot select matches with C-x b with no input
Date: Fri, 14 Aug 2020 13:03:14 +0200	[thread overview]
Message-ID: <87mu2xa3rh.fsf@gnus.org> (raw)
In-Reply-To: <jwva6yyk6ls.fsf-monnier+emacs@gnu.org> (Stefan Monnier's message of "Thu, 13 Aug 2020 09:43:41 -0400")

Stefan Monnier <monnier@iro.umontreal.ca> writes:

> Would it be cleaner to have the following instead?
>
>       ;; Allow user to specify null string.  Obey `completion-content-when-empty`.
>       ((= beg end)
>        (when completion-content-when-empty
>          (completion--replace beg end completion-content-when-empty))
>        (funcall exit-function))
>
> So icomplete would be in charge of setting that var to the `car` of
> `completion-all-sorted-completions`.

Yeah, that makes sense.  I'll take a stab at implementing it that way.

-- 
(domestic pets only, the antidote for overdose, milk.)
   bloggy blog: http://lars.ingebrigtsen.no





  reply	other threads:[~2020-08-14 11:03 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-11-12 12:31 bug#19032: 24.4; icomplete cannot select matches with C-x b with no input Ole Laursen
2014-11-15 23:08 ` Matthew Leach
2020-08-13  9:34   ` Lars Ingebrigtsen
2020-08-13 10:00     ` Ole Laursen
2020-08-13 13:43     ` Stefan Monnier
2020-08-14 11:03       ` Lars Ingebrigtsen [this message]
2020-08-14 11:30         ` Lars Ingebrigtsen
2020-08-14 12:33           ` Ole Laursen
2020-08-14 12:35             ` Lars Ingebrigtsen
2020-08-18 18:00           ` Matthew Leach

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=87mu2xa3rh.fsf@gnus.org \
    --to=larsi@gnus.org \
    --cc=19032@debbugs.gnu.org \
    --cc=matthew@mattleach.net \
    --cc=monnier@iro.umontreal.ca \
    --cc=olau@iola.dk \
    /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).