[Top][All Lists]
[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.
- Re: "Attempt to modify read-only object" error with set-frame-configuration, (continued)
- Re: "Attempt to modify read-only object" error with set-frame-configuration, Juanma Barranquero, 2007/12/19
- Re: "Attempt to modify read-only object" error with set-frame-configuration, martin rudalics, 2007/12/20
- Re: "Attempt to modify read-only object" error with set-frame-configuration, Juanma Barranquero, 2007/12/20
- Re: "Attempt to modify read-only object" error with set-frame-configuration, martin rudalics, 2007/12/20
- Re: "Attempt to modify read-only object" error with set-frame-configuration, Juanma Barranquero, 2007/12/20
- Re: "Attempt to modify read-only object" error with set-frame-configuration, martin rudalics, 2007/12/20
- Re: "Attempt to modify read-only object" error with set-frame-configuration, Juanma Barranquero, 2007/12/20
Re: "Attempt to modify read-only object" error with set-frame-configuration, Eli Zaretskii, 2007/12/22
Re: "Attempt to modify read-only object" error with set-frame-configuration, martin rudalics, 2007/12/24
Re: "Attempt to modify read-only object" error with set-frame-configuration, Eli Zaretskii, 2007/12/24
Re: "Attempt to modify read-only object" error with set-frame-configuration, martin rudalics, 2007/12/25
Re: "Attempt to modify read-only object" error with set-frame-configuration, Eli Zaretskii, 2007/12/25
Re: "Attempt to modify read-only object" error with set-frame-configuration, martin rudalics, 2007/12/25
Re: "Attempt to modify read-only object" error with set-frame-configuration, Richard Stallman, 2007/12/26
Re: "Attempt to modify read-only object" error with set-frame-configuration, YAMAMOTO Mitsuharu, 2007/12/26
Re: "Attempt to modify read-only object" error with set-frame-configuration, martin rudalics, 2007/12/26
Re: "Attempt to modify read-only object" error with set-frame-configuration, Richard Stallman, 2007/12/26