emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: completing-read a list of keywords


From: Noam Postavsky
Subject: Re: completing-read a list of keywords
Date: Wed, 15 Apr 2020 14:26:40 -0400

On Wed, 15 Apr 2020 at 14:21, Daniele Nicolodi <address@hidden> 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)

Seems to do the trick.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]