emacs-devel
[Top][All Lists]
Advanced

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

Re: Small improvements to ruby-mode


From: Stefan Monnier
Subject: Re: Small improvements to ruby-mode
Date: Fri, 05 Jul 2013 07:08:14 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux)

> The only problem with it I can see is, it sets eldoc-documentation-function,
> so it can't be used outside of comments.

I don't understand why setting eldoc-documentation-function would
prevent something from being used in comments.

> I guess we'll eventually need eldoc-documentation-functions hook, like
> we have for completions.

(add-function :around (local eldoc-documentation-function) ...)

should make eldoc-documentation-functions unnecessary.


        Stefan



reply via email to

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