From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Paul Pogonyshev Newsgroups: gmane.emacs.devel Subject: weird bug with `Russian-computer'? Date: Mon, 4 Jul 2005 00:27:59 +0300 Message-ID: <200507040027.59478.pogonyshev@gmx.net> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable X-Trace: sea.gmane.org 1120427242 12381 80.91.229.2 (3 Jul 2005 21:47:22 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 3 Jul 2005 21:47:22 +0000 (UTC) Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Jul 03 23:47:12 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1DpCIl-00088O-CO for ged-emacs-devel@m.gmane.org; Sun, 03 Jul 2005 23:46:59 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DpCJw-0005FU-8z for ged-emacs-devel@m.gmane.org; Sun, 03 Jul 2005 17:48:12 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1DpCGz-0004Db-Td for emacs-devel@gnu.org; Sun, 03 Jul 2005 17:45:09 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1DpCGw-0004Bm-LT for emacs-devel@gnu.org; Sun, 03 Jul 2005 17:45:08 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DpCB8-0001sI-SV for emacs-devel@gnu.org; Sun, 03 Jul 2005 17:39:06 -0400 Original-Received: from [213.165.64.20] (helo=mail.gmx.net) by monty-python.gnu.org with smtp (Exim 4.34) id 1DpC6i-0003zw-Ny for emacs-devel@gnu.org; Sun, 03 Jul 2005 17:34:33 -0400 Original-Received: (qmail invoked by alias); 03 Jul 2005 21:28:40 -0000 Original-Received: from unknown (EHLO localhost.localdomain) [195.222.81.100] by mail.gmx.net (mp023) with SMTP; 03 Jul 2005 23:28:40 +0200 X-Authenticated: #16844820 Original-To: emacs-devel@gnu.org User-Agent: KMail/1.4.3 X-Y-GMX-Trusted: 0 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:40272 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:40272 With the `Russian-computer' input method, S-/ combination produces a comm= a (instead of a question mark with standard English.) That is OK and the way it should be. However, when I start incremental search, the key work= s as in English, while the rest of the keyboard keeps producing Russian letters etc. To reproduce: $ emacs -Q C-x RET C-\ russian-computer RET S-/=09(note the comma) C-s S-/ (note the question mark!) I have a few months old CVS snapshot here. Paul