gnu-emacs-sources
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Displays the current function/method on the mode line


From: Davin Pearson
Subject: Re: Displays the current function/method on the mode line
Date: Sat, 22 Jan 2011 14:50:13 -0800 (PST)
User-agent: G2/1.0

On Jan 19, 8:45 am, Ted Zlatanov <address@hidden> wrote:
> On Sat, 15 Jan 2011 16:28:01 -0800 (PST) Davin Pearson <address@hidden> wrote:
>
> DP> ;;; cfm.el --- Displays the current function or method on the mode-line
>
> Could you explain how this is different from `which-func-mode'?
>
> Thanks
> Ted


class A
{
   void foo()
   {
            <--- displays A::foo here on the mode line
   }
}



reply via email to

[Prev in Thread] Current Thread [Next in Thread]