Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
table.el: how to change colors in the cell?
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  3 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Slava Zu  
View profile  
 More options Sep 7 2011, 7:05 am
Newsgroups: gnu.emacs.help
From: Slava Zu <slava_zub...@mail.ru>
Date: Wed, 7 Sep 2011 04:05:16 -0700 (PDT)
Local: Wed, Sep 7 2011 7:05 am
Subject: table.el: how to change colors in the cell?

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--t...
Sent from the Emacs - Help mailing list archive at Nabble.com.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Slava Zu  
View profile  
 More options Sep 7 2011, 8:16 am
Newsgroups: gnu.emacs.help
From: Slava Zu <slava_zub...@mail.ru>
Date: Wed, 7 Sep 2011 05:16:52 -0700 (PDT)
Local: Wed, Sep 7 2011 8:16 am
Subject: Re: table.el: how to change colors in the cell?

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--t...
Sent from the Emacs - Help mailing list archive at Nabble.com.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Jambunathan K  
View profile  
 More options Sep 7 2011, 9:36 pm
Newsgroups: gnu.emacs.help
From: Jambunathan K <kjambunat...@gmail.com>
Date: Thu, 08 Sep 2011 07:06:22 +0530
Local: Wed, Sep 7 2011 9:36 pm
Subject: Re: table.el: how to change colors in the cell?

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

              ^^^^^^^^^
              C-u C-x =

> face.

--

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »