unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: martin rudalics <rudalics@gmx.at>
Cc: emacs-devel@gnu.org
Subject: Re: re-builder highlighting incorrect for more than 3 groupings
Date: Wed, 26 Apr 2006 08:56:55 +0200	[thread overview]
Message-ID: <444F19B7.9080906@gmx.at> (raw)
In-Reply-To: <87r73ljvfa.fsf@myusenet.dyndns.org>

 > I encountered strange behavior with re-builder:
 >
 > I made a testcase to show it. Consider the following buffer:
 >
 > t-t-t-t
 > t-t-t-t
 > t-t-t-t
 > t-t-t-t
 >
 > re-builder with the regex "\\(.\\)-\\(.\\)-\\(.\\)" correctly highlights
 > all first groupings. But if i make another group,
 > "\\(.\\)-\\(.\\)-\\(.\\)-\\(.\\)", it only highlights the first
 > match. Perhaps this has something to do with missing faces for more than
 > three groupings.

In fact you should have noted the message:

reb-update-overlays: Too many subexpressions - face `reb-match-4' not defined

You can add as many deffaces

(defface reb-match-4 ...

(defface reb-match-5 ...

...

you want to your .emacs.

  reply	other threads:[~2006-04-26  6:56 UTC|newest]

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-04-25 19:40 re-builder highlighting incorrect for more than 3 groupings Christian Plate
2006-04-26  6:56 ` martin rudalics [this message]
2006-04-27  4:36   ` Richard Stallman
2006-04-27  8:55     ` martin rudalics
2006-04-27  9:04     ` Juanma Barranquero
2006-04-28 22:03       ` Adrian Aichner
2006-04-28 23:23         ` Juanma Barranquero
2006-04-29 19:09         ` Richard Stallman
2006-04-29 20:36           ` Adrian Aichner
2006-04-30  1:02           ` Juanma Barranquero
2006-04-29  8:12       ` martin rudalics
2006-04-30  1:07         ` Juanma Barranquero
2006-04-30  3:03         ` Richard Stallman
2006-05-01 15:21           ` Kevin Rodgers
2006-05-02  2:04             ` Richard Stallman
2006-05-02  8:42               ` Juanma Barranquero
2006-05-02  9:06                 ` David Kastrup
2006-05-02  9:30                   ` Juanma Barranquero
2006-05-02  9:38                     ` David Kastrup
2006-05-02 10:17                       ` Juanma Barranquero
2006-05-02 21:37                 ` Richard Stallman

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=444F19B7.9080906@gmx.at \
    --to=rudalics@gmx.at \
    --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 public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

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).