From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Bob Halley Newsgroups: gmane.emacs.devel Subject: wrong-type-argument charsetp unbound error in emacs-unicode-2 current Date: Fri, 03 Nov 2006 12:05:57 -0800 Message-ID: <454BA125.300@play-bow.org> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1162584392 27169 80.91.229.2 (3 Nov 2006 20:06:32 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 3 Nov 2006 20:06:32 +0000 (UTC) Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Nov 03 21:06:29 2006 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1Gg5Iw-0006Ga-Gn for ged-emacs-devel@m.gmane.org; Fri, 03 Nov 2006 21:06:18 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Gg5Iv-0008Bj-T7 for ged-emacs-devel@m.gmane.org; Fri, 03 Nov 2006 15:06:17 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Gg5Ij-0008Be-Cv for emacs-devel@gnu.org; Fri, 03 Nov 2006 15:06:05 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Gg5Ie-0008BG-Ku for emacs-devel@gnu.org; Fri, 03 Nov 2006 15:06:04 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Gg5Ie-0008BD-Fw for emacs-devel@gnu.org; Fri, 03 Nov 2006 15:06:00 -0500 Original-Received: from [204.152.189.147] (helo=woof.play-bow.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1Gg5Id-0004rx-P2 for emacs-devel@gnu.org; Fri, 03 Nov 2006 15:06:00 -0500 Original-Received: from [24.5.129.155] (c-24-5-129-155.hsd1.ca.comcast.net [24.5.129.155]) by woof.play-bow.org (Postfix) with ESMTP id 2996651010B for ; Fri, 3 Nov 2006 12:05:58 -0800 (PST) User-Agent: Thunderbird 1.5.0.7 (X11/20060909) Original-To: emacs-devel@gnu.org 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:61716 Archived-At: Up until a few days ago, I had no problem with running the head of the emacs-unicode-2 branch, but it is now failing. If I start emacs and then kill some text, e.g. something simple like "foo^A^K" in *scratch*, then I get a (wrong-type-argument charsetp unbound) error. Emacs usually doesn't survive long after reporting that error either, typically dying with SIGSEGV after a few additional editing operations. I set debug-on-error and the backtrace is: Debugger entered--Lisp error: (wrong-type-argument charsetp unbound) ccl-execute-on-string([0 61 257 829 16 128 -1020 1 827 16 194 22 78 82681 192 1019 21 128 22 1083 16 224 257 -5372 78 82681 192 1019 21 128 22 1083 16 240 257 -8444 78 82681 192 1019 21 128 22 1083 16 248 257 -11516 78 82681 ...] [0 0 0 0 0 0 0 0 0] "foo") string-utf-8-p("foo") xselect-convert-to-string(PRIMARY UTF8_STRING #("foo" 0 1 (fontified t auto-composed t) 1 2 (fontified t auto-composed t) 2 3 (fontified t auto-composed t))) I didn't get any core from the SIGSEGV. I can easily reproduce the problem, so let me know if you need any more info. /Bob