all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Glenn Morris <rgm@gnu.org>
To: Deniz Dogan <deniz@dogan.se>
Cc: 11439@debbugs.gnu.org
Subject: bug#11439: Isearch and ucs-insert strangeness
Date: Thu, 10 May 2012 14:20:41 -0400	[thread overview]
Message-ID: <rnwr4jj3t2.fsf@fencepost.gnu.org> (raw)
In-Reply-To: <4FA98747.4090705@dogan.se> (Deniz Dogan's message of "Tue, 08 May 2012 22:51:19 +0200")


In emacs -Q,
(lookup-key isearch-mode-map "\C-x")

says

isearch-other-control-char

but after

emacs -Q
C-x 8 RET C-g

it says

(keymap (56) (t . isearch-other-control-char))


Using C-x 8 causes iso-transl to be loaded, and it does this:

  (define-key isearch-mode-map "\C-x" nil)
  (define-key isearch-mode-map [?\C-x t] 'isearch-other-control-char)
  (define-key isearch-mode-map "\C-x8" nil)






  reply	other threads:[~2012-05-10 18:20 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-05-08 20:51 bug#11439: Isearch and ucs-insert strangeness Deniz Dogan
2012-05-10 18:20 ` Glenn Morris [this message]
2012-07-18  9:29 ` Chong Yidong
2012-07-18  9:52   ` Andreas Schwab
2012-07-18 10:17     ` Juri Linkov
2012-07-18 11:24       ` Andreas Schwab

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=rnwr4jj3t2.fsf@fencepost.gnu.org \
    --to=rgm@gnu.org \
    --cc=11439@debbugs.gnu.org \
    --cc=deniz@dogan.se \
    /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.