help-gnu-emacs
[Top][All Lists]
Advanced

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

Re: forward-word, kill-word etc. and special characters


From: Stefan Monnier
Subject: Re: forward-word, kill-word etc. and special characters
Date: Wed, 08 Dec 2010 15:09:43 -0000
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux)

> word, kill-word etc., too. But sometimes it is annoying that foward-
> word etc. don't see special characters like ()\=[]{} etc. as word

I see the similarity between {}[](), maybe also with \ but definitely
not with =, so the "likeness" between those chars is only clear in your
head (at least seen from Emacs's maintainer's point of view, and while
Emacs's point of view is not always identical, there's a correlation
between the two).

You can make your intention clear by using regexp-search rather than
forward-word.  E.g. C-u C-s [][(){}\=[:word:]]+


        Stefan


reply via email to

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