From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Kenichi Handa Newsgroups: gmane.emacs.devel Subject: Re: [BUG] mode-line-process (Emacs 23) Date: Thu, 28 Feb 2008 15:00:11 +0900 Message-ID: References: <18374.7045.918543.857740@kahikatea.snap.net.nz> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 (generated by SEMI 1.14.3 - "Ushinoya") Content-Type: text/plain; charset=US-ASCII X-Trace: ger.gmane.org 1204178445 6541 80.91.229.12 (28 Feb 2008 06:00:45 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 28 Feb 2008 06:00:45 +0000 (UTC) Cc: emacs-devel@gnu.org To: Nick Roberts Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Feb 28 07:01:10 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 1JUbpL-0003DV-ON for ged-emacs-devel@m.gmane.org; Thu, 28 Feb 2008 07:01:08 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JUboo-0003DR-M8 for ged-emacs-devel@m.gmane.org; Thu, 28 Feb 2008 01:00:34 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JUbog-0003C5-3c for emacs-devel@gnu.org; Thu, 28 Feb 2008 01:00:26 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JUbod-0003Ae-Ax for emacs-devel@gnu.org; Thu, 28 Feb 2008 01:00:24 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JUbod-0003AT-1o for emacs-devel@gnu.org; Thu, 28 Feb 2008 01:00:23 -0500 Original-Received: from mx1.aist.go.jp ([150.29.246.133]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JUboX-0005xB-Et for emacs-devel@gnu.org; Thu, 28 Feb 2008 01:00:22 -0500 Original-Received: from rqsmtp1.aist.go.jp (rqsmtp1.aist.go.jp [150.29.254.115]) by mx1.aist.go.jp with ESMTP id m1S60Clx021322; Thu, 28 Feb 2008 15:00:12 +0900 (JST) env-from (handa@m17n.org) Original-Received: from smtp3.aist.go.jp by rqsmtp1.aist.go.jp with ESMTP id m1S60Ca1015208; Thu, 28 Feb 2008 15:00:12 +0900 (JST) env-from (handa@m17n.org) Original-Received: by smtp3.aist.go.jp with ESMTP id m1S60BI2000100; Thu, 28 Feb 2008 15:00:11 +0900 (JST) env-from (handa@m17n.org) Original-Received: from handa by etlken.m17n.org with local (Exim 4.69) (envelope-from ) id 1JUboR-0003DY-3X; Thu, 28 Feb 2008 15:00:11 +0900 In-reply-to: <18374.7045.918543.857740@kahikatea.snap.net.nz> (message from Nick Roberts on Thu, 28 Feb 2008 15:25:09 +1300) User-Agent: SEMI/1.14.3 (Ushinoya) FLIM/1.14.2 (Yagi-Nishiguchi) APEL/10.2 Emacs/23.0.60 (i686-pc-linux-gnu) MULE/6.0 (HANACHIRUSATO) X-detected-kernel: by monty-python.gnu.org: Solaris 8 (1) 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:90696 Archived-At: In article <18374.7045.918543.857740@kahikatea.snap.net.nz>, Nick Roberts writes: > Set debug-on-error to t. > Create a shell buffer, M-x shell. > Try to do list-buffers (C-x C-b): > Debugger entered--Lisp error: (error "Attempt to modify read-only object") I've just installed a change not to make composition for string. So the above error should not happen with the latest code. --- Kenichi Handa handa@ni.aist.go.jp