emacs-devel
[Top][All Lists]
Advanced

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

Re: printing most-negative-fixnum fails


From: Kenichi Handa
Subject: Re: printing most-negative-fixnum fails
Date: Wed, 12 May 2004 10:41:33 +0900 (JST)
User-agent: SEMI/1.14.3 (Ushinoya) FLIM/1.14.2 (Yagi-Nishiguchi) APEL/10.2 Emacs/21.3 (sparc-sun-solaris2.6) MULE/5.0 (SAKAKI)

In article <address@hidden>, Richard Stallman <address@hidden> writes:

>>  Minor annoyance is that evaluating most-negative-fixnum in *scratch*
>>  (Lisp Interaction mode) fails...

>     This bug is caused by calling `(downcase most-negative-fixnum)'
>     in `event-modifiers' called from `prin1-char'.

> The bug exists because the range of integers is greater
> and there are bits above the character flags.  So I put the
> change below into casefiddle.c.

I think downcase, etc should signal an error if an argument
is not character nor string.  This problem should be fixed
in prin1-char as I wrote in the previous mail.

---
Ken'ichi HANDA
address@hidden




reply via email to

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