all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Richard Stallman <rms@gnu.org>
Cc: emacs-devel@gnu.org
Subject: Re: Font-lock keywords broken in cfengine-mode
Date: Mon, 01 Jan 2007 16:57:08 -0500	[thread overview]
Message-ID: <E1H1V9Y-0003yM-Ll@fencepost.gnu.org> (raw)
In-Reply-To: <874prb62sj.fsf@pacem.orebokech.com> (message from Romain Francoise on Mon, 01 Jan 2007 00:53:00 +0100)

Does this fix it?

*** cfengine.el	11 Sep 2006 10:33:19 -0400	1.10
--- cfengine.el	01 Jan 2007 15:45:06 -0500	
***************
*** 89,95 ****
    ;; In the main syntax-table, backslash is marked as a punctuation, because
    ;; of its use in DOS-style directory separators.  Here we try to recognize
    ;; the cases where backslash is used as an escape inside strings.
!   '(("\\(\\(?:\\\\\\)+\\)\"" . "\\")))
  
  (defvar cfengine-imenu-expression
    `((nil ,(concat "^[ \t]*" (eval-when-compile
--- 89,95 ----
    ;; In the main syntax-table, backslash is marked as a punctuation, because
    ;; of its use in DOS-style directory separators.  Here we try to recognize
    ;; the cases where backslash is used as an escape inside strings.
!   '(("\\(\\(?:\\\\\\)+\\)\"" 1 "\\")))
  
  (defvar cfengine-imenu-expression
    `((nil ,(concat "^[ \t]*" (eval-when-compile

  reply	other threads:[~2007-01-01 21:57 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-12-31  9:48 Font-lock keywords broken in cfengine-mode Romain Francoise
2006-12-31 22:13 ` Richard Stallman
2006-12-31 23:53   ` Romain Francoise
2007-01-01 21:57     ` Richard Stallman [this message]
2007-01-02 13:02       ` Romain Francoise

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=E1H1V9Y-0003yM-Ll@fencepost.gnu.org \
    --to=rms@gnu.org \
    --cc=emacs-devel@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.