From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Richard M. Stallman" Newsgroups: gmane.emacs.devel Subject: Re: `c-put-char-property-fun' troubles Date: Mon, 26 Dec 2005 13:43:11 -0500 Message-ID: References: <43AECE8F.30308@gmx.at> Reply-To: rms@gnu.org NNTP-Posting-Host: main.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: sea.gmane.org 1135622682 14486 80.91.229.2 (26 Dec 2005 18:44:42 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 26 Dec 2005 18:44:42 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Dec 26 19:44:41 2005 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 1EqxKn-0006ef-Gt for ged-emacs-devel@m.gmane.org; Mon, 26 Dec 2005 19:44:37 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EqxLz-00028y-Uo for ged-emacs-devel@m.gmane.org; Mon, 26 Dec 2005 13:45:51 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1EqxLA-0001tv-QE for emacs-devel@gnu.org; Mon, 26 Dec 2005 13:45:00 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1EqxL9-0001ta-OK for emacs-devel@gnu.org; Mon, 26 Dec 2005 13:44:59 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EqxL9-0001tX-Fs for emacs-devel@gnu.org; Mon, 26 Dec 2005 13:44:59 -0500 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1EqxL1-0005ZV-5m for emacs-devel@gnu.org; Mon, 26 Dec 2005 13:44:51 -0500 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.34) id 1EqxJP-0001G3-Ke; Mon, 26 Dec 2005 13:43:11 -0500 Original-To: martin rudalics In-reply-to: <43AECE8F.30308@gmx.at> (message from martin rudalics on Sun, 25 Dec 2005 17:53:35 +0100) 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:48383 Archived-At: byte-code: Wrong type argument: listp, c-put-char-property-fun I think I fixed this. It was a bug in CC mode which caused un_autoload to run, together with some very wierd usage which confused un_autoload. I fixed the bug in CC mode and made un_autoload immune to such confusion.