From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Dov Grobgeld Newsgroups: gmane.emacs.devel Subject: Re: new faces Date: Mon, 24 Mar 2014 22:32:46 +0200 Message-ID: References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=047d7b6dc31e6ed15304f5602331 X-Trace: ger.gmane.org 1395693167 31741 80.91.229.3 (24 Mar 2014 20:32:47 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 24 Mar 2014 20:32:47 +0000 (UTC) Cc: emacs-devel@gnu.org To: Bois Francois-Xavier Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Mar 24 21:32:54 2014 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 1WSBYD-0000FJ-Eg for ged-emacs-devel@m.gmane.org; Mon, 24 Mar 2014 21:32:53 +0100 Original-Received: from localhost ([::1]:38254 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WSBYC-0004e3-SM for ged-emacs-devel@m.gmane.org; Mon, 24 Mar 2014 16:32:52 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:39107) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WSBY9-0004d5-F6 for emacs-devel@gnu.org; Mon, 24 Mar 2014 16:32:50 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WSBY8-0000BK-Hw for emacs-devel@gnu.org; Mon, 24 Mar 2014 16:32:49 -0400 Original-Received: from mail-pb0-x234.google.com ([2607:f8b0:400e:c01::234]:38875) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WSBY8-00008X-Bn for emacs-devel@gnu.org; Mon, 24 Mar 2014 16:32:48 -0400 Original-Received: by mail-pb0-f52.google.com with SMTP id rr13so5948382pbb.25 for ; Mon, 24 Mar 2014 13:32:47 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=GugYWzHN6ID7Uq0ORRiNH2MQJ6O7WqIizA8RAyu2ilE=; b=u7x6IFsKseNzaXM/cPHd0WockXyFPNj4q/yJq/HYvVm+Ba9pt8evWgY4AEURr8BIZC jtLWVN7AIxe652urse6dwmCceZWLUNt74i14h6VH+Tle9b0w0s5STmSw2G90rJk4VgAV yz80Z8U6oRV8/76cpieBqN2tCRZPLwMXM1hteZdFPqjCH0UXpK8CEi58dNX9B9YmlTFj r+/1orrKrQerIpQ7GjswqzRdOyMPoWd/p/fRNCsyuTmMupjS3VmXhE9U1alyCCLjuFCV 4Xf4vavcSAB3DmON9mkT4KAN2RJysqz+vZnJXpVG2obNxRrheskMQTMT9Fgmi6ZuDOgO xsyg== X-Received: by 10.66.150.69 with SMTP id ug5mr74652224pab.55.1395693166971; Mon, 24 Mar 2014 13:32:46 -0700 (PDT) Original-Received: by 10.66.83.67 with HTTP; Mon, 24 Mar 2014 13:32:46 -0700 (PDT) In-Reply-To: X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2607:f8b0:400e:c01::234 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:170929 Archived-At: --047d7b6dc31e6ed15304f5602331 Content-Type: text/plain; charset=UTF-8 I would love to see a "full coverage" of faces in programming language modes. I.e. to be able to overload the default font completely for all syntactic elemetns. This would solve the problem that it is not possible to use a variable pitch font for the flowing text in org-mode while viewing embedded programming code in a fixed pitched font. Regards, Dov On Mon, Mar 24, 2014 at 10:26 PM, Bois Francois-Xavier wrote: > Would you accept to add new faces that could be useful to some major modes > ? > > I am thinking of > > font-lock-tag-name-face > font-lock-tag-bracket-face > font-lock-attr-name-face > font-lock-attr-value-face > > and also > > font-lock-symbol-face > > I am the author of web-mode.el and think that inheriting from those faces > would provide better defaults for users of those modes. > > It would also ease the work of theme maintainers. > > Regards > > fx > > --047d7b6dc31e6ed15304f5602331 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
I would love to see a "full coverage" of face= s in programming language modes. I.e. to be able to overload the default fo= nt completely for all syntactic elemetns. This would solve the problem that= it is not possible to use a variable pitch font for the flowing text in or= g-mode while viewing embedded programming code in a fixed pitched font.

Regards,
Dov


On Mon, Mar 24, 2014 at 10:26 PM, Bois Francois-= Xavier <fxbois@gmail.com> wrote:
Would you accept to add new faces that could be usefu= l to some major modes ?

I am thinking of=C2=A0

font-lock-tag-name-face
font-lock-= tag-bracket-face
font-lock-attr-name-face
font-lock-attr-value-fa= ce

and also

font-lock-sym= bol-face

I am the author of web-mode.el and think = that inheriting from those faces would provide better defaults for users of= those modes.

It would also ease the work of theme maintainers.=C2=A0=

Regards=

fx


--047d7b6dc31e6ed15304f5602331--