From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: August Karlstrom Newsgroups: gmane.emacs.bugs Subject: Mixed-up characters with TeX input method Date: Tue, 08 Mar 2005 06:06:20 +0100 Message-ID: <1110258380.26261.2.camel@c83-250-201-97.bredband.comhem.se> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1110259393 5757 80.91.229.2 (8 Mar 2005 05:23:13 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 8 Mar 2005 05:23:13 +0000 (UTC) Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Tue Mar 08 06:23:13 2005 Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1D8XB4-0004cV-Ci for geb-bug-gnu-emacs@m.gmane.org; Tue, 08 Mar 2005 06:22:42 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1D8XPT-0004WZ-QJ for geb-bug-gnu-emacs@m.gmane.org; Tue, 08 Mar 2005 00:37:35 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1D8XPQ-0004VY-3Y for bug-gnu-emacs@gnu.org; Tue, 08 Mar 2005 00:37:32 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1D8XMf-00041U-FZ for bug-gnu-emacs@gnu.org; Tue, 08 Mar 2005 00:34:44 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1D8XMe-0003wE-OT for bug-gnu-emacs@gnu.org; Tue, 08 Mar 2005 00:34:40 -0500 Original-Received: from [81.228.10.113] (helo=av3-2-sn4.m-sp.skanova.net) by monty-python.gnu.org with esmtp (Exim 4.34) id 1D8WvD-0008B7-CL for bug-gnu-emacs@gnu.org; Tue, 08 Mar 2005 00:06:19 -0500 Original-Received: by av3-2-sn4.m-sp.skanova.net (Postfix, from userid 502) id 07B5337E4D; Tue, 8 Mar 2005 06:06:17 +0100 (CET) Original-Received: from smtp4-1-sn4.m-sp.skanova.net (smtp4-1-sn4.m-sp.skanova.net [81.228.10.181]) by av3-2-sn4.m-sp.skanova.net (Postfix) with ESMTP id ECCC537E42 for ; Tue, 8 Mar 2005 06:06:16 +0100 (CET) Original-Received: from c83-250-201-97.bredband.comhem.se (c83-250-201-97.bredband.comhem.se [83.250.201.97]) by smtp4-1-sn4.m-sp.skanova.net (Postfix) with ESMTP id DA75637E43 for ; Tue, 8 Mar 2005 06:06:16 +0100 (CET) Original-To: bug-gnu-emacs@gnu.org X-Mailer: Evolution 2.0.2 (2.0.2-3) X-BeenThere: bug-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org X-MailScanner-To: geb-bug-gnu-emacs@m.gmane.org Xref: news.gmane.org gmane.emacs.bugs:10883 X-Report-Spam: http://spam.gmane.org/gmane.emacs.bugs:10883 In GNU Emacs 21.3.1 (i386-redhat-linux-gnu, X toolkit, Xaw3d scroll bars) of 2005-02-04 on bugs.build.redhat.com configured using `configure --build=i386-redhat-linux --host=i386- redhat-linux --target=i386-redhat-linux-gnu --program-prefix= -- prefix=/usr --exec-prefix=/usr --bindir=/usr/bin --sbindir=/usr/sbin -- sysconfdir=/etc --datadir=/usr/share --includedir=/usr/include -- libdir=/usr/lib --libexecdir=/usr/libexec --localstatedir=/var -- sharedstatedir=/usr/com --mandir=/usr/share/man -- infodir=/usr/share/info --with-pop --with-sound' Important settings: value of $LC_ALL: nil value of $LC_COLLATE: nil value of $LC_CTYPE: nil value of $LC_MESSAGES: en_US.UTF-8 value of $LC_MONETARY: nil value of $LC_NUMERIC: nil value of $LC_TIME: nil value of $LANG: sv_SE.UTF-8 locale-coding-system: utf-8 default-enable-multibyte-characters: t Please describe exactly what actions triggered the bug and the precise symptoms of the bug: With TeX input method typing `\searrow' inserts a south-west arrow (\swarrow) and typing `\swarrow' inserts a south-east arrow (\searrow). Steps to reproduce: Type `M-x set-input-method TeX' and then `\searrow' and `\swarrow'. -- August