all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Regexp to find second of three words
@ 2006-08-07  0:51 Tim Johnson
  2006-08-07 17:27 ` Eric Hanchrow
       [not found] ` <mailman.4958.1154972303.9609.help-gnu-emacs@gnu.org>
  0 siblings, 2 replies; 4+ messages in thread
From: Tim Johnson @ 2006-08-07  0:51 UTC (permalink / raw)


Hello:
I've constructed a regexp to use with imenu.
(note: this mailer is probably going to wrap it)
"set[ ]+'[A-Za-z0-9*-_.]+[
]\\(d\\(?:ef\\|oes\\)\\|func\\(?:tion\\)?\\|has\\|lfunc\\|sub\\)\\>"

My goal is to capture from the following example
set 'printf function
     printf
but the regex is really picking up 
  function

I'd appreciate any help on correcting this.
Thanks
tim

-- 
Tim Johnson <tim@johnsons-web.com>
      http://www.alaska-internet-solutions.com

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

end of thread, other threads:[~2006-08-09 14:22 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-08-07  0:51 Regexp to find second of three words Tim Johnson
2006-08-07 17:27 ` Eric Hanchrow
     [not found] ` <mailman.4958.1154972303.9609.help-gnu-emacs@gnu.org>
2006-08-08 15:51   ` Tim Johnson
2006-08-09 14:22     ` Eric Hanchrow

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.