unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* [reingold@emr.cs.iit.edu: Re: Character problems]
@ 2002-03-25 12:02 Richard Stallman
  2002-03-25 19:58 ` Eli Zaretskii
  0 siblings, 1 reply; 2+ messages in thread
From: Richard Stallman @ 2002-03-25 12:02 UTC (permalink / raw)


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain, Size: 1195 bytes --]

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 <reingold@emr.cs.iit.edu>
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


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2002-03-25 19:58 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-03-25 12:02 [reingold@emr.cs.iit.edu: Re: Character problems] Richard Stallman
2002-03-25 19:58 ` Eli Zaretskii

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).