From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Ted Zlatanov Newsgroups: gmane.emacs.help Subject: Re: emacs 23 input method changes Date: Thu, 11 Sep 2008 13:55:17 -0500 Organization: =?utf-8?B?0KLQtdC+0LTQvtGAINCX0LvQsNGC0LDQvdC+0LI=?= @ Cienfuegos Message-ID: <86r67qtsve.fsf@lifelogs.com> References: <87y71y208r.fsf@laymusic.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Trace: ger.gmane.org 1221162422 13267 80.91.229.12 (11 Sep 2008 19:47:02 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 11 Sep 2008 19:47:02 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Sep 11 21:47:58 2008 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1Kds6C-0003Q5-Ft for geh-help-gnu-emacs@m.gmane.org; Thu, 11 Sep 2008 21:45:04 +0200 Original-Received: from localhost ([127.0.0.1]:49169 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Kds5C-0003GD-6e for geh-help-gnu-emacs@m.gmane.org; Thu, 11 Sep 2008 15:44:02 -0400 Original-Path: news.stanford.edu!newsfeed.stanford.edu!news.tele.dk!news.tele.dk!small.news.tele.dk!newsfeed.icl.net!newsfeed.fjserv.net!newsfeed00.sul.t-online.de!t-online.de!news.albasani.net!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 32 Original-X-Trace: news.albasani.net 7Iv4xFS8M6hmfBXtQaOs3OLjGTlCS9bV7J57mxjU/gkkUk6Oc/tLr6+PaOSZLPxM+JDxKFnnCsFZZwspmpB43/4uaFxJjlX9B3Atq+fJNgqnqyzAL//XYbGKI+ecEQWZ Original-X-Complaints-To: abuse@albasani.net Original-NNTP-Posting-Date: Thu, 11 Sep 2008 18:55:17 +0000 (UTC) X-User-ID: cTXwBwgpWtu1bAV4Nh7ZfL7qAZx0D1sBDcC3hD/NICc= X-Face: bd.DQ~'29fIs`T_%O%C\g%6jW)yi[zuz6; d4V0`@y-~$#3P_Ng{@m+e4o<4P'#(_GJQ%TT= D}[Ep*b!\e,fBZ'j_+#"Ps?s2!4H2-Y"sx" Cancel-Lock: sha1:gM/eMhfP4qr9uPJynbf/Zl9RZIc= sha1:ymOyHDHRo9YQ6U9hGzPH7wfOeu8= User-Agent: Gnus/5.110011 (No Gnus v0.11) Emacs/23.0.60 (gnu/linux) X-NNTP-Posting-Host: 7LdrS6QjIpWJWW/Nlo5tpQRt8mX8V5ewn8hpi+zpGZM= Original-Xref: news.stanford.edu gnu.emacs.help:162101 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:57445 Archived-At: On Thu, 11 Sep 2008 08:13:22 -0400 Laura Conrad wrote: LC> I just upgraded my ubuntu system to Hardy Heron, which has emacs 23 as LC> the default emacs, instead of emacs 22. LC> I had been using the TeX input method for occasional non-ascii LC> characters, such as é or ü. LC> This no longer works for me, because the default seems to be that LC> after you've typed a backslash, it goes on reading several characters, LC> and I always end up with something in Chinese or Japanese when I've LC> tried to type an é. LC> I don't read, and certainly don't type, Chinese. How do I tell the LC> TeX input method: LC> To stop accepting input when the character I want appears in the LC> mini-buffer? This should be automatic. If it's not, two or more rules overlap and it may need to be fixed. Can you specify an example? LC> That in general I'm going to be using two-character sequences for LC> Latin alphabets, and not typing Chinese? I think the TeX input method (as defined in leim/quail/latin-ltx.el) doesn't have any Asian characters. Can you give an example? Look in that file to see the current bindings--maybe that will help. Can you also check the actual value of your `default-input-method' to make sure it's correct? Ted