From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: [reingold@emr.cs.iit.edu: Re: Character problems] Date: Mon, 25 Mar 2002 05:02:06 -0700 (MST) Sender: emacs-devel-admin@gnu.org Message-ID: <200203251202.g2PC26O03160@aztec.santafe.edu> Reply-To: rms@gnu.org NNTP-Posting-Host: localhost.gmane.org X-Trace: main.gmane.org 1017057889 12226 127.0.0.1 (25 Mar 2002 12:04:49 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 25 Mar 2002 12:04:49 +0000 (UTC) Original-Received: from quimby.gnus.org ([80.91.224.244]) by main.gmane.org with esmtp (Exim 3.33 #1 (Debian)) id 16pTDV-0003B5-00 for ; Mon, 25 Mar 2002 13:04:49 +0100 Original-Received: from fencepost.gnu.org ([199.232.76.164]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 16pTLW-00033E-00 for ; Mon, 25 Mar 2002 13:13:06 +0100 Original-Received: from localhost ([127.0.0.1] helo=fencepost.gnu.org) by fencepost.gnu.org with esmtp (Exim 3.34 #1 (Debian)) id 16pTDM-0003UA-00; Mon, 25 Mar 2002 07:04:40 -0500 Original-Received: from pele.santafe.edu ([192.12.12.119]) by fencepost.gnu.org with esmtp (Exim 3.34 #1 (Debian)) id 16pTAt-0003Nw-00; Mon, 25 Mar 2002 07:02:07 -0500 Original-Received: from aztec.santafe.edu (aztec [192.12.12.49]) by pele.santafe.edu (8.11.6+Sun/8.9.3) with ESMTP id g2PC26a11015; Mon, 25 Mar 2002 05:02:06 -0700 (MST) Original-Received: (from rms@localhost) by aztec.santafe.edu (8.10.2+Sun/8.9.3) id g2PC26O03160; Mon, 25 Mar 2002 05:02:06 -0700 (MST) X-Authentication-Warning: aztec.santafe.edu: rms set sender to rms@aztec using -f Original-To: emacs-devel@gnu.org Errors-To: emacs-devel-admin@gnu.org X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.0.5 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Emacs development discussions. List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.emacs.devel:2190 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:2190 Can someone please work on this? ------- Start of forwarded message ------- To: rms@gnu.org Subject: Re: Character problems In-reply-to: Your message of "Sun, 24 Mar 2002 08:53:14 MST." <200203241553.g2OFrEg02731@aztec.santafe.edu> Date: Sun, 24 Mar 2002 13:02:02 -0600 From: Ed Reingold X-MIME-Autoconverted: from quoted-printable to 8bit by pele.santafe.edu id g2OJ2Ba27315 I entered Emacs version 21.1 with the -q option over a simple telnet. I then evaluate (in succession): (setq junk '(("Ê" . "\\^{E}") ("Ë" . "\\\"{E}"))) --> (("Ê" . "\\^{E}") ("Ë" . "\\\"{E}")) (assoc "Ë" junk) --> ("Ë" . "\\\"{E}") (standard-display-european nil) --> [39] (assoc "Ë" junk) --> nil (standard-display-european t) --> [39] (assoc "Ë" junk) --> nil (assoc "Ë" junk) --> nil Notice that the assoc worked the first time, but then fails. Why would the workings of assoc (which has nothing to do with the display be affected?!!! ------- End of forwarded message ------- _______________________________________________ Emacs-devel mailing list Emacs-devel@gnu.org http://mail.gnu.org/mailman/listinfo/emacs-devel