emacs-devel
[Top][All Lists]
Advanced

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

Re: Lisp reader bug


From: Kenichi Handa
Subject: Re: Lisp reader bug
Date: Wed, 9 Apr 2003 16:18:08 +0900 (JST)
User-agent: SEMI/1.14.3 (Ushinoya) FLIM/1.14.2 (Yagi-Nishiguchi) APEL/10.2 Emacs/21.2.92 (sparc-sun-solaris2.6) MULE/5.0 (SAKAKI)

In article <address@hidden>, Richard Stallman <address@hidden> writes:
>     Emacs of CVS HEAD has a bug in Lisp reader.  For instance,
>     (read (format "'%c" (decode-char 'ucs #x102)))
>     => (quote )

> Is that a bug?  I am not sure.  What do you think correct behavior
> would be?

The correct behaviour is that the 2nd element of the
returned list a symbol whose name is the same as:
  (string (decode-char 'ucs #x102))
That is also the behaviour of the previous Emacs.

---
Ken'ichi HANDA
address@hidden




reply via email to

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