unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
From: uzibalqa <uzibalqa@proton.me>
To: uzibalqa via Users list for the GNU Emacs text editor
	<help-gnu-emacs@gnu.org>
Subject: From  global-set-key to keymap-global-set
Date: Tue, 04 Jul 2023 16:35:34 +0000	[thread overview]
Message-ID: <JWkc3DM4W4TE3NtedqKDEAnUboGusr53D0SG9IRu6n7_hPtwnYZhxRiiJYX-QahQKi008rwkqzdXEakvzqPzKbge-MaLUs-YUs393eznN2w=@proton.me> (raw)


Have been using "global-set-key" in this way

(global-set-key (kbd "H-e") #'eval-expression)

The documentation states that "global-set-key" is a legacy function; instructing
people that the recommended function to use is "keymap-global-set".

The problem is that one cannot use "keymap-global-set" in the same way

(keymap-global-set (kbd "H-e") #'eval-expression)







             reply	other threads:[~2023-07-04 16:35 UTC|newest]

Thread overview: 22+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-07-04 16:35 uzibalqa [this message]
2023-07-04 16:44 ` From global-set-key to keymap-global-set Eli Zaretskii
2023-07-04 17:11   ` uzibalqa
2023-07-04 17:31   ` uzibalqa
2023-07-04 19:40     ` uzibalqa
2023-07-04 20:26       ` [External] : " Drew Adams
2023-07-04 20:39         ` uzibalqa
2023-07-05  9:44           ` uzibalqa
2023-07-05 11:34             ` Eli Zaretskii
2023-07-05 12:02               ` uzibalqa
2023-07-05 12:46                 ` uzibalqa
2023-07-05 12:56                 ` Drew Adams
2023-07-05 13:20                   ` uzibalqa
2023-07-05 13:30                 ` Eli Zaretskii
2023-07-05 14:01                   ` uzibalqa
2023-07-06  8:45                     ` Eli Zaretskii
2023-07-06 12:07                       ` uzibalqa
2023-07-06 13:53                         ` Eli Zaretskii
2023-07-06 14:24                           ` uzibalqa
2023-07-06 14:49                             ` Eli Zaretskii
2023-07-06 16:01                           ` uzibalqa
2023-07-04 18:41   ` Emanuel Berg

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='JWkc3DM4W4TE3NtedqKDEAnUboGusr53D0SG9IRu6n7_hPtwnYZhxRiiJYX-QahQKi008rwkqzdXEakvzqPzKbge-MaLUs-YUs393eznN2w=@proton.me' \
    --to=uzibalqa@proton.me \
    --cc=help-gnu-emacs@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).