From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Solly Brown Newsgroups: gmane.emacs.help Subject: prolog users? Date: Thu, 24 Aug 2006 13:50:49 +1000 Message-ID: <44ED2219.7040400@cse.unsw.edu.au> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1156393179 22564 80.91.229.2 (24 Aug 2006 04:19:39 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 24 Aug 2006 04:19:39 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Aug 24 06:19:36 2006 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1GG6fu-000793-Do for geh-help-gnu-emacs@m.gmane.org; Thu, 24 Aug 2006 06:18:38 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GG6ft-0002Om-Q1 for geh-help-gnu-emacs@m.gmane.org; Thu, 24 Aug 2006 00:18:37 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1GG6EN-0002lb-Al for help-gnu-emacs@gnu.org; Wed, 23 Aug 2006 23:50:11 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1GG6EL-0002jg-KH for help-gnu-emacs@gnu.org; Wed, 23 Aug 2006 23:50:11 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GG6EL-0002jO-Em for help-gnu-emacs@gnu.org; Wed, 23 Aug 2006 23:50:09 -0400 Original-Received: from [129.94.242.24] (helo=note.orchestra.cse.unsw.EDU.AU) by monty-python.gnu.org with esmtp (Exim 4.52) id 1GG6MJ-00068k-7r for help-gnu-emacs@gnu.org; Wed, 23 Aug 2006 23:58:23 -0400 Original-Received: From [129.94.173.75] ([129.94.173.75] == gooseylucy.cse.unsw.EDU.AU) (auth-user sollyb) (cse-authentic-sender sollyb) (for ) By note With Smtp ; Thu, 24 Aug 2006 13:50:03 +1000 Original-To: help-gnu-emacs@gnu.org User-Agent: Thunderbird 1.5.0.5 (X11/20060728) X-Mailman-Approved-At: Thu, 24 Aug 2006 00:18:23 -0400 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:36889 Archived-At: Hi, Quick question for users of prolog under emacs: How can I change the face of prolog comments (ie. lines starting with a % symbol)? Strangely enough, it doesn't appear to be defined by "font-lock-comment-face". So I need to somehow tell emacs that lines beginning with % should use font-lock-comment-face, or I need to edit the actual face being used currently. Any ideas? Thanks, Solly ps. i'm using prolog.el