From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Jesper Harder Newsgroups: gmane.emacs.bugs Subject: iso-ascii.el customize bug Date: Sun, 09 Feb 2003 04:38:03 +0100 Sender: bug-gnu-emacs-bounces+gnu-bug-gnu-emacs=m.gmane.org@gnu.org Message-ID: 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 1044761924 10580 80.91.224.249 (9 Feb 2003 03:38:44 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 9 Feb 2003 03:38:44 +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 18hiIk-0002kV-00 for ; Sun, 09 Feb 2003 04:38:42 +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 18hiKH-0003Fu-00 for gnu-bug-gnu-emacs@m.gmane.org; Sat, 08 Feb 2003 22:40:17 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 18hiK8-0003EZ-00 for bug-gnu-emacs@gnu.org; Sat, 08 Feb 2003 22:40:08 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 18hiK6-0003EO-00 for bug-gnu-emacs@gnu.org; Sat, 08 Feb 2003 22:40:07 -0500 Original-Received: from pfepb.post.tele.dk ([193.162.153.3]) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 18hiK6-0003EJ-00 for bug-gnu-emacs@gnu.org; Sat, 08 Feb 2003 22:40:06 -0500 Original-Received: from [195.249.82.202] (0xc3f952ca.esnxr1.ras.tele.dk [195.249.82.202]) by pfepb.post.tele.dk (Postfix) with ESMTP id 4FA405EE04B for ; Sun, 9 Feb 2003 04:40:04 +0100 (CET) Original-To: bug-gnu-emacs@gnu.org User-Agent: Gnus/5.090015 (Oort Gnus v0.15) Emacs/21.3.50 X-BeenThere: bug-gnu-emacs@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: Bug reports for GNU Emacs, the Swiss army knife of text editors List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , Errors-To: bug-gnu-emacs-bounces+gnu-bug-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.bugs:4418 X-Report-Spam: http://spam.gmane.org/gmane.emacs.bugs:4418 Just selecting the i18n customization group turns on the display-table modifications done by the top-level forms in iso-ascii.el. A rather surprising side-effect! Steps to reproduce: * `M-x customize-group i18n' * Type some non-ASCII chars, e.g. "=E6=F8" which is shown as "{ae}{/o}" Isn't iso-ascii.el semi-obsolete, by the way? latin1-disp.el offers the same functionality (and more). In GNU Emacs 21.2.1 (i386-redhat-linux-gnu, X toolkit, Xaw3d scroll bars)