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

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

bug#11439: Isearch and ucs-insert strangeness


From: Glenn Morris
Subject: bug#11439: Isearch and ucs-insert strangeness
Date: Thu, 10 May 2012 14:20:41 -0400
User-agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/)

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 via email to

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