|
| From: | Richard Stallman |
| Subject: | Re: Patch: make eldoc indicate current argument |
| Date: | Sun, 15 Jul 2007 18:54:07 -0400 |
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 fixed both of those (in Emacs 22) to be more rational:
[VAR VALUE]...
I hope those changes will migrate into the trunk.
| [Prev in Thread] | Current Thread | [Next in Thread] |