From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: "Attempt to modify read-only object" error with set-frame-configuration Date: Tue, 25 Dec 2007 06:07:12 +0200 Message-ID: References: <47698DF5.2080106@gmx.at> <4770387D.2040102@gmx.at> Reply-To: Eli Zaretskii NNTP-Posting-Host: lo.gmane.org X-Trace: ger.gmane.org 1198555651 19611 80.91.229.12 (25 Dec 2007 04:07:31 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 25 Dec 2007 04:07:31 +0000 (UTC) Cc: lekktu@gmail.com, emacs-devel@gnu.org To: martin rudalics Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Dec 25 05:07:45 2007 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1J714v-0004Fe-6t for ged-emacs-devel@m.gmane.org; Tue, 25 Dec 2007 05:07:41 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1J714a-00012A-Nh for ged-emacs-devel@m.gmane.org; Mon, 24 Dec 2007 23:07:20 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1J714W-00011v-ME for emacs-devel@gnu.org; Mon, 24 Dec 2007 23:07:16 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1J714U-0000yg-36 for emacs-devel@gnu.org; Mon, 24 Dec 2007 23:07:15 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1J714T-0000yP-T2 for emacs-devel@gnu.org; Mon, 24 Dec 2007 23:07:13 -0500 Original-Received: from nitzan.inter.net.il ([213.8.233.22]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1J714T-0000c4-Ow for emacs-devel@gnu.org; Mon, 24 Dec 2007 23:07:13 -0500 Original-Received: from HOME-C4E4A596F7 (IGLD-84-229-248-15.inter.net.il [84.229.248.15]) by nitzan.inter.net.il (MOS 3.7.3a-GA) with ESMTP id IQK99863 (AUTH halo1); Tue, 25 Dec 2007 06:04:40 +0200 (IST) In-reply-to: <4770387D.2040102@gmx.at> (message from martin rudalics on Mon, 24 Dec 2007 23:53:49 +0100) X-detected-kernel: by monty-python.gnu.org: FreeBSD 4.7-5.2 (or MacOS X 10.2-10.4) (2) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:85438 Archived-At: > Date: Mon, 24 Dec 2007 23:53:49 +0100 > From: martin rudalics > CC: Juanma Barranquero , emacs-devel@gnu.org > > With my previous patch and > > (let ((cfg (current-frame-configuration))) > (set-frame-configuration cfg)) > > the following bug still persists: > > Debugger entered--Lisp error: (wrong-type-argument symbolp (left-fringe)) I think this means that your previous patch and the one you suggest here is not the correct solution. We must first understand what is the problem with initial frame parameters on w32, and what causes that problem.