From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Juanma Barranquero" Newsgroups: gmane.emacs.devel Subject: Re: "Attempt to modify read-only object" error with set-frame-configuration Date: Fri, 21 Dec 2007 00:06:29 +0100 Message-ID: References: <47698DF5.2080106@gmx.at> <476A3CF7.7040203@gmx.at> <476A9224.9090300@gmx.at> <476AB629.4050902@gmx.at> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1198192012 27671 80.91.229.12 (20 Dec 2007 23:06:52 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 20 Dec 2007 23:06:52 +0000 (UTC) Cc: emacs-devel To: "martin rudalics" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Dec 21 00:07: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 1J5UTh-00041W-47 for ged-emacs-devel@m.gmane.org; Fri, 21 Dec 2007 00:06:57 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1J5UTN-0005CF-CH for ged-emacs-devel@m.gmane.org; Thu, 20 Dec 2007 18:06:37 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1J5UTJ-00059b-P6 for emacs-devel@gnu.org; Thu, 20 Dec 2007 18:06:33 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1J5UTI-000566-8u for emacs-devel@gnu.org; Thu, 20 Dec 2007 18:06:33 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1J5UTI-00055q-4Y for emacs-devel@gnu.org; Thu, 20 Dec 2007 18:06:32 -0500 Original-Received: from wa-out-1112.google.com ([209.85.146.180]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1J5UTH-0004OZ-MT for emacs-devel@gnu.org; Thu, 20 Dec 2007 18:06:31 -0500 Original-Received: by wa-out-1112.google.com with SMTP id k34so100902wah.10 for ; Thu, 20 Dec 2007 15:06:30 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=9hx7a5V5NFnYLmAEdX7PXu933L5ZU9/e51dAbjFVqeY=; b=Clr4BsXE0gWM3ADLrmhhYqVzMFiSYJsoGvF2s63XPAFltExJlysGdn9RvqSbiWPvKRKKmCaJLMCijgCahmlWWr9I1u5bjtBvyqA+a2MHho8UNqydsUfg/SGDURdllEZQ/CHv3c57C3Zt9RS2IvEWQ0odVK89gnoLJyAqyVg4shs= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=fu8pgQfk6bfi1j4kKJvdtCk9WW7Obynm6bBDPmhVwKsRB1ZVCogY91ORHLXQ/MTu69iSX69MLI0Gp4XHLQ4/6sjCpXj+3HkNB6vvGEah8+0YWHhGquO24owA1NDh+SHVpN8fJUteC0jMnh/5Mne5XEsZcQUveCyi/HF/VlPdK7k= Original-Received: by 10.114.81.1 with SMTP id e1mr602524wab.11.1198191989651; Thu, 20 Dec 2007 15:06:29 -0800 (PST) Original-Received: by 10.114.170.5 with HTTP; Thu, 20 Dec 2007 15:06:29 -0800 (PST) In-Reply-To: <476AB629.4050902@gmx.at> Content-Disposition: inline X-detected-kernel: by monty-python.gnu.org: Linux 2.6 (newer, 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:85314 Archived-At: On Dec 20, 2007 7:36 PM, martin rudalics wrote: > What's the idea behind these? I don't think they are on purpose. > Do you see these as well? Yes. I see duplications for `height', `width', `left-fringe', `right-fringe' and `vertical-scroll-bars'. Juanma