emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

address@hidden: Re: Character problems]


From: Richard Stallman
Subject: address@hidden: Re: Character problems]
Date: Mon, 25 Mar 2002 05:02:06 -0700 (MST)

Can someone please work on this?

------- Start of forwarded message -------
To: address@hidden
Subject: Re: Character problems 
In-reply-to: Your message of "Sun, 24 Mar 2002 08:53:14 MST."
             <address@hidden> 
Date: Sun, 24 Mar 2002 13:02:02 -0600
From: Ed Reingold <address@hidden>
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 -------



reply via email to

[Prev in Thread] Current Thread [Next in Thread]