From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: harven Newsgroups: gmane.emacs.help Subject: Re: emacs 22 missing iso-accents-mode Date: Thu, 1 May 2008 13:28:50 -0700 (PDT) Organization: http://groups.google.com Message-ID: References: <871w4q9t7d.fsf@dod.no> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1209674445 21354 80.91.229.12 (1 May 2008 20:40:45 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 1 May 2008 20:40:45 +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 May 01 22:41:20 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 1Jrfaa-0004IW-UP for geh-help-gnu-emacs@m.gmane.org; Thu, 01 May 2008 22:41:13 +0200 Original-Received: from localhost ([127.0.0.1]:38210 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JrfZt-0002CT-SM for geh-help-gnu-emacs@m.gmane.org; Thu, 01 May 2008 16:40:29 -0400 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!postnews.google.com!i76g2000hsf.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 26 Original-NNTP-Posting-Host: 82.240.200.149 Original-X-Trace: posting.google.com 1209673731 27671 127.0.0.1 (1 May 2008 20:28:51 GMT) Original-X-Complaints-To: groups-abuse@google.com Original-NNTP-Posting-Date: Thu, 1 May 2008 20:28:51 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: i76g2000hsf.googlegroups.com; posting-host=82.240.200.149; posting-account=hanW0AoAAADuR-PIr5jGeb298Y3jGR7p User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X; en-US; rv:1.8.1.14) Gecko/20080404 Firefox/2.0.0.14,gzip(gfe),gzip(gfe) Original-Xref: shelby.stanford.edu gnu.emacs.help:158318 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:53683 Archived-At: On May 1, 5:58 pm, Steinar Bang wrote: > >>>>> Reiner Steib : > > Why didn't you upgrade to 22.2? > > Because 22.1 is the one Ubuntu Hardy comes with. > > > The NEWS file suggests to use input methods instead: > > ,----[ NEWS | N ] > >> *** iso-acc.el is now obsolete. Use one of the latin input methods instead. > > `---- > > Ok, thanx. I'll have to figure out what a "latin input method" is, I > guess... one of these days, RSN...:-) Put in your .emacs (setq default-input-method "latin-1-prefix") if you want to enter accents with prefix notation e.g. 'e for accented e. Type C-\ to activate/desactivate the input method when you are in a buffer. Or better, specify some language environment in your .emacs e.g. (set-language-environment 'Swedish) The input method will be set accordingly. Type M-x describe-language-environment RET SPC to get a list of all language environments available on your system. Norway doesn't seem to be available on my system though.