From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Jean Louis Newsgroups: gmane.emacs.help Subject: Re: PROPOSAL: Repurpose one key and reserve it for third-party packages Date: Sat, 13 Feb 2021 23:58:18 +0300 Message-ID: References: <329d68a5ed4f4c7e84fb@heytings.org> <877dndgnhp.fsf@posteo.net> <329d68a5edfafadfe7cd@heytings.org> <87y2fsg5ve.fsf@posteo.net> <87mtw8fi6k.fsf@posteo.net> <87ft20f3ec.fsf@posteo.net> <8735xz67ye.fsf@posteo.net> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="1835"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Mutt/2.0 (3d08634) (2020-11-07) Cc: Gregory Heytings , help-gnu-emacs@gnu.org To: Philip Kaludercic Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Sat Feb 13 22:04:14 2021 Return-path: Envelope-to: geh-help-gnu-emacs@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 1lB25N-0000Na-Se for geh-help-gnu-emacs@m.gmane-mx.org; Sat, 13 Feb 2021 22:04:13 +0100 Original-Received: from localhost ([::1]:57220 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1lB25M-0001I9-Ug for geh-help-gnu-emacs@m.gmane-mx.org; Sat, 13 Feb 2021 16:04:12 -0500 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:45538) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lB24s-0001HT-Aq for help-gnu-emacs@gnu.org; Sat, 13 Feb 2021 16:03:45 -0500 Original-Received: from stw1.rcdrun.com ([217.170.207.13]:56915) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lB24q-0006BN-A8 for help-gnu-emacs@gnu.org; Sat, 13 Feb 2021 16:03:41 -0500 Original-Received: from localhost ([::ffff:197.157.0.47]) (AUTH: PLAIN securesender, TLS: TLS1.2,256bits,ECDHE_RSA_AES_256_GCM_SHA384) by stw1.rcdrun.com with ESMTPSA id 000000000001E07B.0000000060283E89.00002DA2; Sat, 13 Feb 2021 14:03:04 -0700 Mail-Followup-To: Philip Kaludercic , Gregory Heytings , help-gnu-emacs@gnu.org Content-Disposition: inline In-Reply-To: <8735xz67ye.fsf@posteo.net> Received-SPF: pass client-ip=217.170.207.13; envelope-from=bugs@gnu.support; helo=stw1.rcdrun.com X-Spam_score_int: -3 X-Spam_score: -0.4 X-Spam_bar: / X-Spam_report: (-0.4 / 5.0 requ) BAYES_00=-1.9, RCVD_IN_SORBS_WEB=1.5, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001 autolearn=no autolearn_force=no X-Spam_action: no action X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Original-Sender: "help-gnu-emacs" Xref: news.gmane.io gmane.emacs.help:127973 Archived-At: * Philip Kaludercic [2021-02-13 23:15]: > Btw., are there any other examples of packages binding global keys by > default? Searching through my ~/.emacs.d/elpa: =2E/keychain-environment-20180318.2223/all-the-icons-ivy-rich-20200830.1745= =2Eel=00641: (global-set-key [remap kill-buffer] #'all-the-icons-ivy-rich-kill-buffer) =2E/keychain-environment-20180318.2223/better-defaults-20200717.2012.el=007= 1: (global-set-key (kbd "C-x C-b") 'ibuffer) etc. =2E/company-0.9.13/company-autoloads.el=00370: (global-set-key (kbd \"C-c = y\") \\=3D'company-yasnippet) =2E/company-0.9.13/company-yasnippet.el=00151: (global-set-key (kbd \"C-c = y\") \\=3D'company-yasnippet) =2E/info+-0/info+.el=002876:(global-set-key [remap info-emacs-manual] 'info-manual) ; `C-h r' =2E/winring-20180530.18/winring.el=00532: (global-set-key winring-keymap-p= refix winring-map)) =2E/issn-verify-1.0.0/iscroll.el=00298: (global-set-key [remap next-= line] #'iscroll-next-line) =2E/issn-verify-1.0.0/iscroll.el=00299: (global-set-key [remap previ= ous-line] =2E/issn-verify-1.0.0/iscroll.el=00303: (global-set-key [remap next-line= ] nil) =2E/issn-verify-1.0.0/iscroll.el=00304: (global-set-key [remap previous-= line] nil))) Those are remappings but still.. =2E/gnuplot-20200322.53/gnuplot-autoloads.el=0075: (global-set-key [(f1= 0)] 'gnuplot-make-buffer)" t nil) =2E/gnuplot-20200322.53/gnuplot.el=00136:;; (global-set-key [(f9)] 'gnupl= ot-make-buffer) Then exwm but that should be natural for exwm. In general, not many. More of them just suggest global bindings in their comments. Jean