emacs-devel
[Top][All Lists]
Advanced

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

Re: Minor bug in verilog-mode.el


From: Andy Moreton
Subject: Re: Minor bug in verilog-mode.el
Date: Sat, 21 Apr 2012 18:33:11 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.1.50 (windows-nt)

On Sat 21 Apr 2012, Juanma Barranquero wrote:

>> When which-func-modes is t, this stops which-function-mode from working
>> with other modes.
>
> Fixed, thanks.

While diagnosing this issue, I found another. which-func-current is used
to print the function name in the mode line. This fails when using
which-function-mode on a perl script, as % chars in symbol names are not
escaped for printing in the mode line.

My local fix involved replacing "%" => "\%\%" in the string used in the
mode line format, but perhaps there needs to be a way to allow literal
strings in that context.

    AndyM




reply via email to

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