On Jan 2, 2011, at 8:21 PM, Lars Magne Ingebrigtsen wrote:
(re-search-forward #"(\s+)" nil t)
Yes, I really like this.
Maybe also
(re-search-forward #("line 1"
"line 2"))
to avoid having to do
(re-search-forward (concat #"line 1"
#"line 2"))
--
Jamie Zawinski
http://www.jwz.org/ http://www.dnalounge.com/
_______________________________________________
XEmacs-Beta mailing list
XEmacs-Beta(a)xemacs.org
http://lists.xemacs.org/mailman/listinfo/xemacs-beta