From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: nospam55 Newsgroups: gmane.emacs.help Subject: Re: . . . Date: Sat, 14 Feb 2004 18:57:29 +0100 Organization: itposets Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: References: <20040211145836.5e06d6b9.felix.klee.news@gmx.net> <20040211211817.7d8799b8.felix.klee.news@gmx.net> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7Bit X-Trace: sea.gmane.org 1076785329 22268 80.91.224.253 (14 Feb 2004 19:02:09 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 14 Feb 2004 19:02:09 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sat Feb 14 20:02:03 2004 Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1As53D-0005Ny-00 for ; Sat, 14 Feb 2004 20:02:03 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.24) id 1As530-0000rF-BX for geh-help-gnu-emacs@m.gmane.org; Sat, 14 Feb 2004 14:01:50 -0500 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!news.tele.dk!news.tele.dk!small.news.tele.dk!fu-berlin.de!uni-berlin.de!d81-211-160-11.cust.tele2.IT!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 29 Original-NNTP-Posting-Host: d81-211-160-11.cust.tele2.it (81.211.160.11) Original-X-Trace: news.uni-berlin.de 1076784590 42222904 D 81.211.160.11 ([183691]) User-Agent: KNode/0.7.1 Original-Xref: shelby.stanford.edu gnu.emacs.help:120909 Original-To: help-gnu-emacs@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.2 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 Xref: main.gmane.org gmane.emacs.help:16858 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:16858 the (set-face-foreground 'fringe "wheat") (set-face-background 'fringe "Black") `and (defun set-fringe () "Change fringe color." (interactive) (set-face-background 'fringe "red")) ` work fine, thanks; > Goto the "Options" menu, and the last item in it, the "Customize Emacs" > submenu. In that menu click on "Specific Face...". It will prompt > you for which face or type return for all of them. You can enter > "fringe", or get them all and search down the list for fringe. I see ... works also, thanks; how can I visit a list of colors ? I know a way, don't know if there are better ones ...