unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
* What function can test if point is at the beginning of a word?
@ 2006-06-25 16:48 Leon
  2006-06-25 17:40 ` Eric Hanchrow
  2006-06-25 18:16 ` Eric Hanchrow
  0 siblings, 2 replies; 6+ messages in thread
From: Leon @ 2006-06-25 16:48 UTC (permalink / raw)



Thanks

-- 
Leon

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

* Re: What function can test if point is at the beginning of a word?
  2006-06-25 16:48 What function can test if point is at the beginning of a word? Leon
@ 2006-06-25 17:40 ` Eric Hanchrow
  2006-06-25 18:16 ` Eric Hanchrow
  1 sibling, 0 replies; 6+ messages in thread
From: Eric Hanchrow @ 2006-06-25 17:40 UTC (permalink / raw)


(looking-at "\\b")
-- 
Asking the Iraqi people to assume Saddam's debts
is rather like telling a man who has been shot in the head
that he has to pay for the bullet.
        -- James Surowiecki

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

* Re: What function can test if point is at the beginning of a word?
  2006-06-25 16:48 What function can test if point is at the beginning of a word? Leon
  2006-06-25 17:40 ` Eric Hanchrow
@ 2006-06-25 18:16 ` Eric Hanchrow
  2006-06-25 18:34   ` Leon
       [not found]   ` <mailman.3318.1151260529.9609.help-gnu-emacs@gnu.org>
  1 sibling, 2 replies; 6+ messages in thread
From: Eric Hanchrow @ 2006-06-25 18:16 UTC (permalink / raw)


Actually, (looking-at "\\b\\w") is better.
-- 
The whole point of loud music is to make it possible
to date without talking.
        -- Roger Ebert

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

* Re: What function can test if point is at the beginning of a word?
  2006-06-25 18:16 ` Eric Hanchrow
@ 2006-06-25 18:34   ` Leon
       [not found]   ` <mailman.3318.1151260529.9609.help-gnu-emacs@gnu.org>
  1 sibling, 0 replies; 6+ messages in thread
From: Leon @ 2006-06-25 18:34 UTC (permalink / raw)


Eric Hanchrow <offby1@blarg.net> writes:

> Actually, (looking-at "\\b\\w") is better.

Indeed, this works better than "\\b". Thanks a lot.

-- 
Leon

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

* Re: What function can test if point is at the beginning of a word?
       [not found]   ` <mailman.3318.1151260529.9609.help-gnu-emacs@gnu.org>
@ 2006-06-25 20:19     ` Harald Hanche-Olsen
  2006-06-26  3:48       ` Leon
  0 siblings, 1 reply; 6+ messages in thread
From: Harald Hanche-Olsen @ 2006-06-25 20:19 UTC (permalink / raw)


+ 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

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

* Re: What function can test if point is at the beginning of a word?
  2006-06-25 20:19     ` Harald Hanche-Olsen
@ 2006-06-26  3:48       ` Leon
  0 siblings, 0 replies; 6+ messages in thread
From: Leon @ 2006-06-26  3:48 UTC (permalink / raw)


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

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

end of thread, other threads:[~2006-06-26  3:48 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-06-25 16:48 What function can test if point is at the beginning of a word? Leon
2006-06-25 17:40 ` Eric Hanchrow
2006-06-25 18:16 ` Eric Hanchrow
2006-06-25 18:34   ` Leon
     [not found]   ` <mailman.3318.1151260529.9609.help-gnu-emacs@gnu.org>
2006-06-25 20:19     ` Harald Hanche-Olsen
2006-06-26  3:48       ` Leon

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).