From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.ciao.gmane.io!not-for-mail From: Daniele Nicolodi Newsgroups: gmane.emacs.devel Subject: Re: completing-read a list of keywords Date: Wed, 15 Apr 2020 14:15:52 -0600 Message-ID: References: <935c7800-bdfa-4e9e-b903-2ce6f849c3cb@grinta.net> <39c30037-96dc-808e-2c59-6b0cffb4e652@grinta.net> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Injection-Info: ciao.gmane.io; posting-host="ciao.gmane.io:159.69.161.202"; logging-data="89902"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.14; rv:68.0) Gecko/20100101 Thunderbird/68.7.0 To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Wed Apr 15 22:16:51 2020 Return-path: Envelope-to: ged-emacs-devel@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1jOoSp-000NJw-5h for ged-emacs-devel@m.gmane-mx.org; Wed, 15 Apr 2020 22:16:51 +0200 Original-Received: from localhost ([::1]:54711 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jOoSo-0005yF-8V for ged-emacs-devel@m.gmane-mx.org; Wed, 15 Apr 2020 16:16:50 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:34765) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jOoRx-00050M-AY for emacs-devel@gnu.org; Wed, 15 Apr 2020 16:15:58 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1jOoRw-0002yl-3m for emacs-devel@gnu.org; Wed, 15 Apr 2020 16:15:57 -0400 Original-Received: from zed.grinta.net ([109.74.203.128]:57722) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1jOoRv-0002yT-HV for emacs-devel@gnu.org; Wed, 15 Apr 2020 16:15:56 -0400 Original-Received: from 688dnmac.campus.nist.gov (unknown [132.163.220.171]) (Authenticated sender: daniele) by zed.grinta.net (Postfix) with ESMTPSA id C3186E0E52 for ; Wed, 15 Apr 2020 20:15:53 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=grinta.net; s=mail; t=1586981754; bh=GP5B2B72UaigCuBnTfubUAx6h3VzHrGuAk5luY3iwT0=; h=Subject:To:References:From:Date:In-Reply-To:From; b=tvHcqUkeNbmCrh0XnzBD/VmRhjKq5QqD3b6eHeueZZyOWeafyyxyfS04DryR2UkQh JhpVExA7IfqCdvbg/caJ8ycsMlajXaMgNOWUDLBBiEP8L0h1cUcMR6ebVAgIZFc5Ql H4+b7+QtSgv/5/ZSAaG8jBJHfs2RlfQk54V9Q3Po= In-Reply-To: Content-Language: en-US X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-Received-From: 109.74.203.128 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.io gmane.emacs.devel:247054 Archived-At: On 15-04-2020 12:55, Stefan Monnier 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? > > Not really, no, it's a known limitation. What do you think of the proposed temporary keymap modification solution? It seems that it solved the problem nicely, doesn't it? Thank you. Best, Dan