From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: =?iso-8859-1?B?VmluY2VudCBCZWxh72NoZQ==?= Newsgroups: gmane.emacs.devel Subject: RE: progmodes cc: addition of builtin def-const Date: Tue, 18 Dec 2012 07:51:15 +0100 Message-ID: References: <80boeaaor1.fsf@gmail.com>, NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="_54a4680d-c634-44ce-9000-3fffb32ba33e_" X-Trace: ger.gmane.org 1355813487 7417 80.91.229.3 (18 Dec 2012 06:51:27 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 18 Dec 2012 06:51:27 +0000 (UTC) To: emacs-devel Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Dec 18 07:51:42 2012 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 1Tkr1a-0000ul-RY for ged-emacs-devel@m.gmane.org; Tue, 18 Dec 2012 07:51:34 +0100 Original-Received: from localhost ([::1]:38800 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Tkr1N-0007kP-GM for ged-emacs-devel@m.gmane.org; Tue, 18 Dec 2012 01:51:21 -0500 Original-Received: from eggs.gnu.org ([208.118.235.92]:58418) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Tkr1K-0007jS-Mn for emacs-devel@gnu.org; Tue, 18 Dec 2012 01:51:19 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Tkr1J-0004UU-JX for emacs-devel@gnu.org; Tue, 18 Dec 2012 01:51:18 -0500 Original-Received: from dub0-omc4-s1.dub0.hotmail.com ([157.55.2.76]:38660) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Tkr1J-0004RG-DL for emacs-devel@gnu.org; Tue, 18 Dec 2012 01:51:17 -0500 Original-Received: from DUB102-W21 ([157.55.2.72]) by dub0-omc4-s1.dub0.hotmail.com with Microsoft SMTPSVC(6.0.3790.4675); Mon, 17 Dec 2012 22:51:15 -0800 X-EIP: [lk0ub/pNoYWmXr4JXA6HMIlrGc0grTdn] X-Originating-Email: [vincent.b.1@hotmail.fr] Importance: Normal In-Reply-To: X-OriginalArrivalTime: 18 Dec 2012 06:51:15.0407 (UTC) FILETIME=[1313CDF0:01CDDCEC] X-detected-operating-system: by eggs.gnu.org: Windows XP X-Received-From: 157.55.2.76 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:155641 Archived-At: --_54a4680d-c634-44ce-9000-3fffb32ba33e_ Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Re-*ping* From: vincent.b.1@hotmail.fr To: emacs-devel@gnu.org Subject: RE: progmodes cc: addition of builtin def-const Date: Mon=2C 10 Dec 2012 07:24:23 +0100 *Ping* > From: vincent.b.1@hotmail.fr > To: emacs-devel@gnu.org > Subject: progmodes cc: addition of builtin def-const > Date: Mon=2C 3 Dec 2012 21:01:54 +0100 >=20 > Hello=2C >=20 > DXL has a number of language specific functions which I think would be > better to fontify like builtins=2C similar to what is done in AWK. >=20 > On the other hand DXL is more typed than AWK=2C so the 3 level > fontification of cc-fonts.el is better to use than do a specific > fontification like in AWK mode. >=20 > In order to achieve this goal of reusing cc-fonts=2C I propose the > addition of a new lang constant c-builtin-kwds. This allows the > dxl-mode.el which I am elaborating to plug more readily on EMACS CC > progmode. >=20 > If nobody objects I would commit the change the patch thereof is herein > attached. >=20 > VBR=2C > Vincent. >=20 = --_54a4680d-c634-44ce-9000-3fffb32ba33e_ Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
Re-*ping*


From: vincent.b.1@hotmail.fr<= br>To: emacs-devel@gnu.org
Subject: RE: progmodes cc: addition of builti= n def-const
Date: Mon=2C 10 Dec 2012 07:24:23 +0100

*Ping*

>=3B From: vincent.b.1@hotmail.fr
>=3B To: emacs-= devel@gnu.org
>=3B Subject: progmodes cc: addition of builtin def-cons= t
>=3B Date: Mon=2C 3 Dec 2012 21:01:54 +0100
>=3B
>=3B Hel= lo=2C
>=3B
>=3B DXL has a number of language specific functions = which I think would be
>=3B better to fontify like builtins=2C similar= to what is done in AWK.
>=3B
>=3B On the other hand DXL is more= typed than AWK=2C so the 3 level
>=3B fontification of cc-fonts.el is= better to use than do a specific
>=3B fontification like in AWK mode.=
>=3B
>=3B In order to achieve this goal of reusing cc-fonts=2C = I propose the
>=3B addition of a new lang constant c-builtin-kwds. Thi= s allows the
>=3B dxl-mode.el which I am elaborating to plug more read= ily on EMACS CC
>=3B progmode.
>=3B
>=3B If nobody objects = I would commit the change the patch thereof is herein
>=3B attached.>=3B
>=3B VBR=2C
>=3B Vincent.
>=3B
=
= --_54a4680d-c634-44ce-9000-3fffb32ba33e_--