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