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: Error during redisplay Date: Sun, 24 Feb 2008 03:56:36 +0100 Message-ID: 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 1203821812 31238 80.91.229.12 (24 Feb 2008 02:56:52 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 24 Feb 2008 02:56:52 +0000 (UTC) To: "Emacs Devel" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Feb 24 03:57:17 2008 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 1JT73E-0000Ry-51 for ged-emacs-devel@m.gmane.org; Sun, 24 Feb 2008 03:57:16 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JT72i-0000Da-IW for ged-emacs-devel@m.gmane.org; Sat, 23 Feb 2008 21:56:44 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JT72e-00009f-9N for emacs-devel@gnu.org; Sat, 23 Feb 2008 21:56:40 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JT72c-00006j-Qo for emacs-devel@gnu.org; Sat, 23 Feb 2008 21:56:39 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JT72c-00006T-Hd for emacs-devel@gnu.org; Sat, 23 Feb 2008 21:56:38 -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 1JT72c-0004Gf-3e for emacs-devel@gnu.org; Sat, 23 Feb 2008 21:56:38 -0500 Original-Received: by wa-out-1112.google.com with SMTP id k34so1186233wah.10 for ; Sat, 23 Feb 2008 18:56:36 -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:mime-version:content-type:content-transfer-encoding:content-disposition; bh=OCbGwTWZjeQH3GnbN07z+D8P6M7vGwEXIrZnNGf5ewQ=; b=kgjWOkb5BvHgppj2woiwfLWODLAQroG9SG4D44Sp1+eQmFeeMwUW0sFd+bTZNDL3TYpGhMIUxa48mI0MuIKohtZHgrqlXGsHW3O8oBz+Bby3kkwwANaeO/lH7X0dkh/3Gnbe2aLfOWpKuQQCzj1WLZDrm7ErYfbnioRM8YnFeF4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=w1KKbFuKFvwBbIUuMhUWFPQNOfmy4VSudhiNP+4opDTxIPTRAIY8z/UphQ9UvfOkETSqPWvkrObk2GTy2tJksvlIjOJQLXGc+6JrOn+eIIiRVRQi+OYKjH/0Ay6GMj3uJt0uEAa/uzs0MWbovtZ4U9XJcw4qqfF4nuaxdZJi+eE= Original-Received: by 10.114.120.1 with SMTP id s1mr1360975wac.107.1203821796475; Sat, 23 Feb 2008 18:56:36 -0800 (PST) Original-Received: by 10.115.72.13 with HTTP; Sat, 23 Feb 2008 18:56:36 -0800 (PST) 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:90202 Archived-At: emacs -q --eval '(progn (ielm) (pop-to-buffer "*Messages*"))' => "Error during redisplay: (error Attempt to modify read-only object)" Juanma