all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Alexander Shukaev <emacs@Alexander.Shukaev.name>
To: 25189@debbugs.gnu.org
Subject: bug#25189: Use `current-global-map' in `comint-insert-input'
Date: Tue, 13 Dec 2016 01:36:08 +0100	[thread overview]
Message-ID: <7a0f388c-3678-cf59-5da6-11c532f4fcdd@Alexander.Shukaev.name> (raw)

Hi,

I think according to Emacs documentation it's more correct to change the

(lookup-key global-map (vector last-key))

form to the

(lookup-key (current-global-map) (vector last-key))

form.

Regards,
Alexander





             reply	other threads:[~2016-12-13  0:36 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-12-13  0:36 Alexander Shukaev [this message]
2019-07-27 11:29 ` bug#25189: Use `current-global-map' in `comint-insert-input' Lars Ingebrigtsen
2019-12-16  1:58   ` Alexander Shukaev
     [not found]   ` <45ae521c-6f37-292e-c169-9ed591cb0504@Alexander.Shukaev.name>
2019-12-24 16:25     ` Lars Ingebrigtsen
2019-12-25  9:59       ` Alexander Shukaev
2019-12-25 21:39         ` Lars Ingebrigtsen
2019-12-26  0:32           ` Alexander Shukaev

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

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

  git send-email \
    --in-reply-to=7a0f388c-3678-cf59-5da6-11c532f4fcdd@Alexander.Shukaev.name \
    --to=emacs@alexander.shukaev.name \
    --cc=25189@debbugs.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.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.