From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: Re: The new keymap functions Date: Sun, 14 Nov 2021 23:52:15 -0500 Message-ID: References: <87zgq8sfw3.fsf@gnus.org> Reply-To: rms@gnu.org Content-Type: text/plain; charset=Utf-8 Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="29869"; mail-complaints-to="usenet@ciao.gmane.io" Cc: emacs-devel@gnu.org To: Lars Ingebrigtsen Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Mon Nov 15 05:52:59 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 1mmTzG-0007az-KK for ged-emacs-devel@m.gmane-mx.org; Mon, 15 Nov 2021 05:52:58 +0100 Original-Received: from localhost ([::1]:53860 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1mmTzF-0002J2-KR for ged-emacs-devel@m.gmane-mx.org; Sun, 14 Nov 2021 23:52:57 -0500 Original-Received: from eggs.gnu.org ([209.51.188.92]:40672) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mmTyZ-0000ul-PT for emacs-devel@gnu.org; Sun, 14 Nov 2021 23:52:15 -0500 Original-Received: from [2001:470:142:3::e] (port=48896 helo=fencepost.gnu.org) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mmTyZ-00081m-Gr; Sun, 14 Nov 2021 23:52:15 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=Date:References:Subject:In-Reply-To:To:From: mime-version; bh=pwIvZweN3FQWV19ndCaIRGkyfe3ssrwr7eYHM7iQ5iE=; b=cqIDgOoEH4oz KIqydXm6pI+REx9o06BQAD/ubs2LiqaID1kF6l9Oit8YrszzW0JPvNsxTb7YoVh4ByL98It6kzQs2 qLDK0SedO80l/ztQhYChcGhiLHy3A3aDBQMS6XCei1u20cxeBb2KFSv8yjPTPCTG9FFmUHYG1QX5i QM78mBIA8QuPqVKvqWUvx3XDnt8DYWEHaAl0vTsXN3z1evfrx3JFfR9EhPYNid9A1vv5HEZiOqF7l atLfIVvDiog7q8aKrktCP9T9wgVLLhauJ8bu93m7LTaEoMZF0XLcQbVeKNwf4Vzvmd00RjsQQW+u7 CDgERJIi+N6ddHq9o1CyOg==; Original-Received: from rms by fencepost.gnu.org with local (Exim 4.90_1) (envelope-from ) id 1mmTyZ-0004QA-8Z; Sun, 14 Nov 2021 23:52:15 -0500 In-Reply-To: <87zgq8sfw3.fsf@gnus.org> (message from Lars Ingebrigtsen on Sat, 13 Nov 2021 07:56:12 +0100) 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:279461 Archived-At: [[[ To any NSA and FBI agents reading my email: please consider ]]] [[[ whether defending the US Constitution against all enemies, ]]] [[[ foreign or domestic, requires you to follow Snowden's example. ]]] > The most difficult thing here is naming, of course, but after much > discussion, I've settled on these: > keymap-set > keymap-local-set > keymap-global-set > keymap-local-unset > keymap-global-unset > keymap-lookup How about replacing `keymap' with `key'? After all, they don't set or unset (the binding of) a keymap, they set or unset a single key? -- Dr Richard Stallman (https://stallman.org) Chief GNUisance of the GNU Project (https://gnu.org) Founder, Free Software Foundation (https://fsf.org) Internet Hall-of-Famer (https://internethalloffame.org)