From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: martin rudalics Newsgroups: gmane.emacs.devel Subject: Re: "Attempt to modify read-only object" error with set-frame-configuration Date: Thu, 20 Dec 2007 10:59:19 +0100 Message-ID: <476A3CF7.7040203@gmx.at> References: <47698DF5.2080106@gmx.at> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1198144798 25935 80.91.229.12 (20 Dec 2007 09:59:58 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 20 Dec 2007 09:59:58 +0000 (UTC) Cc: emacs-devel To: Juanma Barranquero Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Dec 20 11:00:11 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 1J5ICH-0000Tq-RE for ged-emacs-devel@m.gmane.org; Thu, 20 Dec 2007 11:00:10 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1J5IBy-0005jM-60 for ged-emacs-devel@m.gmane.org; Thu, 20 Dec 2007 04:59:50 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1J5IBs-0005gh-6e for emacs-devel@gnu.org; Thu, 20 Dec 2007 04:59:44 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1J5IBq-0005db-6I for emacs-devel@gnu.org; Thu, 20 Dec 2007 04:59:43 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1J5IBp-0005dQ-V7 for emacs-devel@gnu.org; Thu, 20 Dec 2007 04:59:42 -0500 Original-Received: from mail.gmx.net ([213.165.64.20]) by monty-python.gnu.org with smtp (Exim 4.60) (envelope-from ) id 1J5IBp-0000cq-Er for emacs-devel@gnu.org; Thu, 20 Dec 2007 04:59:41 -0500 Original-Received: (qmail invoked by alias); 20 Dec 2007 09:59:39 -0000 Original-Received: from N826P008.adsl.highway.telekom.at (EHLO [62.47.47.40]) [62.47.47.40] by mail.gmx.net (mp029) with SMTP; 20 Dec 2007 10:59:39 +0100 X-Authenticated: #14592706 X-Provags-ID: V01U2FsdGVkX19UdHgFpmRUeEivfVoxMrVEPQiREqmZylvB1ddFaL R3VblByox1H6Za User-Agent: Mozilla Thunderbird 1.0 (Windows/20041206) X-Accept-Language: de-DE, de, en-us, en In-Reply-To: X-Y-GMX-Trusted: 0 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:85301 Archived-At: >>(visibility . t) > > > I'd bet this causes the bug. Setting visibility causes problems on > Windows since the multi-tty merge. See Hmm ... Why does Emacs -Q and evaluating (setq default-frame-alist '((visibility . t))) not cause the problem? Why does removing the visibility entry from `parms' in `set-frame-configuration' still cause the problem?