emacs-devel
[Top][All Lists]
Advanced

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

Re: "Attempt to modify read-only object" error with set-frame-configurat


From: Eli Zaretskii
Subject: Re: "Attempt to modify read-only object" error with set-frame-configuration
Date: Tue, 25 Dec 2007 23:01:08 +0200

> From: Richard Stallman <address@hidden>
> CC: address@hidden, address@hidden, address@hidden
> Date: Sun, 23 Dec 2007 10:32:04 -0500
> 
>     GDB shows that old_alist_elt's value is 18412069 decimal or 118f225
>     hex, which indeed seems to be in pure space.  The value of
>     f->param_alist includes `(visibility)', and I verified by stepping
>     into Fassq that it finds this element of the alist, and then this last
>     line of Fassq:
> 
> The bug is making that cons cell pure in the first place.
> These cells are all meant to be setcdr'd.
> So if you (someone) can find where that cons cell is made,
> you will find the bug.

What about the fact that "xtype 18412069" says "int"? isn't that in
itself a manifestation of a bug?  I'd expect it to be a cons cell.




reply via email to

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