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: Johan Bockgård
Subject: Re: Patch: make eldoc indicate current argument
Date: Sun, 15 Jul 2007 11:27:09 +0200
User-agent: Gnus/5.110006 (No Gnus v0.6) Emacs/22.1.50 (gnu/linux)

David Kastrup <address@hidden> writes:

> It appears that "such doc strings" were only there for `when' and
> `unless'.

Others are

  src/eval.c:   (or CONDITIONS ...)
  src/eval.c:   (and CONDITIONS ...)
  src/coding.c: (find-operation-coding-system OPERATION ARGUMENTS ...)

Maybe the last should even use `&rest' as it is a function rather than
a special form.


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 ...))

-- 
Johan Bockgård





reply via email to

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