Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

table.el: how to change colors in the cell?

16 views
Skip to first unread message

Slava Zu

unread,
Sep 7, 2011, 7:05:16 AM9/7/11
to Help-gn...@gnu.org

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.


Slava Zu

unread,
Sep 7, 2011, 8:16:52 AM9/7/11
to Help-gn...@gnu.org

It can be done over the Menu-Options-Customize... :-(
Closed.
--
View this message in context: http://old.nabble.com/table.el%3A-how-to-change-colors-in-the-cell--tp32415142p32415488.html

Jambunathan K

unread,
Sep 7, 2011, 9:36:22 PM9/7/11
to Slava Zu, Help-gn...@gnu.org

> You can use C-c C-x = on a piece of text to identify the underlying
^^^^^^^^^
C-u C-x =
> face.

--

0 new messages