all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: jasonr (Jason Rumney) @  f2s.com
Subject: Re: Why Ctrl+Shift keys work as ESC? And is it possible to not?
Date: Wed, 30 Nov 2005 22:45:31 +0000	[thread overview]
Message-ID: <u3bldpxf8.fsf@jasonrumney.net> (raw)
In-Reply-To: 1133376953.244374.327050@g47g2000cwa.googlegroups.com

"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	other threads:[~2005-11-30 22:45 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-11-30 18:55 Why Ctrl+Shift keys work as ESC? And is it possible to not? Sergey Fukanchik
2005-11-30 22:45 ` Jason Rumney [this message]

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=u3bldpxf8.fsf@jasonrumney.net \
    --to=jasonr@f2s.com \
    /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.