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

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

Re: forward-word and NamesLikeThis


From: Johan Bockgård
Subject: Re: forward-word and NamesLikeThis
Date: Mon, 19 Jun 2006 07:05:25 +0200
User-agent: Gnus/5.110005 (No Gnus v0.5) Emacs/22.0.50 (gnu/linux)

"Drew Adams" <drew.adams@oracle.com> writes:

> "B. T. Raven" <ecinmn@alcisp.com> writes:
>
>>      (while (not (looking-at " \|[A-Z]")) (forward-char))
[...]
> Use two backslashes to insert a backslash in a Lisp string: \\|.

Or simply use "[ A-Z]"...

-- 
Johan Bockgård


reply via email to

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