From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.help Subject: Re: How do I get emacs to display accented characters? Date: Mon, 2 Dec 2002 08:24:03 +0200 (IST) Sender: help-gnu-emacs-admin@gnu.org Message-ID: References: <6525a5d7.0212012151.2aae4bcf@posting.google.com> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=ISO-8859-1 Content-Transfer-Encoding: QUOTED-PRINTABLE X-Trace: main.gmane.org 1038810299 15480 80.91.224.249 (2 Dec 2002 06:24:59 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 2 Dec 2002 06:24:59 +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 18Ik0n-00041Q-00 for ; Mon, 02 Dec 2002 07:24:57 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 18Ik0t-0002LM-00; Mon, 02 Dec 2002 01:25:03 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 18Ik06-0001V5-00 for help-gnu-emacs@gnu.org; Mon, 02 Dec 2002 01:24:14 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 18Ik02-0001Sp-00 for help-gnu-emacs@gnu.org; Mon, 02 Dec 2002 01:24:13 -0500 Original-Received: from is.elta.co.il ([199.203.121.2]) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 18Ik00-0001SP-00 for help-gnu-emacs@gnu.org; Mon, 02 Dec 2002 01:24:09 -0500 Original-Received: from is (is [199.203.121.2]) by is.elta.co.il (8.9.3/8.8.8) with SMTP id IAA29740 for ; Mon, 2 Dec 2002 08:24:03 +0200 (IST) X-Sender: eliz@is Original-To: help-gnu-emacs@gnu.org In-Reply-To: <6525a5d7.0212012151.2aae4bcf@posting.google.com> Errors-To: help-gnu-emacs-admin@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.0.11 Precedence: bulk List-Help: 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:4184 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:4184 On 1 Dec 2002, Jay F. Shachter wrote: > When I use XEmacs, I have no problem. When the buffer contains, e.g., > "Rick's Caf=E9 Am=E9ricain", XEmacs displays "Rick's Caf=E9 Am=E9ricain". > Emacs, on the other hand, displays "Rick's Cafe Americain". Unless > I do (load-library "iso-ascii"), in which case it displays "Rick's > Caf{'e} Am{'e}ricain". Nothing I do has succeeding in getting Emacs > to display "Rick's Caf=E9 Am=E9ricain" like XEmacs does. Try running Emacs with "emacs -q --no-site-file". If that solves the=20 problems you have, there's something in your .emacs or in the site-wide=20 startup files which does the damage. > These are the things that I have done, which have had no effect: > (set-terminal-coding-system 'iso-latin-1-unix) > (setq unibyte-display-via-language-environment t) > (set-language-environment 'Latin-1) There's probably more customizations in your .emacs that produce the=20 adverse effect. Something that makes your sessions unibyte, perhaps?