unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
* Regexp for matching a symbol (identifier) in emacs-lisp
@ 2008-10-10 11:33 Nordlöw
  2008-10-10 15:19 ` Lennart Borgman (gmail)
  2008-10-10 15:47 ` Nikolaj Schumacher
  0 siblings, 2 replies; 5+ messages in thread
From: Nordlöw @ 2008-10-10 11:33 UTC (permalink / raw)
  To: help-gnu-emacs

Does Emacs provide a shorter way of matching an emacs-lisp symbol
(identifier) than the following:
  "\\(" "\\(?:" "\\w\\|\\s_" "\\)+" "\\)"

Thanks in advance,
Nordlöw


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

end of thread, other threads:[~2008-10-10 18:25 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-10-10 11:33 Regexp for matching a symbol (identifier) in emacs-lisp Nordlöw
2008-10-10 15:19 ` Lennart Borgman (gmail)
2008-10-10 18:22   ` Nikolaj Schumacher
2008-10-10 18:25     ` Lennart Borgman
2008-10-10 15:47 ` Nikolaj Schumacher

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