From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: devanagari diacritics Date: Mon, 28 Oct 2013 10:47:41 -0400 Message-ID: References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1382971678 8071 80.91.229.3 (28 Oct 2013 14:47:58 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 28 Oct 2013 14:47:58 +0000 (UTC) Cc: emacs-devel To: Rustom Mody Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Oct 28 15:48:02 2013 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Vao6s-0004mM-6z for ged-emacs-devel@m.gmane.org; Mon, 28 Oct 2013 15:48:02 +0100 Original-Received: from localhost ([::1]:41662 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vao6r-0006Fb-QW for ged-emacs-devel@m.gmane.org; Mon, 28 Oct 2013 10:48:01 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:45096) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vao6i-0006FI-6e for emacs-devel@gnu.org; Mon, 28 Oct 2013 10:47:59 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Vao6Z-0006vO-JP for emacs-devel@gnu.org; Mon, 28 Oct 2013 10:47:52 -0400 Original-Received: from ironport2-out.teksavvy.com ([206.248.154.182]:54852) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vao6Z-0006vK-FX for emacs-devel@gnu.org; Mon, 28 Oct 2013 10:47:43 -0400 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: Av8EABK/CFFsr+um/2dsb2JhbABEhke4Rxdzgh4BAQQBIzMjBQsLGgIYDgICFBgNJIgeBq5fkk6BI45UgRMDpHqBXoMT X-IPAS-Result: Av8EABK/CFFsr+um/2dsb2JhbABEhke4Rxdzgh4BAQQBIzMjBQsLGgIYDgICFBgNJIgeBq5fkk6BI45UgRMDpHqBXoMT X-IronPort-AV: E=Sophos;i="4.84,565,1355115600"; d="scan'208";a="36506460" Original-Received: from 108-175-235-166.dsl.teksavvy.com (HELO pastel.home) ([108.175.235.166]) by ironport2-out.teksavvy.com with ESMTP/TLS/ADH-AES256-SHA; 28 Oct 2013 10:47:42 -0400 Original-Received: by pastel.home (Postfix, from userid 20848) id 1180360012; Mon, 28 Oct 2013 10:47:42 -0400 (EDT) In-Reply-To: (Rustom Mody's message of "Mon, 28 Oct 2013 18:51:19 +0530") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 206.248.154.182 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:164598 Archived-At: > Heres some strange behavior > 1. I type the letter =C4=AB into a buffer > 2. Type C-u C-x =3D. > emacs tells me its LATIN SMALL LETTER I WITH MACRON > 3. start tex input mode > 4. C-u C-x =3D > Its still LATIN SMALL LETTER I WITH MACRON > And furthermore > to input: type "\=3D{i}" or "\=3D{\i}" or "\=3Di" with TeX input method > So then I try \=3Di > I get =D3=A3 > which is > name: CYRILLIC SMALL LETTER I WITH MACRON Sounds like a bug I fixed in ltx-latin.el a few months ago (IIRC it's a new bug in 24.3, fixed in trunk). Stefan