From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Tim Johnson Newsgroups: gmane.emacs.help Subject: speedbar select function face Date: Mon, 29 Oct 2007 14:06:52 -0800 Organization: Posted via Supernews, http://www.supernews.com Message-ID: <13icmbjols9b722@news.supernews.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7Bit X-Trace: ger.gmane.org 1193697654 24199 80.91.229.12 (29 Oct 2007 22:40:54 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 29 Oct 2007 22:40:54 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Oct 29 23:40:55 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 1ImdHo-0000dr-24 for geh-help-gnu-emacs@m.gmane.org; Mon, 29 Oct 2007 23:40:44 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1ImdHe-0004H5-PB for geh-help-gnu-emacs@m.gmane.org; Mon, 29 Oct 2007 18:40:34 -0400 Original-Path: shelby.stanford.edu!headwall.stanford.edu!newshub.sdsu.edu!proxad.net!feeder1-2.proxad.net!usenet-fr.net!grolier!sn-xt-sjc-02!sn-xt-sjc-08!sn-post-sjc-01!supernews.com!news.supernews.com!not-for-mail Original-Newsgroups: gnu.emacs.help User-Agent: KNode/0.10.5 Original-X-Complaints-To: abuse@supernews.com Original-Lines: 17 Original-Xref: shelby.stanford.edu gnu.emacs.help:153425 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:48910 Archived-At: Using emacs22 on (compiled for x) on kubuntu 7.10 >From the speedbar, I can select a file. By clicking on the '+' to the left of the filename, I will then get a list of functions. When I click on the function name, the beginning of the function is brought into focus in the editor frame. The line of the focus is highlighted. I would like find the name of that face so that I can change the color. As it is now, I can't read anything under it. I'm accustomed to use (what-cursor-position 1) to get a text property, but that doesn't seem to work in this case. Any ideas are welcome. Thanks tim