unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: Joost Kremers <joostkremers@fastmail.fm>
To: emacs-devel@gnu.org
Subject: Re: completing-read a list of keywords
Date: Wed, 15 Apr 2020 20:41:39 +0200	[thread overview]
Message-ID: <87d088pp5o.fsf@fastmail.fm> (raw)
In-Reply-To: <CAM-tV-_z+2TUogRFuPY05hqytqZQimrQephun9gMq0dzpvgYhg@mail.gmail.com>


On Wed, Apr 15 2020, Noam Postavsky wrote:
> On Wed, 15 Apr 2020 at 14:21, Daniele Nicolodi 
> <daniele@grinta.net> wrote:
>
>> Thanks Noam! I didn't know about completing-read-multiple. It 
>> comes very
>> close to do what I want. However, I am unable to make it work 
>> for
>> elements separated by ", " as SPC is mapped to the complete 
>> action. Is
>> there a way to customize this behavior?
>
> (define-key crm-local-completion-map (kbd "SPC") 
> #'self-insert-command)

Or if you don't want to stomp on anyone's keybindings:

```
(let ((crm-local-must-match-map (make-composed-keymap '(keymap 
(32)) crm-local-must-match-map)))
  (completing-read-multiple ...)
  ...
  )
```


-- 
Joost Kremers
Life has its moments



  reply	other threads:[~2020-04-15 18:41 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-04-15 17:30 completing-read a list of keywords Daniele Nicolodi
2020-04-15 17:33 ` Noam Postavsky
2020-04-15 18:21   ` Daniele Nicolodi
2020-04-15 18:26     ` Noam Postavsky
2020-04-15 18:41       ` Joost Kremers [this message]
2020-04-15 19:32         ` Daniele Nicolodi
2020-04-15 22:13           ` Daniele Nicolodi
2020-04-15 19:13       ` Daniele Nicolodi
2020-04-15 18:55     ` Stefan Monnier
2020-04-15 20:15       ` Daniele Nicolodi
2020-04-15 22:42         ` Stefan Monnier
  -- strict thread matches above, loose matches on Subject: below --
2020-04-15 22:06 Roland Winkler
2020-04-15 22:44 ` Stefan Monnier
2020-04-18 22:07   ` Roland Winkler
2020-04-19  2:30     ` 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=87d088pp5o.fsf@fastmail.fm \
    --to=joostkremers@fastmail.fm \
    --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).