all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: David Reitter <david.reitter@gmail.com>
To: 6527@debbugs.gnu.org
Subject: bug#6527: C-h b alters key-translation-map (in a bad way)
Date: Mon, 28 Jun 2010 15:48:28 -0400	[thread overview]
Message-ID: <3F7BCB9E-BE5B-41CA-BEDD-C94FA27CFC7C@gmail.com> (raw)
In-Reply-To: <handler.6527.B.12777361181855.ack@debbugs.gnu.org>

I have reduced bug 6527 to this:

(map-keymap-internal 'ignore 'iso-transl-ctl-x-8-map)

(as called via `keymap_canonicalize')

or also

(keymap-parent  'iso-transl-ctl-x-8-map)

because it seems to be the call to get_keymap with autoloading that is causing it.

Indeed we have the following autoload:

;;;***
;;;### (autoloads nil "iso-transl" "international/iso-transl.el"
;;;;;;  (19423 17168))
;;; Generated autoloads from international/iso-transl.el
 (or key-translation-map (setq key-translation-map (make-sparse-keymap)))
 (define-key key-translation-map "\C-x8" 'iso-transl-ctl-x-8-map)
 (autoload 'iso-transl-ctl-x-8-map "iso-transl" "Keymap for C-x 8 prefix." t 'keymap)


And, merely loading iso-trans.el is documented to create keybindings with Alt.







  parent reply	other threads:[~2010-06-28 19:48 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-06-28 14:41 bug#6527: C-h b alters key-translation-map (in a bad way) David Reitter
     [not found] ` <handler.6527.B.12777361181855.ack@debbugs.gnu.org>
2010-06-28 19:48   ` David Reitter [this message]
2010-07-18 11:06   ` iso-transl pach (bug#6527: C-h b alters key-translation-map (in a bad way)) David Reitter
2010-07-20 11:00     ` Stefan Monnier
2021-11-02 15:37 ` bug#6527: C-h b alters key-translation-map (in a bad way) Lars Ingebrigtsen

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=3F7BCB9E-BE5B-41CA-BEDD-C94FA27CFC7C@gmail.com \
    --to=david.reitter@gmail.com \
    --cc=6527@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.