From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: Re: "Attempt to modify read-only object" error with set-frame-configuration Date: Wed, 26 Dec 2007 16:26:39 -0500 Message-ID: References: <47698DF5.2080106@gmx.at> <47702D13.8050806@gmx.at> <47721595.8090105@gmx.at> Reply-To: rms@gnu.org NNTP-Posting-Host: lo.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: ger.gmane.org 1198704472 14172 80.91.229.12 (26 Dec 2007 21:27:52 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 26 Dec 2007 21:27:52 +0000 (UTC) Cc: lekktu@gmail.com, eliz@gnu.org, mituharu@math.s.chiba-u.ac.jp, emacs-devel@gnu.org To: martin rudalics Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Dec 26 22:28:05 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 1J7dnD-000187-Ec for ged-emacs-devel@m.gmane.org; Wed, 26 Dec 2007 22:27:59 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1J7dms-00088i-Kh for ged-emacs-devel@m.gmane.org; Wed, 26 Dec 2007 16:27:38 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1J7dlx-0007n7-Ud for emacs-devel@gnu.org; Wed, 26 Dec 2007 16:26:42 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1J7dlw-0007lq-59 for emacs-devel@gnu.org; Wed, 26 Dec 2007 16:26:41 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1J7dlv-0007lW-UJ for emacs-devel@gnu.org; Wed, 26 Dec 2007 16:26:40 -0500 Original-Received: from fencepost.gnu.org ([140.186.70.10]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1J7dlv-0000OP-NL for emacs-devel@gnu.org; Wed, 26 Dec 2007 16:26:39 -0500 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.60) (envelope-from ) id 1J7dlv-0006o9-81; Wed, 26 Dec 2007 16:26:39 -0500 In-reply-to: <47721595.8090105@gmx.at> (message from martin rudalics on Wed, 26 Dec 2007 09:49:25 +0100) X-detected-kernel: by monty-python.gnu.org: Linux 2.6, seldom 2.4 (older, 4) 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:85489 Archived-At: > As for 3 above, the Carbon port of Emacs 22 creates a copy of frame > parameters just as in X11. But it seems to be changed not to do so on > the multi-tty merge for some reason I'm not sure. Confirmed :-) The simple patch I attached handles all problems I encountered in this context, including the pure storage problems and that of multiple occurrences of fringes I mentioned earlier. You have resolved the mystery. That is the right fix.