From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Duncan Mak Newsgroups: gmane.emacs.bugs Subject: The unicode branch changed the way map-char-table works and that breaks css-mode.el. I haven't used that branch yet, so haven't fixed it yet. Date: Thu, 31 Aug 2006 22:02:33 +0000 (UTC) Message-ID: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1157068534 26326 80.91.229.2 (31 Aug 2006 23:55:34 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 31 Aug 2006 23:55:34 +0000 (UTC) Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Fri Sep 01 01:55:32 2006 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1GIwNa-0003QR-6Y for geb-bug-gnu-emacs@m.gmane.org; Fri, 01 Sep 2006 01:55:26 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GIwNZ-0007Ql-B0 for geb-bug-gnu-emacs@m.gmane.org; Thu, 31 Aug 2006 19:55:25 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1GIwNX-0007Ow-Cn for bug-gnu-emacs@gnu.org; Thu, 31 Aug 2006 19:55:23 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1GIwNW-0007NF-7a for bug-gnu-emacs@gnu.org; Thu, 31 Aug 2006 19:55:22 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GIwNW-0007N4-15 for bug-gnu-emacs@gnu.org; Thu, 31 Aug 2006 19:55:22 -0400 Original-Received: from [80.91.229.2] (helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA:32) (Exim 4.52) id 1GIwXE-0007RK-RM for bug-gnu-emacs@gnu.org; Thu, 31 Aug 2006 20:05:25 -0400 Original-Received: from root by ciao.gmane.org with local (Exim 4.43) id 1GIwNB-0003MN-U3 for bug-gnu-emacs@gnu.org; Fri, 01 Sep 2006 01:55:02 +0200 Original-Received: from 66-147-182-92.focaldata.net ([66-147-182-92.focaldata.net]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 01 Sep 2006 01:55:01 +0200 Original-Received: from duncanmak by 66-147-182-92.focaldata.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 01 Sep 2006 01:55:01 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-To: bug-gnu-emacs@gnu.org Original-Lines: 23 Original-X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: main.gmane.org User-Agent: Loom/3.14 (http://gmane.org/) X-Loom-IP: 66.147.182.92 (Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.0.6) Gecko/20060728 SUSE/1.5.0.6-1.3 Firefox/1.5.0.6) Xref: news.gmane.org gmane.emacs.bugs:15298 Archived-At: This said, seen from here, it looks like either a bug in map-char-table or in aset, or an incompatible backward change. Because it complains about the (0 . 65536) arg to aset, even though that comes straight from map-char-table and map-char-table's docstring says explicitly: map-char-table broken in unicode-2 X-BeenThere: bug-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Hello, I'm having trouble running Stefan Monnier's css-mode with a build from the xft-enabled unicode-2 branch. When I load up the mode, I see: Wrong type argument: integerp, (0 . 65535) Stefan says: The unicode branch changed the way map-char-table works and that breaks css-mode.el. I haven't used that branch yet, so haven't fixed it yet. This said, seen from here, it looks like either a bug in map-char-table or in aset, or an incompatible backward change. Because it complains about the (0 . 65536) arg to aset, even though that comes straight from map-char-table and map-char-table's docstring says explicitly: The key is always a possible IDX argument to `aref'. Please report this to the emacs-unicode mailing-list. Duncan.