From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Miles Bader Newsgroups: gmane.emacs.devel Subject: Word syntax question Date: Wed, 22 Oct 2008 00:20:25 +0900 Message-ID: <87mygy0ybq.fsf@catnip.gol.com> Reply-To: Miles Bader NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1224602449 20964 80.91.229.12 (21 Oct 2008 15:20:49 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 21 Oct 2008 15:20:49 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Oct 21 17:21:50 2008 connect(): Connection refused 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 1KsJ3J-0006Hz-SW for ged-emacs-devel@m.gmane.org; Tue, 21 Oct 2008 17:21:46 +0200 Original-Received: from localhost ([127.0.0.1]:50227 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KsJ2E-0001XM-Bz for ged-emacs-devel@m.gmane.org; Tue, 21 Oct 2008 11:20:38 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KsJ2A-0001VJ-1j for emacs-devel@gnu.org; Tue, 21 Oct 2008 11:20:34 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KsJ28-0001SB-6h for emacs-devel@gnu.org; Tue, 21 Oct 2008 11:20:33 -0400 Original-Received: from [199.232.76.173] (port=44039 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KsJ28-0001S1-1f for emacs-devel@gnu.org; Tue, 21 Oct 2008 11:20:32 -0400 Original-Received: from mx20.gnu.org ([199.232.41.8]:32171) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1KsJ25-0007Ql-6n; Tue, 21 Oct 2008 11:20:29 -0400 Original-Received: from smtp12.dentaku.gol.com ([203.216.5.74]) by mx20.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KsJ24-0002b9-Bi; Tue, 21 Oct 2008 11:20:28 -0400 Original-Received: from 218.231.212.150.eo.eaccess.ne.jp ([218.231.212.150] helo=catnip.gol.com) by smtp12.dentaku.gol.com with esmtpa (Dentaku) id 1KsJ22-0004Ie-G0; Wed, 22 Oct 2008 00:20:26 +0900 Original-Received: by catnip.gol.com (Postfix, from userid 1000) id AEF80E00B; Wed, 22 Oct 2008 00:20:25 +0900 (JST) System-Type: x86_64-unknown-linux-gnu Original-Lines: 25 X-Virus-Scanned: ClamAV GOL (outbound) X-Abuse-Complaints: abuse@gol.com X-detected-kernel: by mx20.gnu.org: Linux 2.6 (newer, 3) X-detected-operating-system: by monty-python.gnu.org: GNU/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:104750 Archived-At: In the following word, all characters have syntax "w" (and have unicode category "Ll"), but forward-word doesn't jump over the whole thing, it stops twice. Anybody know why this happens? =CA=87s=C7=9D=CA=87 Starting with point on the first "=CA=87", the first forward-word stops with point on the "s", then another forward-word stops with point on the 2nd "=CA=87", then finally another will jump to the end of the word. I know that the non-"s" characters are kind of weird, but based on the syntax, it seems like emacs should be treating them like any other letter. [If I do `C-u C-x =3D' on the various characters, I notice there's a "category:" field. All of the characters have category "l" ("Latin"), and "s" additionally has category "a" (ASCII), and "r".] Thanks, -Miles --=20 Christian, n. One who follows the teachings of Christ so long as they are n= ot inconsistent with a life of sin.