From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.help Subject: Re: How big are your customisations? Date: Sat, 05 Aug 2006 15:15:32 +0300 Message-ID: References: <1153907142.547631.259450@s13g2000cwa.googlegroups.com> <1154080566.151718.104270@75g2000cwc.googlegroups.com> <1154771611.190008.232490@m73g2000cwd.googlegroups.com> NNTP-Posting-Host: main.gmane.org X-Trace: sea.gmane.org 1154780180 18307 80.91.229.2 (5 Aug 2006 12:16:20 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 5 Aug 2006 12:16:20 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sat Aug 05 14:16:15 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 1G9L4V-0002qU-MI for geh-help-gnu-emacs@m.gmane.org; Sat, 05 Aug 2006 14:16:05 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1G9L4V-0006Nh-1e for geh-help-gnu-emacs@m.gmane.org; Sat, 05 Aug 2006 08:16:03 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1G9L4I-0006N5-KC for help-gnu-emacs@gnu.org; Sat, 05 Aug 2006 08:15:50 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1G9L4H-0006Ln-5z for help-gnu-emacs@gnu.org; Sat, 05 Aug 2006 08:15:50 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1G9L4H-0006Le-2C for help-gnu-emacs@gnu.org; Sat, 05 Aug 2006 08:15:49 -0400 Original-Received: from [192.114.186.73] (helo=heller.inter.net.il) by monty-python.gnu.org with esmtp (Exim 4.52) id 1G9L83-00056B-HN for help-gnu-emacs@gnu.org; Sat, 05 Aug 2006 08:19:43 -0400 Original-Received: from HOME-C4E4A596F7 (IGLD-80-230-209-150.inter.net.il [80.230.209.150]) by heller.inter.net.il (MOS 3.7.3a-GA) with ESMTP id ADX24709 (AUTH halo1); Sat, 5 Aug 2006 15:15:32 +0300 (IDT) Original-To: help-gnu-emacs@gnu.org In-reply-to: <1154771611.190008.232490@m73g2000cwd.googlegroups.com> (davin.pearson@gmail.com) 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:36518 Archived-At: > From: "Davin Pearson" > Date: 5 Aug 2006 02:53:31 -0700 > > Eli Zaretskii wrote: > > which-func.el shows the current function in the mode line > > > > Why don't you use these? > > I have just tried to the following: > > (require 'which-func) > (find-file "a.cc") > (which-func) > > And it only displays [???] > > How do I get it to work? What is `which-func'? there's no such function in which-func.el. To activate the mode, type "M-x which-func-mode RET"; you don't need to (require 'which-func) explicitly.