all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* font lock error for Perl
@ 2002-10-18  8:59 Super-User
  0 siblings, 0 replies; only message in thread
From: Super-User @ 2002-10-18  8:59 UTC (permalink / raw)


In GNU Emacs 21.2.1 (sparc-sun-solaris2.8, X toolkit)
 of 2002-10-08 on mailserver

Put the following line in test.pm:

  $content_type =~ /\bboundary\s*=\s*["']?(.*?)["']?(?:;|$)/i;

And all the text after the first double quote will be green until the
end of the file.  You can work around it by using the following
variation instead:

  $content_type =~ /\bboundary\s*=\s*["']?(.*?)['"]?(?:;|$)/i;

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2002-10-18  8:59 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-10-18  8:59 font lock error for Perl Super-User

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.