From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Slava Zu Newsgroups: gmane.emacs.help Subject: table.el: how to change colors in the cell? Date: Wed, 7 Sep 2011 04:05:16 -0700 (PDT) Message-ID: <32415142.post@talk.nabble.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1315430582 5889 80.91.229.12 (7 Sep 2011 21:23:02 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 7 Sep 2011 21:23:02 +0000 (UTC) To: Help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Sep 07 23:22:58 2011 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1R1PaE-0006tP-Gd for geh-help-gnu-emacs@m.gmane.org; Wed, 07 Sep 2011 23:22:58 +0200 Original-Received: from localhost ([::1]:43312 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R1PaE-0004um-5r for geh-help-gnu-emacs@m.gmane.org; Wed, 07 Sep 2011 17:22:58 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:48128) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R1FwW-0006HZ-Fo for Help-gnu-emacs@gnu.org; Wed, 07 Sep 2011 07:05:21 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1R1FwU-0004DX-0k for Help-gnu-emacs@gnu.org; Wed, 07 Sep 2011 07:05:20 -0400 Original-Received: from sam.nabble.com ([216.139.236.26]:53854) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R1FwT-0004DI-SY for Help-gnu-emacs@gnu.org; Wed, 07 Sep 2011 07:05:17 -0400 Original-Received: from isper.nabble.com ([192.168.236.156]) by sam.nabble.com with esmtp (Exim 4.72) (envelope-from ) id 1R1FwS-0005MU-Us for Help-gnu-emacs@gnu.org; Wed, 07 Sep 2011 04:05:16 -0700 X-Nabble-From: slava_zubrin@mail.ru X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Received-From: 216.139.236.26 X-Mailman-Approved-At: Wed, 07 Sep 2011 17:22:53 -0400 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 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 Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:82183 Archived-At: While editing tables (after M-x table-recognize) in emacs I have such colors in cells: 'grey90' foreground and 'blue' background. In table.el I have found a responsible for this block of code (as I can understand): (defface table-cell-face '((((class color)) (:foreground "gray90" :background "blue")) (t (:bold t))) "*Face used for table cell contents." :tag "Cell Face" :group 'table) Can anybody tell me is it possible to change these colors just adding something to my '.emacs' and what I have to add for this? -- View this message in context: http://old.nabble.com/table.el%3A-how-to-change-colors-in-the-cell--tp32415142p32415142.html Sent from the Emacs - Help mailing list archive at Nabble.com.