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: Fri, 12 Sep 2008 11:24:54 -0500 Organization: =?utf-8?B?0KLQtdC+0LTQvtGAINCX0LvQsNGC0LDQvdC+0LI=?= @ Cienfuegos Message-ID: <86d4j9s561.fsf@lifelogs.com> References: <878wtyo1zs.fsf@laymusic.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1221237661 18116 80.91.229.12 (12 Sep 2008 16:41:01 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 12 Sep 2008 16:41:01 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Sep 12 18:41:55 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 1KeBiL-0006OU-6u for geh-help-gnu-emacs@m.gmane.org; Fri, 12 Sep 2008 18:41:45 +0200 Original-Received: from localhost ([127.0.0.1]:33803 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KeBhK-0003ls-Km for geh-help-gnu-emacs@m.gmane.org; Fri, 12 Sep 2008 12:40:42 -0400 Original-Path: news.stanford.edu!newsfeed.stanford.edu!postnews.google.com!news1.google.com!border1.nntp.dca.giganews.com!nntp.giganews.com!newsfeed00.sul.t-online.de!t-online.de!news.albasani.net!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 22 Original-X-Trace: news.albasani.net /DSS5lsDP3rKnuNmFq9RfaecRhOmqI8BpXmw6W02eGC0LU8fpGjyeSluST4nGlXBtJkMDmMVZ2dfPR3xz9YCmoKPLfnkrPilskSXF3ob0xIhbuS+otWMkZ6FK9SUvPii Original-X-Complaints-To: abuse@albasani.net Original-NNTP-Posting-Date: Fri, 12 Sep 2008 16:24:54 +0000 (UTC) X-User-ID: DAaGJYec77VZXHXpoZGocalcTOyCploHwuspOEB3QtE= 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:Bt0su0gIYF5/y9S1vBMaBDgAw1w= sha1:oHXRUR7WzD6kVNlU0yLKqTz+QLE= User-Agent: Gnus/5.110011 (No Gnus v0.11) Emacs/23.0.60 (gnu/linux) X-NNTP-Posting-Host: CsUovik31nWsHABBfE2wjch1SSC9+3V7ElQzsebJE4s= Original-Xref: news.stanford.edu gnu.emacs.help:162138 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:57482 Archived-At: On Thu, 11 Sep 2008 16:34:47 -0400 Laura Conrad wrote: LC> (setq locale-coding-system 'utf-8) LC> (set-terminal-coding-system 'utf-8) LC> (set-keyboard-coding-system 'utf-8) LC> (set-selection-coding-system 'utf-8) LC> (prefer-coding-system 'utf-8) LC> (setq default-input-method "TeX") LC> It looks like it's some of that UTF-8 stuff I quoted in my previous mail. LC> It was necessary to get UTF-8 encoding in 22, but isn't in 23. (At LC> least if you have your LOCALE and such set the way I do.) LC> I'll see if I have to put any of it back, and report, but it looks LC> from a quick test like things are fine if I take it all out. If this is indeed working for you, then the broken behavior may be a bug or at least something that should be noted in the docs. None of those functions and variables are deprecated. Ted