* table.el: how to change colors in the cell?
@ 2011-09-07 11:05 Slava Zu
2011-09-07 12:16 ` Slava Zu
2011-09-08 1:31 ` Jambunathan K
0 siblings, 2 replies; 4+ messages in thread
From: Slava Zu @ 2011-09-07 11:05 UTC (permalink / raw)
To: Help-gnu-emacs
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.
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: table.el: how to change colors in the cell?
2011-09-07 11:05 table.el: how to change colors in the cell? Slava Zu
@ 2011-09-07 12:16 ` Slava Zu
2011-09-08 1:31 ` Jambunathan K
1 sibling, 0 replies; 4+ messages in thread
From: Slava Zu @ 2011-09-07 12:16 UTC (permalink / raw)
To: Help-gnu-emacs
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
Sent from the Emacs - Help mailing list archive at Nabble.com.
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: table.el: how to change colors in the cell?
2011-09-07 11:05 table.el: how to change colors in the cell? Slava Zu
2011-09-07 12:16 ` Slava Zu
@ 2011-09-08 1:31 ` Jambunathan K
2011-09-08 1:36 ` Jambunathan K
1 sibling, 1 reply; 4+ messages in thread
From: Jambunathan K @ 2011-09-08 1:31 UTC (permalink / raw)
To: Slava Zu; +Cc: Help-gnu-emacs
Slava Zu <slava_zubrin@mail.ru> writes:
> 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?
M-x customize-face RET table-cell RET
You can use C-c C-x = on a piece of text to identify the underlying
face.
--
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: table.el: how to change colors in the cell?
2011-09-08 1:31 ` Jambunathan K
@ 2011-09-08 1:36 ` Jambunathan K
0 siblings, 0 replies; 4+ messages in thread
From: Jambunathan K @ 2011-09-08 1:36 UTC (permalink / raw)
To: Slava Zu; +Cc: Help-gnu-emacs
> You can use C-c C-x = on a piece of text to identify the underlying
^^^^^^^^^
C-u C-x =
> face.
--
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2011-09-08 1:36 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-09-07 11:05 table.el: how to change colors in the cell? Slava Zu
2011-09-07 12:16 ` Slava Zu
2011-09-08 1:31 ` Jambunathan K
2011-09-08 1:36 ` Jambunathan K
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.