GNU bug report logs - #23797
24.5; set-char-table-range changes wrong range

Previous Next

Package: emacs;

Reported by: ynyaaa <at> gmail.com

Date: Sat, 18 Jun 2016 22:19:01 UTC

Severity: normal

Found in version 24.5

Done: Eli Zaretskii <eliz <at> gnu.org>

Bug is archived. No further changes may be made.

Full log


Message #10 received at 23797-done <at> debbugs.gnu.org (full text, mbox):

From: Eli Zaretskii <eliz <at> gnu.org>
To: ynyaaa <at> gmail.com
Cc: 23797-done <at> debbugs.gnu.org
Subject: Re: bug#23797: 24.5; set-char-table-range changes wrong range
Date: Sun, 19 Jun 2016 18:26:50 +0300
> From: ynyaaa <at> gmail.com
> Date: Sun, 19 Jun 2016 07:18:32 +0900
> 
> 
> `set-char-table-range' may change values for out-of-range entries.
> 
> (let ((table (make-char-table nil nil)))
>   (set-char-table-range table '(#x10000 . #x20000) t)
>   (aref table #x2FFFF))
> =>t

Fixed on master.

Thanks.




This bug report was last modified 9 years and 29 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.