From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: mowgli Newsgroups: gmane.emacs.help Subject: Re: Emacs like jed Date: Sat, 02 Jun 2007 05:15:51 -0000 Organization: http://groups.google.com Message-ID: <1180761351.862379.92640@d30g2000prg.googlegroups.com> References: <1180741338.329316.62610@o11g2000prd.googlegroups.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" X-Trace: sea.gmane.org 1180762841 28010 80.91.229.12 (2 Jun 2007 05:40:41 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 2 Jun 2007 05:40:41 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sat Jun 02 07:40:40 2007 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1HuMLt-0002BQ-PN for geh-help-gnu-emacs@m.gmane.org; Sat, 02 Jun 2007 07:40:38 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HuMLs-0007wW-GK for geh-help-gnu-emacs@m.gmane.org; Sat, 02 Jun 2007 01:40:36 -0400 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!postnews.google.com!d30g2000prg.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 25 Original-NNTP-Posting-Host: 221.128.144.182 Original-X-Trace: posting.google.com 1180761352 10707 127.0.0.1 (2 Jun 2007 05:15:52 GMT) Original-X-Complaints-To: groups-abuse@google.com Original-NNTP-Posting-Date: Sat, 2 Jun 2007 05:15:52 +0000 (UTC) In-Reply-To: User-Agent: G2/1.0 X-HTTP-UserAgent: Opera/9.21 (X11; Linux i686; U; en),gzip(gfe),gzip(gfe) Complaints-To: groups-abuse@google.com Injection-Info: d30g2000prg.googlegroups.com; posting-host=221.128.144.182; posting-account=-HXNwg0AAADDAYolbLkw7x9oaDWGNwXB Original-Xref: shelby.stanford.edu gnu.emacs.help:149010 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:44599 Archived-At: On Jun 2, 8:31 am, "Drew Adams" wrote: > > is there a lst of color codes for emacs I can get a list of? > > C-h f x-defined-colors > or, in Emacs 22, C-h f defined-colors C-h f x-defined-colors gives: x-defined-colors is an alias for `defined-colors' in `faces'. (x-defined-colors &optional FRAME) Return a list of colors supported for a particular frame. The argument FRAME specifies which frame to try. The value may be different for frames on different display types. If FRAME doesn't support colors, the value is nil. I tried doing C-x x-defined colors and M-x x-defined colors but none work. But I do not know _how_ do I really view these colors and then how do I set one of the viewed colors. The above detail is insufficient. Regards, mowgli