From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: joakim@verona.se Newsgroups: gmane.emacs.devel Subject: Re: 23.0.60; bug in modify-syntax-entry after unicode2 merge Date: Mon, 11 Feb 2008 16:42:18 +0100 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1202744672 11526 80.91.229.12 (11 Feb 2008 15:44:32 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 11 Feb 2008 15:44:32 +0000 (UTC) To: emacs-devel Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Feb 11 16:44:46 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 1JOapp-0005gC-5O for ged-emacs-devel@m.gmane.org; Mon, 11 Feb 2008 16:44:45 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JOapL-000694-Rc for ged-emacs-devel@m.gmane.org; Mon, 11 Feb 2008 10:44:15 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JOapH-00068p-0y for emacs-devel@gnu.org; Mon, 11 Feb 2008 10:44:11 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JOapC-00065Z-1E for emacs-devel@gnu.org; Mon, 11 Feb 2008 10:44:10 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JOapB-00065N-SV for emacs-devel@gnu.org; Mon, 11 Feb 2008 10:44:05 -0500 Original-Received: from iwfs.imcode.com ([82.115.149.64] helo=gate.verona.se) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1JOapB-00078g-8O for emacs-devel@gnu.org; Mon, 11 Feb 2008 10:44:05 -0500 Original-Received: from chopper (IDENT:1005@localhost [127.0.0.1]) by gate.verona.se (8.13.4/8.11.4) with ESMTP id m1BFi2Xj010824 for ; Mon, 11 Feb 2008 16:44:02 +0100 In-Reply-To: (Stefan Monnier's message of "Mon, 11 Feb 2008 10:11:14 -0500") User-Agent: Gnus/5.110007 (No Gnus v0.7) Emacs/23.0.60 (gnu/linux) X-detected-kernel: by monty-python.gnu.org: Linux 2.4-2.6 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:88762 Archived-At: Stefan Monnier writes: >> I use the supercollider mode in emacs, >> and it has the equivalent of the following code: > >> (modify-syntax-entry ?\^ "." (make-syntax-table)) > >> If you run this you will get the following error: >> Debugger entered--Lisp error: (wrong-type-argument characterp 67108896) > >> The code used to work before the unicode2 merge. > > You do realize that this is changing the syntax-entry for the C-SPC > character (which doesn't exist: it's an event composed of the SPC char > and the control modifier), right? No, I dont know the particulars of the code. If this is a bug in the supercollider mode in your opinion, I can relay that information to the modes authors. > > > Stefan > > > -- Joakim Verona