help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: PROPOSAL: Repurpose one key and reserve it for third-party packages


From: Jean Louis
Subject: Re: PROPOSAL: Repurpose one key and reserve it for third-party packages
Date: Sat, 13 Feb 2021 23:58:18 +0300
User-agent: Mutt/2.0 (3d08634) (2020-11-07)

* Philip Kaludercic <philipk@posteo.net> [2021-02-13 23:15]:
> Btw., are there any other examples of packages binding global keys by
> default?

Searching through my ~/.emacs.d/elpa:

./keychain-environment-20180318.2223/all-the-icons-ivy-rich-20200830.1745.el641:
(global-set-key [remap kill-buffer]
#'all-the-icons-ivy-rich-kill-buffer)

./keychain-environment-20180318.2223/better-defaults-20200717.2012.el71:
(global-set-key (kbd "C-x C-b") 'ibuffer)

etc.

./company-0.9.13/company-autoloads.el370:  (global-set-key (kbd \"C-c y\") 
\\='company-yasnippet)
./company-0.9.13/company-yasnippet.el151:  (global-set-key (kbd \"C-c y\") 
\\='company-yasnippet)

./info+-0/info+.el2876:(global-set-key [remap info-emacs-manual]
'info-manual) ; `C-h r'

./winring-20180530.18/winring.el532:  (global-set-key winring-keymap-prefix 
winring-map))
./issn-verify-1.0.0/iscroll.el298:        (global-set-key [remap next-line] 
#'iscroll-next-line)
./issn-verify-1.0.0/iscroll.el299:        (global-set-key [remap previous-line]
./issn-verify-1.0.0/iscroll.el303:    (global-set-key [remap next-line] nil)
./issn-verify-1.0.0/iscroll.el304:    (global-set-key [remap previous-line] 
nil)))

Those are remappings but still..

./gnuplot-20200322.53/gnuplot-autoloads.el75:     (global-set-key [(f10)] 
'gnuplot-make-buffer)" t nil)
./gnuplot-20200322.53/gnuplot.el136:;;   (global-set-key [(f9)] 
'gnuplot-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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]