From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: "Zhou Ping" Newsgroups: gmane.emacs.help Subject: Graying out the code in "#if 0/#endif" brace? Date: Wed, 23 Jun 2004 08:55:45 +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: 7bit X-Trace: sea.gmane.org 1087952168 6493 80.91.224.253 (23 Jun 2004 00:56:08 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 23 Jun 2004 00:56:08 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Jun 23 02:56:01 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 1Bcw3U-0001zY-00 for ; Wed, 23 Jun 2004 02:56:01 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1Bcw4p-0003lT-JS for geh-help-gnu-emacs@m.gmane.org; Tue, 22 Jun 2004 20:57:23 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1Bcw4h-0003kk-Vd for help-gnu-emacs@gnu.org; Tue, 22 Jun 2004 20:57:16 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1Bcw4f-0003kY-DZ for help-gnu-emacs@gnu.org; Tue, 22 Jun 2004 20:57:15 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1Bcw4f-0003kV-9o for help-gnu-emacs@gnu.org; Tue, 22 Jun 2004 20:57:13 -0400 Original-Received: from [65.54.168.113] (helo=hotmail.com) by monty-python.gnu.org with esmtp (Exim 4.34) id 1Bcw3H-0007HB-FS for help-gnu-emacs@gnu.org; Tue, 22 Jun 2004 20:55:47 -0400 Original-Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Tue, 22 Jun 2004 17:55:46 -0700 Original-Received: from 202.101.8.194 by bay3-dav9.bay3.hotmail.com with DAV; Wed, 23 Jun 2004 00:55:46 +0000 X-Originating-IP: [202.101.8.194] X-Originating-Email: [zhouping_jay@msn.com] X-Sender: zhouping_jay@msn.com Original-To: X-Priority: 1 (Highest) X-MSMail-Priority: High X-Mailer: Microsoft Office Outlook, Build 11.0.5510 Importance: High Thread-Index: AcRYvNBz5QusA7o8QGuSSJD1kHxRnw== X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1409 X-OriginalArrivalTime: 23 Jun 2004 00:55:46.0257 (UTC) FILETIME=[D158CC10:01C458BC] 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:19025 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:19025 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.