all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Tim Johnson <tim@johnsons-web.com>
Subject: Re: Escaped double quote breaks syntax highlighting
Date: Tue, 11 Jul 2006 19:55:42 -0000	[thread overview]
Message-ID: <slrneb7vm9.no1.tim@linus.johnson.com> (raw)
In-Reply-To: yoijd5ccov8q.fsf@iota250.dd.chalmers.se

On 2006-07-11, Johan Bockgård <bojohan+news@dd.chalmers.se> wrote:
> Tim Johnson <tim@johnsons-web.com> writes:
>
>> Unhappily though, when I place the follow sequence: ^" inside of a
>> string, the syntax highlighting following that sequence fails to
>> render properly.
>>
>> What else do I need to do?

 Hi:
> Investigate `font-lock-syntax-table'.

 It is nil in that mode
>> What documentation is available for this topic?
>
> (info "(elisp)Syntactic Font Lock")

  Information that I found references font-lock-syntactic-keywords
  As I posted originally, the variable was nil in the mode.

  I added the following to the derived-mode form:

  (set (make-local-variable 'font-lock-syntactic-keywords)
    '(("\\^\\(\"\\)" 1 "\"")))

  However, I still have the same problem.
  thanks
  tim

-- 
Tim Johnson <tim@johnsons-web.com>
      http://www.alaska-internet-solutions.com

  reply	other threads:[~2006-07-11 19:55 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-07-11 17:53 Escaped double quote breaks syntax highlighting Tim Johnson
2006-07-11 18:24 ` Johan Bockgård
2006-07-11 19:55   ` Tim Johnson [this message]
2006-07-11 20:55     ` Tim Johnson

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=slrneb7vm9.no1.tim@linus.johnson.com \
    --to=tim@johnsons-web.com \
    /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.