From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Manuel Uberti Newsgroups: gmane.emacs.devel Subject: Re: New define-key syntax with custom keymap Date: Tue, 23 Nov 2021 07:51:25 +0100 Message-ID: <5d9b2666-e070-e5f2-0419-e67d0b3bb495@inventati.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="14659"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.14.0 To: larsi@gnus.org, emacs-devel Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Tue Nov 23 07:52:16 2021 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 1mpPf5-0003aj-Pj for ged-emacs-devel@m.gmane-mx.org; Tue, 23 Nov 2021 07:52:15 +0100 Original-Received: from localhost ([::1]:42806 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1mpPf2-00008u-U3 for ged-emacs-devel@m.gmane-mx.org; Tue, 23 Nov 2021 01:52:12 -0500 Original-Received: from eggs.gnu.org ([209.51.188.92]:35210) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mpPeQ-0007p7-Up for emacs-devel@gnu.org; Tue, 23 Nov 2021 01:51:35 -0500 Original-Received: from latitanza.investici.org ([82.94.249.234]:56741) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mpPeO-0003xb-7K for emacs-devel@gnu.org; Tue, 23 Nov 2021 01:51:34 -0500 Original-Received: from mx3.investici.org (unknown [127.0.0.1]) by latitanza.investici.org (Postfix) with ESMTP id 4Hyvtk15hyzGpMw; Tue, 23 Nov 2021 06:51:26 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=inventati.org; s=stigmate; t=1637650286; bh=VsVP9oZ5YoMJJvIWmkoqKLiQyTahiZFg7B1iIWYrM1I=; h=To:References:Subject:From:Date:From; b=kFYHwEWXPQDVtTKALvugPyVZRJQ0NL/TlVRpl2jFUabsVcs+Ul5t0kvXn+Ph/HAdf 53jcH7WwDpQ2S7Q+ZbastG2rK6jRaUwbSicbbRrzJwe+DJtfSfdX2IQvzS1LZMYzss SH+sI7JsspTNT4RcmOi5Bwbuq1r7eBdJenP9O8uw= Original-Received: from [82.94.249.234] (mx3.investici.org [82.94.249.234]) (Authenticated sender: manuel.uberti@inventati.org) by localhost (Postfix) with ESMTPSA id 4Hyvtk06Z5zGpMt; Tue, 23 Nov 2021 06:51:25 +0000 (UTC) Content-Language: en-GB Received-SPF: pass client-ip=82.94.249.234; envelope-from=manuel.uberti@inventati.org; helo=latitanza.investici.org X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_NONE=-0.0001, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.29 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:279935 Archived-At: Sorry if I haven't replied before on this, but on a recent version of Emacs master (I built 2955d46c00 this morning) I switched to the new keymap-* commands and everything is working as expected. -- Manuel Uberti www.manueluberti.eu