From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Thien-Thi Nguyen Newsgroups: gmane.emacs.help Subject: Re: does emacs regular expression support (?!expression) Date: Fri, 03 Feb 2012 09:30:42 +0100 Message-ID: <87k444tj2l.fsf@gnuvola.org> References: <8739at5aj0.fsf@thinkpad.tsdh.de> <87ipjo52qn.fsf@thinkpad.tsdh.de> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Trace: dough.gmane.org 1328257911 4614 80.91.229.3 (3 Feb 2012 08:31:51 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 3 Feb 2012 08:31:51 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: =?utf-8?B?5Zyf5pif5LqU5Y+3?= Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Feb 03 09:31:46 2012 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1RtEYb-0003fh-E3 for geh-help-gnu-emacs@m.gmane.org; Fri, 03 Feb 2012 09:31:45 +0100 Original-Received: from localhost ([::1]:45274 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RtEYa-0007pp-Fc for geh-help-gnu-emacs@m.gmane.org; Fri, 03 Feb 2012 03:31:44 -0500 Original-Received: from eggs.gnu.org ([140.186.70.92]:54324) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RtEYQ-0007dE-IY for help-gnu-emacs@gnu.org; Fri, 03 Feb 2012 03:31:40 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RtEYK-0008Gn-SF for help-gnu-emacs@gnu.org; Fri, 03 Feb 2012 03:31:34 -0500 Original-Received: from smtp208.alice.it ([82.57.200.104]:47593) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RtEYK-00085r-Fs for help-gnu-emacs@gnu.org; Fri, 03 Feb 2012 03:31:28 -0500 Original-Received: from ambire (87.4.66.153) by smtp208.alice.it (8.6.023.02) id 4F056E8503063BE0; Fri, 3 Feb 2012 09:31:08 +0100 Original-Received: from ttn by ambire with local (Exim 4.72) (envelope-from ) id 1RtEXb-0000wE-2H; Fri, 03 Feb 2012 09:30:43 +0100 In-Reply-To: (=?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-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:83607 Archived-At: () =E5=9C=9F=E6=98=9F=E4=BA=94=E5=8F=B7 () 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.