From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: 26.1-rc1: global-set-key suggestions Date: Mon, 14 May 2018 00:30:28 -0400 Message-ID: References: <54ef5b61-535d-4f19-6e32-2580146c8204@gmail.com> <504ae9af-67a6-4495-19df-155fec42916f@disroot.org> <20180513133523.GA26772@breton.holly.idiocy.org> NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: blaine.gmane.org 1526276700 15533 195.159.176.226 (14 May 2018 05:45:00 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Mon, 14 May 2018 05:45:00 +0000 (UTC) User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon May 14 07:44:56 2018 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1fI6I4-0003wQ-5V for ged-emacs-devel@m.gmane.org; Mon, 14 May 2018 07:44:56 +0200 Original-Received: from localhost ([::1]:35256 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fI6KB-0007E5-63 for ged-emacs-devel@m.gmane.org; Mon, 14 May 2018 01:47:07 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:40634) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fI6Jz-0006yY-VP for emacs-devel@gnu.org; Mon, 14 May 2018 01:46:59 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fI58E-0004kQ-KC for emacs-devel@gnu.org; Mon, 14 May 2018 00:30:45 -0400 Original-Received: from [195.159.176.226] (port=37176 helo=blaine.gmane.org) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1fI58E-0004iS-D9 for emacs-devel@gnu.org; Mon, 14 May 2018 00:30:42 -0400 Original-Received: from list by blaine.gmane.org with local (Exim 4.84_2) (envelope-from ) id 1fI55y-0005nj-5V for emacs-devel@gnu.org; Mon, 14 May 2018 06:28:22 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 15 Original-X-Complaints-To: usenet@blaine.gmane.org Cancel-Lock: sha1:bTkFHqMFofLVVuTuUOO2/HqQCqM= X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-Received-From: 195.159.176.226 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.21 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.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.org gmane.emacs.devel:225279 Archived-At: > As this is Emacs, this is not a huge issue as it is easy enough to set them > to whatever I want, but thought I'd just mention that making bindings > platform dependent may have a downside for those who work in Emacs from > different platforms. Indeed, there's a tension in this respect. Ideally, we should provide sets of customizations which better integrates Emacs into various OSes, which users can then choose to enable or not. A kind of "custom-theme" for that would be great, but currently custom-themes don't work well for that since they can't really provide key-bindings. Stefan