emacs-devel
[Top][All Lists]
Advanced

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

Re: Patch: make eldoc indicate current argument


From: Paul Pogonyshev
Subject: Re: Patch: make eldoc indicate current argument
Date: Mon, 16 Jul 2007 02:23:24 +0300
User-agent: KMail/1.7.2

Johan Bockgård wrote:
> Then there are a bunch of operators using e.g. square brackets which
> are troublesome for eldoc. E.g
> 
>   (setq-default [VAR VALUE...])
> 
>   (vs  (setq SYM VAL SYM VAL ...))

I was aware of such things (optional parameters in brackets), but
didn't figure out what to do with them:

    ;; FIXME: What to do with optional arguments, like in
    ;;        (defun NAME ARGLIST [DOCSTRING] BODY...) case?
    ;;        The problem is there is no robust way to determine if
    ;;        the current argument is indeed a docstring.

Paul




reply via email to

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