From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Drew Adams" Newsgroups: gmane.emacs.help Subject: RE: Changing Color Of Column # In Modeline Date: Sat, 26 Nov 2005 10:53:07 -0800 Message-ID: References: <1133030016.409069.228580@g47g2000cwa.googlegroups.com> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1133031278 18681 80.91.229.2 (26 Nov 2005 18:54:38 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 26 Nov 2005 18:54:38 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sat Nov 26 19:54:36 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1Eg5Av-0006di-QB for geh-help-gnu-emacs@m.gmane.org; Sat, 26 Nov 2005 19:53:30 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Eg5Av-00009Q-4g for geh-help-gnu-emacs@m.gmane.org; Sat, 26 Nov 2005 13:53:29 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Eg5Ah-00009D-QQ for help-gnu-emacs@gnu.org; Sat, 26 Nov 2005 13:53:15 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Eg5Ah-00008t-1n for help-gnu-emacs@gnu.org; Sat, 26 Nov 2005 13:53:15 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Eg5Ag-00008j-ND for help-gnu-emacs@gnu.org; Sat, 26 Nov 2005 13:53:14 -0500 Original-Received: from [141.146.126.228] (helo=agminet01.oracle.com) by monty-python.gnu.org with esmtp (TLS-1.0:DHE_RSA_3DES_EDE_CBC_SHA:24) (Exim 4.34) id 1Eg5Ag-0001nO-PR for help-gnu-emacs@gnu.org; Sat, 26 Nov 2005 13:53:14 -0500 Original-Received: from rgmsgw300.us.oracle.com (rgmsgw300.us.oracle.com [138.1.186.49]) by agminet01.oracle.com (Switch-3.1.7/Switch-3.1.7) with ESMTP id jAQJ7qTD026646; Sat, 26 Nov 2005 13:07:52 -0600 Original-Received: from rgmsgw300.us.oracle.com (localhost [127.0.0.1]) by rgmsgw300.us.oracle.com (Switch-3.1.7/Switch-3.1.7) with ESMTP id jAQIrC1v019560; Sat, 26 Nov 2005 11:53:12 -0700 Original-Received: from dradamslap (dhcp-amer-rmdc-csvpn-gw4-141-144-96-31.vpn.oracle.com [141.144.96.31]) by rgmsgw300.us.oracle.com (Switch-3.1.7/Switch-3.1.7) with SMTP id jAQIrChF019553 (version=TLSv1/SSLv3 cipher=RC4-MD5 bits=128 verify=NO); Sat, 26 Nov 2005 11:53:12 -0700 Original-To: "gamename" , X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.6604 (9.0.2911.0) In-reply-to: <1133030016.409069.228580@g47g2000cwa.googlegroups.com> Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1506 X-Brightmail-Tracker: AAAAAQAAAAI= X-Whitelist: TRUE 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:31382 Archived-At: Well, I tried the v21 suggestions in various combinations andstill the column #s aren't changing in font/size/weight/color. I've evaluated the above code (in various combinations), toggled tcl-mode, and also font-lock-mode as well. The specific version I'm using is: GNU Emacs 21.2.95.2 Got any idea what I'm doing incorrectly? ;-) Sorry, beyond what I said earlier, I don't really know what to say that might help. It works for me in 21.3.1. I don't have 21.2.95.2 to test with. Check the doc for 21.2.95.2 - look in the Emacs-Lisp manual (`C-h i') to see if "(:eval...)" is supported (just search for ":eval" - if it's not there, then it's probably not supported). It is not supported in Emacs 20 (which I use most of the time); it may not be supported in 21.2.95.2 either - in that case, you're out of luck. I assume that you already tried without your .emacs file, using emacs -q, correct?