From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Jesper Harder Newsgroups: gmane.emacs.help Subject: Re: problem with input method Supersedes: Date: Sun, 29 Sep 2002 13:00:42 +0200 Organization: http://purl.org/harder/ Sender: help-gnu-emacs-admin@gnu.org Message-ID: References: NNTP-Posting-Host: localhost.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Trace: main.gmane.org 1033298175 26927 127.0.0.1 (29 Sep 2002 11:16:15 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 29 Sep 2002 11:16:15 +0000 (UTC) Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 17vc3Z-00070B-00 for ; Sun, 29 Sep 2002 13:16:14 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10) id 17vc3o-0001tz-00; Sun, 29 Sep 2002 07:16:28 -0400 Original-Path: shelby.stanford.edu!nntp.stanford.edu!newsfeed.stanford.edu!logbridge.uoregon.edu!news.tele.dk!small.news.tele.dk!193.162.153.118!news.tele.dk!not-for-mail Original-Newsgroups: gnu.emacs.help X-Face: ^RrvqCr7c,P$zTR:QED"@h9+BTm-"fjZJJ-3=OU7.)i/K]<.J88}s>'Z_$r; List-Post: List-Subscribe: , List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.emacs.help:2028 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:2028 giglio robḅ d'acciaio writes: > I've the following problem with the input methods in Emacs 20.7.1: > editing a LaTeX source file it opens it using the "@ -- > iso-2022-8bit-ss2-unix" coding system while I'd need to use "latin-1", > but when I tell it to select it as current, it answers me: 'Can't > activate input method `latin-1-prefix''. Why? How can I solve it? You don't want to activate an *input* method for reading a file. Input methods are for entering characters, which aren't available on your keyboard. I think the reason you get an error is that LEIM (Library of Input Methods) is missing on your system -- you can get it from the same places where Emacs is available. What you need is to specify a coding system instead. You can do it with `C-x RET c latin-1 RET C-x C-f'