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

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

Re: eldoc support with M-:


From: Thierry Volpiatto
Subject: Re: eldoc support with M-:
Date: Tue, 09 Aug 2011 09:25:09 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux)

Thierry Volpiatto <address@hidden> writes:

> Here the last version of eldoc-eval.el.
> It provide a new macro `with-eldoc-in-minibuffer' that allow to enable
> eldoc support in any minibuffer code:
>
> (with-eldoc-in-minibuffer (read-string "test eldoc: " "(let")))
>
> It also follow arguments while you are writing, just like normal eldoc.
> To see this, you need to set a visible face, the default one of eldoc is
> most of the time invisible, do like this or use customize:
>
> (when (require 'eldoc)
>   (set-face-attribute 'eldoc-highlight-function-argument nil :underline 
> "red"))

Find here updated version that support own minibuffer frame settings.

-- 
A+ Thierry
Get my Gnupg key:
gpg --keyserver pgp.mit.edu --recv-keys 59F29997 

Attachment: eldoc-eval.el
Description: application/emacs-lisp

Attachment: eldoc-eval.el.sig
Description: Binary data


reply via email to

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