From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Will Chang" Newsgroups: gmane.emacs.help Subject: Highlight parent if--else Date: Thu, 31 Jul 2008 09:30:15 +0800 Message-ID: <4c8ce9a40807301830yc9c8087v3d06a0c0efcb4aa6@mail.gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_38042_22554810.1217467815967" X-Trace: ger.gmane.org 1217467845 28493 80.91.229.12 (31 Jul 2008 01:30:45 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 31 Jul 2008 01:30:45 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Jul 31 03:31:36 2008 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1KON0x-00083I-NK for geh-help-gnu-emacs@m.gmane.org; Thu, 31 Jul 2008 03:31:35 +0200 Original-Received: from localhost ([127.0.0.1]:38661 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KON03-0005t7-58 for geh-help-gnu-emacs@m.gmane.org; Wed, 30 Jul 2008 21:30:39 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KOMzi-0005rc-VA for help-gnu-emacs@gnu.org; Wed, 30 Jul 2008 21:30:19 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KOMzh-0005pl-Kq for help-gnu-emacs@gnu.org; Wed, 30 Jul 2008 21:30:18 -0400 Original-Received: from [199.232.76.173] (port=52091 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KOMzh-0005pe-Bb for help-gnu-emacs@gnu.org; Wed, 30 Jul 2008 21:30:17 -0400 Original-Received: from ug-out-1314.google.com ([66.249.92.172]:11767) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KOMzh-0006tE-6w for help-gnu-emacs@gnu.org; Wed, 30 Jul 2008 21:30:17 -0400 Original-Received: by ug-out-1314.google.com with SMTP id l31so326196ugc.48 for ; Wed, 30 Jul 2008 18:30:16 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:mime-version:content-type; bh=bUajJfujIlhUk3kVrz2cUk9//xjX48FdcftdHHxx1dQ=; b=r1PK0f4MuZFpsFEYnqQmDfIRkvx0oKDaGf9BHmkScSSWTtkBPv6V8RtlY2fd5wC8XK w4Bm2z+BsbUKrBHklqjUNbBmtFKTh1ehgZiVQt60H40UoVI+fhsH/DxHqTfslLayFZfw Z+UTvw5w7zY/EtkcMWzkVabjJVqgRA4agvt9Q= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type; b=RS5JtteKq1RjDfSrKaOtZOP8fTX0ep57dsNVPYbe5DAMFzXqnW4mutrUBa8PajLWBw NtMzbuel2GYbucbCsvp5MCmDR/VTPW9OnYXBNFfsvNC+dHutAx4C8tGzxUVz6CTZMZIF 0YTGXL3Tv5sr9a2TpuxF2FYiZXxdcvgGkvx0Y= Original-Received: by 10.67.116.7 with SMTP id t7mr1870993ugm.64.1217467816008; Wed, 30 Jul 2008 18:30:16 -0700 (PDT) Original-Received: by 10.67.19.12 with HTTP; Wed, 30 Jul 2008 18:30:15 -0700 (PDT) X-detected-kernel: by monty-python.gnu.org: Linux 2.6 (newer, 2) X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:56069 Archived-At: ------=_Part_38042_22554810.1217467815967 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Hi all, I knew highlight-parentheses can highlight the parent ( { or[. Is it possible to highlight the parent key words. for example: I often write some pl-sql like this. IF piNum>0 THEN ELSEIF piNum =-1 THEN ELSE END IF. Can we highlight IF, ELSE END IF just like highlight-parentheses? Thanks for your help. ------=_Part_38042_22554810.1217467815967 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline
Hi all,

I knew highlight-parentheses can highlight the parent ( { or[. Is it possible to highlight the parent key words.

for example:

I often write some pl-sql like this.

IF piNum>0 THEN

ELSEIF piNum =-1 THEN

ELSE

END IF.

Can we highlight IF, ELSE END IF just like highlight-parentheses?

Thanks for your help.
------=_Part_38042_22554810.1217467815967--