From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: "Zhou, Ping A" Newsgroups: gmane.emacs.help Subject: Graying out the code in "#if 0/#endif" brace? Date: Wed, 23 Jun 2004 08:54:42 +0800 Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable X-Trace: sea.gmane.org 1087952139 6439 80.91.224.253 (23 Jun 2004 00:55:39 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 23 Jun 2004 00:55:39 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Jun 23 02:55:33 2004 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1Bcw33-0001yL-00 for ; Wed, 23 Jun 2004 02:55:33 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1Bcw4N-0003fo-Sc for geh-help-gnu-emacs@m.gmane.org; Tue, 22 Jun 2004 20:56:55 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1Bcw4F-0003ff-Vz for help-gnu-emacs@gnu.org; Tue, 22 Jun 2004 20:56:48 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1Bcw4F-0003fT-BH for help-gnu-emacs@gnu.org; Tue, 22 Jun 2004 20:56:47 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1Bcw4F-0003fQ-7u for help-gnu-emacs@gnu.org; Tue, 22 Jun 2004 20:56:47 -0400 Original-Received: from [134.134.136.6] (helo=hermes.jf.intel.com) by monty-python.gnu.org with esmtp (Exim 4.34) id 1Bcw2s-0006FF-G9 for help-gnu-emacs@gnu.org; Tue, 22 Jun 2004 20:55:22 -0400 Original-Received: from petasus.jf.intel.com (petasus.jf.intel.com [10.7.209.6]) by hermes.jf.intel.com (8.12.9-20030918-01/8.12.9/d: major-outer.mc, v 1.15 2004/01/30 18:16:28 root Exp $) with ESMTP id i5N0uf0Z001032 for ; Wed, 23 Jun 2004 00:56:46 GMT Original-Received: from pdsmsxvs01.pd.intel.com (pdsmsxvs01.pd.intel.com [172.16.12.122]) by petasus.jf.intel.com (8.12.9-20030918-01/8.12.9/d: major-inner.mc, v 1.10 2004/03/01 19:21:36 root Exp $) with SMTP id i5N0sWJn031581 for ; Wed, 23 Jun 2004 00:56:07 GMT Original-Received: from pdsmsx331.ccr.corp.intel.com ([172.16.12.58]) by pdsmsxvs01.pd.intel.com (SAVSMTP 3.1.2.35) with SMTP id M2004062308544311509 for ; Wed, 23 Jun 2004 08:54:43 +0800 Original-Received: from pdsmsx403.ccr.corp.intel.com ([172.16.12.55]) by pdsmsx331.ccr.corp.intel.com with Microsoft SMTPSVC(6.0.3790.0); Wed, 23 Jun 2004 08:54:43 +0800 X-MimeOLE: Produced By Microsoft Exchange V6.5.6944.0 Content-class: urn:content-classes:message X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Graying out the code in "#if 0/#endif" brace? Thread-Index: AcRYvKtJ9zq/T/UnSa2OjbE3P+6pGA== X-Priority: 1 Priority: Urgent Importance: high Original-To: X-OriginalArrivalTime: 23 Jun 2004 00:54:43.0668 (UTC) FILETIME=[AC0A7940:01C458BC] X-Scanned-By: MIMEDefang 2.31 (www . roaringpenguin . com / mimedefang) X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.4 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 Xref: main.gmane.org gmane.emacs.help:19024 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:19024 Hello all, I noticed that vim can use different color on the code enclosed in an "#if 0/#endif" directive brace. This is very useful for code editing or reading. I wonder if emacs has this kind of feature? If so, how can I add/enable it? Thanks. Best regards, Zhou Ping.