From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: Moving kbd to subr.el Date: Tue, 19 Oct 2021 05:31:41 +0300 Message-ID: <83zgr5d9te.fsf@gnu.org> References: <20211004081724.6281.11798@vcs0.savannah.gnu.org> <874k9jzu7a.fsf@gnus.org> <874k9juy0r.fsf@gnus.org> <87mtnbtimj.fsf@gnus.org> <87wnmd13ny.fsf@gnus.org> <87sfx10xs6.fsf@gnus.org> <87h7dfpjn3.fsf@gnus.org> <31b2f1e94178d73e5f05@heytings.org> <87czo3pgs1.fsf@gnus.org> <31b2f1e9412d60db82df@heytings.org> <87o87moopl.fsf@gnus.org> <19fca5d18b63e6eff5de@heytings.org> <87wnmaiida.fsf@gnus.org> <87zgr6gw9s.fsf@gnus.org> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="36654"; mail-complaints-to="usenet@ciao.gmane.io" Cc: larsi@gnus.org, gregory@heytings.org, monnier@iro.umontreal.ca, emacs-devel@gnu.org To: Stefan Kangas Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Tue Oct 19 04:33:09 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 1mcew9-0009I8-5r for ged-emacs-devel@m.gmane-mx.org; Tue, 19 Oct 2021 04:33:09 +0200 Original-Received: from localhost ([::1]:56608 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1mcew7-0005Xe-Ak for ged-emacs-devel@m.gmane-mx.org; Mon, 18 Oct 2021 22:33:07 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:38274) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mceud-0002yz-VD for emacs-devel@gnu.org; Mon, 18 Oct 2021 22:31:35 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:34504) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1mceub-0008SN-V2; Mon, 18 Oct 2021 22:31:33 -0400 Original-Received: from [87.69.77.57] (port=4471 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mceub-0004fV-Il; Mon, 18 Oct 2021 22:31:33 -0400 In-Reply-To: (message from Stefan Kangas on Mon, 18 Oct 2021 13:40:19 -0700) 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:277334 Archived-At: > From: Stefan Kangas > Date: Mon, 18 Oct 2021 13:40:19 -0700 > Cc: Gregory Heytings , > Emacs developers > > Stefan Monnier writes: > > > Then I suggest not to support strings at all in `define-keymap`. > > The old string syntax for keys just sucks and we should work towards > > its reduction, even if it will stay with us for the foreseeable future. > > Would it make sense to document the old string syntax (e.g. "\C-xa") to > be "considered deprecated" or something to that effect? "Considered": yes. But let's not cause it produce warnings when byte-compiling etc.