GNU bug report logs - #11439
Isearch and ucs-insert strangeness

Previous Next

Package: emacs;

Reported by: Deniz Dogan <deniz <at> dogan.se>

Date: Tue, 8 May 2012 20:55:01 UTC

Severity: normal

Done: Chong Yidong <cyd <at> gnu.org>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Glenn Morris <rgm <at> gnu.org>
To: Deniz Dogan <deniz <at> dogan.se>
Cc: 11439 <at> debbugs.gnu.org
Subject: bug#11439: Isearch and ucs-insert strangeness
Date: Thu, 10 May 2012 14:20:41 -0400
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)





This bug report was last modified 13 years and 23 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.