--- On Wed, 10/1/08, Borgman, Lennart <[EMAIL PROTECTED]> wrote: > From: Borgman, Lennart <[EMAIL PROTECTED]> > Subject: RE: [jdee-users] "Regular expression too big" errors > To: [EMAIL PROTECTED], "Jason F. McBrayer" <[EMAIL PROTECTED]>, "Joseph S" > <[EMAIL PROTECTED]> > Cc: [email protected] > Date: Wednesday, October 1, 2008, 6:18 AM > > > Debugger entered--Lisp error: (invalid-regexp > "Regular > > > expression too big") > > > > > > > string-match("\\.\\(jpe?g\\|png\\|gif\\|tiff?\\|p[bpgn]m\\)\\'" > > > > > > > "/home/jks/work/xit/com/xit/beans/ServletUtils.java") > > > > > > > It looks like you have a mode in your .emacs > associated with > > image files (jpeg, gif, tiff, etc). The regex looks a > little > > funny, with an extra character at the end. The extra > > character looks like a single quote in your email. > > Is not that \\' just matching "end of > string" in Emacs regexp?
Yes, you're right. ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ jdee-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jdee-users
