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

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

Re: Why Ctrl+Shift keys work as ESC? And is it possible to not?


From: Jason Rumney
Subject: Re: Why Ctrl+Shift keys work as ESC? And is it possible to not?
Date: Wed, 30 Nov 2005 22:45:31 +0000
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (windows-nt)

"Sergey Fukanchik" <fukanchik@gmail.com> writes:

> I trying to search interactively for string which contains latin
> and cyrillic letters at the same time. I press Ctrl-s and start
> with latin part. Then, when i need to enter cyrillic letters, i
> switch my keyboard layout with Ctrl+Shift. At this moment
> my emacs breaks search and leaves minibuffer as if i pressed
> ESC.

> Why does emacs threats Ctrl+Shift as Esc and is it possible
> to make it not?

isearch treats all non-recognized events as isearch-cancel.

Either of the following should work:

(define-key isearch-mode-map [language-change] nil)

(setq search-exit-option nil)


reply via email to

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