Message from discussion
does emacs regular expression support (?!expression)
Received: by 10.68.227.40 with SMTP id rx8mr4231525pbc.5.1328257903228;
Fri, 03 Feb 2012 00:31:43 -0800 (PST)
Path: lh20ni255163pbb.0!nntp.google.com!news2.google.com!news.glorb.com!usenet.stanford.edu!not-for-mail
From: Thien-Thi Nguyen <t...@gnuvola.org>
Newsgroups: gnu.emacs.help
Subject: Re: does emacs regular expression support (?!expression)
Date: Fri, 03 Feb 2012 09:30:42 +0100
Lines: 10
Approved: help-gnu-em...@gnu.org
Message-ID: <mailman.3031.1328257902.15002.help-gnu-emacs@gnu.org>
References: <CADU1KvKHJnYk-FyFJfqm9kg5ekGSZM3yfvPK=JM_SLTtAty1zw@mail.gmail.com>
<8739at5aj0.fsf@thinkpad.tsdh.de>
<m31uqdlyyn.fsf@passepartout.tim-landscheidt.de>
<87ipjo52qn.fsf@thinkpad.tsdh.de> <jgfa7c$76h$1@dough.gmane.org>
<CADU1KvJdK50PAG9E8266g=5EhUNo5H_N1V-NgC0=uT-LSrgL8Q@mail.gmail.com>
NNTP-Posting-Host: lists.gnu.org
Mime-Version: 1.0
X-Trace: usenet.stanford.edu 1328257902 12966 140.186.70.17 (3 Feb 2012 08:31:42 GMT)
X-Complaints-To: action@cs.stanford.edu
Cc: help-gnu-em...@gnu.org
To: =?utf-8?B?5Zyf5pif5LqU5Y+3?= <laf...@gmail.com>
Envelope-to: help-gnu-em...@gnu.org
In-Reply-To: <CADU1KvJdK50PAG9E8266g=5EhUNo5H_N1V-NgC0=uT-LSrgL8Q@mail.gmail.com>
(=?utf-8?B?IuWcn+aYn+S6lOWPtyIncw==?= message of "Fri,
3 Feb 2012 10:12:27 +0800")
User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.92 (gnu/linux)
X-detected-operating-system: by eggs.gnu.org: Genre and OS details not
recognized.
X-Received-From: 82.57.200.104
X-BeenThere: help-gnu-em...@gnu.org
X-Mailman-Version: 2.1.14
Precedence: list
List-Id: Users list for the GNU Emacs text editor <help-gnu-emacs.gnu.org>
List-Unsubscribe: <https://lists.gnu.org/mailman/options/help-gnu-emacs>,
<mailto:help-gnu-emacs-requ...@gnu.org?subject=unsubscribe>
List-Archive: <http://lists.gnu.org/archive/html/help-gnu-emacs>
List-Post: <mailto:help-gnu-em...@gnu.org>
List-Help: <mailto:help-gnu-emacs-requ...@gnu.org?subject=help>
List-Subscribe: <https://lists.gnu.org/mailman/listinfo/help-gnu-emacs>,
<mailto:help-gnu-emacs-requ...@gnu.org?subject=subscribe>
Content-Type: text/plain; charset=utf-8
Content-Transfer-Encoding: quoted-printable
() =E5=9C=9F=E6=98=9F=E4=BA=94=E5=8F=B7 <laf...@gmail.com>
() Fri, 3 Feb 2012 10:12:27 +0800
I would like match Err in any words(e.g. LastError), but not ErrorMode.
("\\([Ee][Rr][Rr]\\)\\(?!orMode\\)" 1 font-lock-warning-face)
You can add a spec for =E2=80=98ErrorMode=E2=80=99, with default face, prio=
r to this one.