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

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

Re: cldoc.el 1.3 --- show Common Lisp function arglist in echo area


From: Stefan Monnier
Subject: Re: cldoc.el 1.3 --- show Common Lisp function arglist in echo area
Date: Fri, 17 Sep 2004 18:31:59 GMT
User-agent: Gnus/5.1006 (Gnus v5.10.6) Emacs/21.3.50 (gnu/linux)

> Currently almost all the code is from eldocl.el. But I think it's already
> useful.

I recent versions of eldoc.el, you can use:

(defvar eldoc-print-current-symbol-info-function nil
  "If non-nil, function to call to return doc string.
The function of no args should return a one-line string for displaying
doc about a function etc. appropriate to the context around point.
It should return nil if there's no doc appropriate for the context.
Typically doc is returned if point is on a function-like name or in its
arg list.

This variable is expected to be made buffer-local by modes (other than
Emacs Lisp mode) that support Eldoc.")


        Stefan


reply via email to

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