From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Peter Dyballa Newsgroups: gmane.emacs.help Subject: Re: colour change in emacs 21.3 Date: Sat, 30 Jun 2007 14:13:02 +0200 Message-ID: <701FDD79-9DC3-4E41-9CBA-2E83530E4AC5@Web.DE> References: <87tzspvq2c.fsf@localhorst.mine.nu> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 (Apple Message framework v752.2) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1183205611 20241 80.91.229.12 (30 Jun 2007 12:13:31 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 30 Jun 2007 12:13:31 +0000 (UTC) Cc: David Hansen , help-gnu-emacs@gnu.org To: Sylvan Elhay Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sat Jun 30 14:13:23 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 1I4bpK-0000sG-8x for geh-help-gnu-emacs@m.gmane.org; Sat, 30 Jun 2007 14:13:22 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1I4bpJ-0001SE-Bl for geh-help-gnu-emacs@m.gmane.org; Sat, 30 Jun 2007 08:13:21 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1I4bp5-0001S7-Ls for help-gnu-emacs@gnu.org; Sat, 30 Jun 2007 08:13:07 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1I4bp3-0001Rn-Lj for help-gnu-emacs@gnu.org; Sat, 30 Jun 2007 08:13:06 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1I4bp3-0001Rk-HV for help-gnu-emacs@gnu.org; Sat, 30 Jun 2007 08:13:05 -0400 Original-Received: from fmmailgate02.web.de ([217.72.192.227]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1I4bp3-0001Do-80 for help-gnu-emacs@gnu.org; Sat, 30 Jun 2007 08:13:05 -0400 Original-Received: from smtp06.web.de (fmsmtp06.dlan.cinetic.de [172.20.5.172]) by fmmailgate02.web.de (Postfix) with ESMTP id 651018A3905D; Sat, 30 Jun 2007 14:13:04 +0200 (CEST) Original-Received: from [62.134.230.35] (helo=[192.168.1.2]) by smtp06.web.de with asmtp (TLSv1:AES128-SHA:128) (WEB.DE 4.108 #197) id 1I4bp2-0002EI-00; Sat, 30 Jun 2007 14:13:04 +0200 In-Reply-To: X-Mailer: Apple Mail (2.752.2) X-Sender: Peter_Dyballa@web.de X-Provags-ID: V01U2FsdGVkX1/za9HH/VIxcCfCKW0MCO0W+N0XCPIB7cU4Oc1j 6+zu75wDsmVVuU80zXmTUKHjIMTmJEP4/R7OJA2MSrSLfzc4ms t8AW1JyFGiYGU+behJuw== X-detected-kernel: Linux 2.4-2.6 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:45375 Archived-At: Am 30.06.2007 um 12:22 schrieb Sylvan Elhay: > Does this tell me the face used? Apologies if this is naive - I'm new > to faces. No. Obviously in stable GNU Emacs 21.x C-u C-x = does not include information about faces used. A 22 version output looks like: character: c (0143, 99, 0x63, U+0063) charset: ascii (ASCII (ISO646 IRV)) code point: 99 syntax: w which means: word category: a:ASCII l:Latin buffer code: 0x63 file code: 0x63 (encoded by coding system iso-latin-9-unix) display: by this font (glyph code) -B&H-LucidaTypewriter-Bold-R-Normal-Sans-10-100-75-75-M-60- ISO8859-1 (0x63) There are text properties here: face [(font-latex-bold-face font-latex-sedate-face)] fontified t You obviously need to use describe-text-properties or list-text- properties-at. The remainder procedure is the same: RET on the face description, then RET on the customise hyper-link, then customisation, saving for the session to experiment with it, optional changes and saves, finally saving it into ~/.emacs. -- Greetings Pete "I love deadlines. I love the whooshing noise they make as they go by." (Douglas Adams)