From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.help Subject: Re: Swedish letters in outline-mode under GNU Emacs 22.0.50.1 Date: Wed, 22 Mar 2006 23:05:56 -0500 Organization: Bell Sympatico Message-ID: <87wtelbyby.fsf-monnier+gnu.emacs.help@gnu.org> References: <1143018936.153086.202240@j33g2000cwa.googlegroups.com> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Trace: sea.gmane.org 1143088841 19526 80.91.229.2 (23 Mar 2006 04:40:41 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 23 Mar 2006 04:40:41 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Mar 23 05:40:37 2006 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1FMHci-0003gb-VT for geh-help-gnu-emacs@m.gmane.org; Thu, 23 Mar 2006 05:40:37 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FMHci-0003cG-B9 for geh-help-gnu-emacs@m.gmane.org; Wed, 22 Mar 2006 23:40:36 -0500 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!postnews.google.com!news4.google.com!border1.nntp.dca.giganews.com!nntp.giganews.com!nf3.bellglobal.com!nf1.bellglobal.com!nf2.bellglobal.com!news20.bellglobal.com.POSTED!not-for-mail Original-Newsgroups: gnu.emacs.help User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux) Cancel-Lock: sha1:yBj2a71cFArOr47VQBTxk7acXiU= Original-Lines: 16 Original-NNTP-Posting-Host: 70.55.140.81 Original-X-Complaints-To: abuse@sympatico.ca Original-X-Trace: news20.bellglobal.com 1143086756 70.55.140.81 (Wed, 22 Mar 2006 23:05:56 EST) Original-NNTP-Posting-Date: Wed, 22 Mar 2006 23:05:56 EST Original-Xref: shelby.stanford.edu gnu.emacs.help:138346 Original-To: help-gnu-emacs@gnu.org 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:33953 Archived-At: > Hey there, Emacs Lovers! > I have built the cvs version 22.0.50.1 of GNU Emacs on my Gentoo PC and > found it to be a real speed devil and to contain lots of new really > useful features not present in GNU Emacs 21.4 or earlier. Everything > works very well except for the following: > 1. I cannot get the swedish letters (åäöÅÄÖ) to be rendered in > outline-mode, eventhough they work in text and C mode. Instead they are > drawng in another color as their octal values \366, \344 etc. Does it happen with "emacs -Q" as well? If not, the problem is in your .emacs. Maybe a left-over call to standard-display-european? Stefan