From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: spam111@clairvaux.org Newsgroups: gmane.emacs.help Subject: Menu Item Colors Date: Thu, 21 Jun 2012 07:08:21 -0700 (PDT) Organization: http://groups.google.com Message-ID: <7351d331-226d-4874-853e-5179f89787d3@googlegroups.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: dough.gmane.org 1340287815 11252 80.91.229.3 (21 Jun 2012 14:10:15 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 21 Jun 2012 14:10:15 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Jun 21 16:10:14 2012 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Shi5N-0000Cy-2O for geh-help-gnu-emacs@m.gmane.org; Thu, 21 Jun 2012 16:10:13 +0200 Original-Received: from localhost ([::1]:34534 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Shi5M-0006KO-PN for geh-help-gnu-emacs@m.gmane.org; Thu, 21 Jun 2012 10:10:12 -0400 Original-Path: usenet.stanford.edu!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 9 Original-NNTP-Posting-Host: 24.136.176.49 Original-X-Trace: posting.google.com 1340287702 25549 127.0.0.1 (21 Jun 2012 14:08:22 GMT) Original-X-Complaints-To: groups-abuse@google.com Original-NNTP-Posting-Date: Thu, 21 Jun 2012 14:08:22 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=24.136.176.49; posting-account=EiAykAoAAAC-qr-APsrNEXyZiQF6hZPi User-Agent: G2/1.0 Original-Xref: usenet.stanford.edu gnu.emacs.help:192954 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 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 Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:85350 Archived-At: I'm writing some programming utilities for Gnu Emacs 23.3 on the Macintosh.= I have a contextual popup menu which displays the classes, methods, funct= ions and macros contained in a given file. I would like to be able to diff= erentiate classes, methods, functions, etc. by giving the menu items differ= ent colors. MacOSX supports this. Is there a way to do this with Emacs? Thanks.