emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: 23.0.60; bug in modify-syntax-entry after unicode2 merge


From: Stefan Monnier
Subject: Re: 23.0.60; bug in modify-syntax-entry after unicode2 merge
Date: Mon, 11 Feb 2008 10:11:14 -0500
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.50 (gnu/linux)

> 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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]