From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel,gmane.emacs.pretest.bugs Subject: Re: 23.0.60; bug in modify-syntax-entry after unicode2 merge Date: Mon, 11 Feb 2008 10:11:14 -0500 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 1202742812 3077 80.91.229.12 (11 Feb 2008 15:13:32 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 11 Feb 2008 15:13:32 +0000 (UTC) Cc: emacs-pretest-bug@gnu.org To: joakim@verona.se Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Feb 11 16:13:45 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 1JOaK3-0002IR-Ih for ged-emacs-devel@m.gmane.org; Mon, 11 Feb 2008 16:11:55 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JOaJZ-0005Fh-UT for ged-emacs-devel@m.gmane.org; Mon, 11 Feb 2008 10:11:26 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JOaJW-0005FS-Ap for emacs-devel@gnu.org; Mon, 11 Feb 2008 10:11:22 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JOaJU-0005FG-SL for emacs-devel@gnu.org; Mon, 11 Feb 2008 10:11:22 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JOaJU-0005FD-Og for emacs-devel@gnu.org; Mon, 11 Feb 2008 10:11:20 -0500 Original-Received: from fencepost.gnu.org ([140.186.70.10]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JOaJU-0000dK-H1 for emacs-devel@gnu.org; Mon, 11 Feb 2008 10:11:20 -0500 Original-Received: from mx10.gnu.org ([199.232.76.166]) by fencepost.gnu.org with esmtp (Exim 4.67) (envelope-from ) id 1JOaJU-0002vD-8h for emacs-pretest-bug@gnu.org; Mon, 11 Feb 2008 10:11:20 -0500 Original-Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1JOaJR-0000cc-0z for emacs-pretest-bug@gnu.org; Mon, 11 Feb 2008 10:11:20 -0500 Original-Received: from ironport2-out.pppoe.ca ([206.248.154.182]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JOaJQ-0000cI-NZ for emacs-pretest-bug@gnu.org; Mon, 11 Feb 2008 10:11:16 -0500 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: Ao8CAMv0r0dMCpK7/2dsb2JhbACoTns X-IronPort-AV: E=Sophos;i="4.25,333,1199682000"; d="scan'208";a="14024762" Original-Received: from smtp.pppoe.ca ([65.39.196.238]) by ironport2-out.pppoe.ca with ESMTP; 11 Feb 2008 10:11:15 -0500 Original-Received: from pastel.home ([76.10.146.187]) by smtp.pppoe.ca (Internet Mail Server v1.0) with ESMTP id RRW67915; Mon, 11 Feb 2008 10:11:15 -0500 Original-Received: by pastel.home (Postfix, from userid 20848) id ED80E800F; Mon, 11 Feb 2008 10:11:14 -0500 (EST) In-Reply-To: (joakim@verona.se's message of "Mon, 11 Feb 2008 13:38:29 +0100") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.50 (gnu/linux) X-detected-kernel: by monty-python.gnu.org: Genre and OS details not recognized. X-detected-kernel: by monty-python.gnu.org: Linux 2.6, seldom 2.4 (older, 4) 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:88755 gmane.emacs.pretest.bugs:21030 Archived-At: > 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? Stefan