From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: Bind pcomplete to C-M-i Date: Tue, 29 Jan 2019 10:09:42 +0100 Message-ID: <878sz3g78p.fsf@nicolasgoaziou.fr> References: <874l9tyfv5.fsf@nicolasgoaziou.fr> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([209.51.188.92]:34758) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1goPOu-0000uE-CM for emacs-orgmode@gnu.org; Tue, 29 Jan 2019 04:09:48 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1goPOt-0005xi-A8 for emacs-orgmode@gnu.org; Tue, 29 Jan 2019 04:09:48 -0500 Received: from relay12.mail.gandi.net ([217.70.178.232]:35305) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1goPOt-0005w3-3t for emacs-orgmode@gnu.org; Tue, 29 Jan 2019 04:09:47 -0500 In-Reply-To: (Johannes Altmanninger's message of "Sun, 27 Jan 2019 22:17:50 +0100") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: "Emacs-orgmode" To: Johannes Altmanninger Cc: emacs-orgmode@gnu.org Hello, Johannes Altmanninger writes: > Hi Nicolas, > > On Sun, Jan 27, 2019 at 10:01 PM Nicolas Goaziou wrote: >> >> Hello, >> >> Johannes Altmanninger writes: >> >> > However, I want to use org-plus-contrib from the Org ELPA repository. >> > which uses a slightly different definition: >> > >> > (org-defkey org-mode-map (kbd "M-") #'pcomplete) >> > (org-defkey org-mode-map (kbd "ESC ") #'pcomplete) >> >> Would (kbd "M-TAB") and (kbd "ESC TAB") work? > > Yes, either of them works! > They appear to behave the same as (kbd "\M-\t"). Done. Thank you. Regards, -- Nicolas Goaziou