all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Word syntax question
@ 2008-10-21 15:20 Miles Bader
  2008-10-21 15:52 ` Andreas Schwab
  0 siblings, 1 reply; 15+ messages in thread
From: Miles Bader @ 2008-10-21 15:20 UTC (permalink / raw)
  To: emacs-devel

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?

   ʇsǝʇ

Starting with point on the first "ʇ", the first forward-word stops with
point on the "s", then another forward-word stops with point on the 2nd
"ʇ", 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 =' 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

-- 
Christian, n. One who follows the teachings of Christ so long as they are not
inconsistent with a life of sin.




^ permalink raw reply	[flat|nested] 15+ messages in thread

end of thread, other threads:[~2008-10-23  3:09 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-10-21 15:20 Word syntax question Miles Bader
2008-10-21 15:52 ` Andreas Schwab
2008-10-21 16:35   ` Miles Bader
2008-10-21 17:21     ` Eli Zaretskii
2008-10-22  0:58       ` Miles Bader
2008-10-22  3:11         ` Stephen J. Turnbull
2008-10-22 11:52           ` Kenichi Handa
2008-10-22 12:23           ` Kenichi Handa
2008-10-22  4:29         ` Eli Zaretskii
2008-10-22  5:16           ` Miles Bader
2008-10-22 19:36             ` Eli Zaretskii
2008-10-22 21:02           ` Richard M. Stallman
2008-10-22  6:20       ` Richard M. Stallman
2008-10-22 19:21         ` Eli Zaretskii
2008-10-23  3:09           ` Richard M. Stallman

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.