unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: Miles Bader <miles@gnu.org>
To: emacs-devel@gnu.org
Subject: Word syntax question
Date: Wed, 22 Oct 2008 00:20:25 +0900	[thread overview]
Message-ID: <87mygy0ybq.fsf@catnip.gol.com> (raw)

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.




             reply	other threads:[~2008-10-21 15:20 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-10-21 15:20 Miles Bader [this message]
2008-10-21 15:52 ` Word syntax question 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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87mygy0ybq.fsf@catnip.gol.com \
    --to=miles@gnu.org \
    --cc=emacs-devel@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).