From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: martin rudalics Newsgroups: gmane.emacs.devel Subject: Re: CC Mode and GCC/CEDET integration for evaluating macros Date: Sat, 02 May 2015 10:57:23 +0200 Message-ID: <55449173.3000200@gmx.at> References: <87k2wsi62e.fsf@gmail.com> <20150501181135.GA6376@acm.fritz.box> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1430557262 14937 80.91.229.3 (2 May 2015 09:01:02 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 2 May 2015 09:01:02 +0000 (UTC) Cc: emacs-devel@gnu.org To: Alan Mackenzie , Oleh Krehel Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat May 02 11:00:53 2015 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1YoTI2-0006PS-Rr for ged-emacs-devel@m.gmane.org; Sat, 02 May 2015 11:00:50 +0200 Original-Received: from localhost ([::1]:56426 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YoTI2-0003hy-0Y for ged-emacs-devel@m.gmane.org; Sat, 02 May 2015 05:00:50 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:39855) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YoTHn-0003gw-2B for emacs-devel@gnu.org; Sat, 02 May 2015 05:00:35 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YoTHj-00016u-2L for emacs-devel@gnu.org; Sat, 02 May 2015 05:00:35 -0400 Original-Received: from mout.gmx.net ([212.227.17.22]:64969) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YoTHi-000165-Mp for emacs-devel@gnu.org; Sat, 02 May 2015 05:00:30 -0400 Original-Received: from [194.118.143.216] ([194.118.143.216]) by mail.gmx.com (mrgmx103) with ESMTPSA (Nemesis) id 0McUnM-1YWwQv1hZY-00HbYH; Sat, 02 May 2015 11:00:29 +0200 In-Reply-To: <20150501181135.GA6376@acm.fritz.box> X-Provags-ID: V03:K0:cISV+n8gony0ZNv+8mKsF2Jxw/RriGWnRr2iIeldPjGNQDL9zqw rAcJBiadTx3vFd8ychUVauEUTg7V+QtN7q05SMymezEfr5xxjN1E/AeY4QtjmK3vs+k9m/u RVlJbbLAzcoizHFWl82bkujQb/n7cfK4Bxq+yeNIxrl1vgnw+MVUu6vuSfB+MRg6Rhq8bhT RjvK0t92tKc26z7F2sFZA== X-UI-Out-Filterresults: notjunk:1; X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x [generic] X-Received-From: 212.227.17.22 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:186127 Archived-At: > There is hide-ifdef-mode in Emacs which does something similar - It makes > the "non-active" bits of #ifdef branches invisible rather than changing > their appearance. Doubtless it would be easy enough to add the "greying > out" facility as an option. See `hide-ifdef-shadow'. martin