unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
From: David Hansen <david.hansen@gmx.net>
To: help-gnu-emacs@gnu.org
Subject: Re: Adjusting string font-locking to not span multiple lines
Date: Fri, 16 May 2008 17:03:19 +0200	[thread overview]
Message-ID: <87tzgy47go.fsf@localhorst.mine.nu> (raw)
In-Reply-To: ad23251f-7631-4d0d-8f41-ea4bb6093e63@c65g2000hsa.googlegroups.com

On Fri, 16 May 2008 06:39:22 -0700 (PDT) Nordlöw wrote:

> 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
>>
>> 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.
>
> How do I "just change the syntax of the double quote character"?

This is a very good tutorial on writing an emacs major mode.  Check the
paragraph "Syntax table modifications":

http://two-wugs.net/emacs/mode-tutorial.html

Note that modifying the syntax-table also affects other parts of emacs
behavior (e.g. forward/backward-sexp).  But from above example this is
probably what you want.

David





      reply	other threads:[~2008-05-16 15:03 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
2008-05-16 15:03     ` David Hansen [this message]

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

  List information: https://www.gnu.org/software/emacs/

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

  git send-email \
    --in-reply-to=87tzgy47go.fsf@localhorst.mine.nu \
    --to=david.hansen@gmx.net \
    --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.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).