all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Nordlöw <per.nordlow@gmail.com>
To: help-gnu-emacs@gnu.org
Subject: Re: Adjusting string font-locking to not span multiple lines
Date: Fri, 16 May 2008 06:39:22 -0700 (PDT)	[thread overview]
Message-ID: <ad23251f-7631-4d0d-8f41-ea4bb6093e63@c65g2000hsa.googlegroups.com> (raw)
In-Reply-To: mailman.11679.1210937018.18990.help-gnu-emacs@gnu.org

On 16 Maj, 13:09, David Hansen <david.han...@gmx.net> wrote:
> On Fri, 16 May 2008 03:35:48 -0700 (PDT) Nordlöw wrote:
>
> > I would like to override the behaviour for string highlighting in
> > lines such as the following.
>
> > 0  string  \xad6" AMGC archive data
>
> > such that the the whole pattern
> >                    \xad6"
> > is highlighted in the font-lock-constant-face
>
> > in order to prevent font-lock from highlighting the rest of the buffer
> > in font-lock-string-face.
>
> > How do I accomplish this?
>
> If double quotes aren't used as string delimiters at all, just change
> the syntax of the double quote character.  Otherwise you have to use
> font-lock-syntactic-keywords to overwrite the syntax-table.
>
> David

How do I "just change the syntax of the double quote character"?
Do you mean like:
(setq font-lock-defaults `(filemagic-font-lock-keywords nil))

Thanks in advance,
Nordlöw


  parent reply	other threads:[~2008-05-16 13:39 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-05-16 10:35 Adjusting string font-locking to not span multiple lines Nordlöw
2008-05-16 11:09 ` David Hansen
     [not found] ` <mailman.11679.1210937018.18990.help-gnu-emacs@gnu.org>
2008-05-16 13:39   ` Nordlöw [this message]
2008-05-16 15:03     ` David Hansen

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=ad23251f-7631-4d0d-8f41-ea4bb6093e63@c65g2000hsa.googlegroups.com \
    --to=per.nordlow@gmail.com \
    --cc=help-gnu-emacs@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.