From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Geoffrey Alan Washburn Newsgroups: gmane.emacs.devel Subject: modify-syntax-entry and UTF8? Date: Mon, 21 May 2007 13:24:41 -0400 Message-ID: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: quoted-printable X-Trace: sea.gmane.org 1179768331 25673 80.91.229.12 (21 May 2007 17:25:31 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 21 May 2007 17:25:31 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon May 21 19:25:30 2007 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 1HqBdQ-0000zs-Tf for ged-emacs-devel@m.gmane.org; Mon, 21 May 2007 19:25:29 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HqBdQ-0001p4-EY for ged-emacs-devel@m.gmane.org; Mon, 21 May 2007 13:25:28 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HqBdG-0001kS-5f for emacs-devel@gnu.org; Mon, 21 May 2007 13:25:18 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HqBdD-0001kA-CS for emacs-devel@gnu.org; Mon, 21 May 2007 13:25:17 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HqBdD-0001k3-4S for emacs-devel@gnu.org; Mon, 21 May 2007 13:25:15 -0400 Original-Received: from main.gmane.org ([80.91.229.2] helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1HqBdC-0005GX-LK for emacs-devel@gnu.org; Mon, 21 May 2007 13:25:14 -0400 Original-Received: from list by ciao.gmane.org with local (Exim 4.43) id 1HqBcz-0001Py-2g for emacs-devel@gnu.org; Mon, 21 May 2007 19:25:01 +0200 Original-Received: from seasnet-50-07.cis.upenn.edu ([158.130.50.8]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 21 May 2007 19:25:01 +0200 Original-Received: from geoffw by seasnet-50-07.cis.upenn.edu with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 21 May 2007 19:25:01 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 14 Original-X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: seasnet-50-07.cis.upenn.edu User-Agent: Thunderbird 2.0.0.4pre (X11/20070520) X-detected-kernel: 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:71533 Archived-At: As far as I can tell, modify-syntax-entry does not interact properly=20 with UTF8 in the CVS snapshot of emacs that I am currently using. Is=20 this the intended behavior and there is some other mechanism I should be = using? Specifically I would like to do something like the following (modify-syntax-entry ?=E2=8C=A9 "(=E2=8C=AA") (modify-syntax-entry ?=E2=8C=AA ")=E2=8C=A9") Which is happily accepted but does not correctly interpret matching=20 pairs of angle brackets in a buffer. I searched the documentation but=20 could not seem to find information on how "char" parameters to=20 modify-syntax-entry relate to Unicode characters.