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

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

Re: What function can test if point is at the beginning of a word?


From: Leon
Subject: Re: What function can test if point is at the beginning of a word?
Date: Mon, 26 Jun 2006 04:48:04 +0100
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/23.0.0 (gnu/linux)

Harald Hanche-Olsen <hanche@math.ntnu.no> writes:

> + Leon <sdl.web@gmail.com>:
>
> | Eric Hanchrow <offby1@blarg.net> writes:
> |
> |> Actually, (looking-at "\\b\\w") is better.
> |
> | Indeed, this works better than "\\b". Thanks a lot.
>
> (looking-at "\\<")

This works well too. Thanks, Harald.

-- 
Leon





reply via email to

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