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: Harald Hanche-Olsen
Subject: Re: What function can test if point is at the beginning of a word?
Date: Sun, 25 Jun 2006 22:19:02 +0200
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/23.0.0 (berkeley-unix)

+ 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 "\\<")

-- 
* Harald Hanche-Olsen     <URL:http://www.math.ntnu.no/~hanche/>
- It is undesirable to believe a proposition
  when there is no ground whatsoever for supposing it is true.
  -- Bertrand Russell


reply via email to

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