unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#42531: 28.0.50; eldoc regression w.r.t variables
@ 2020-07-25 17:50 Felician Nemeth
  2020-07-26  9:57 ` João Távora
  0 siblings, 1 reply; 2+ messages in thread
From: Felician Nemeth @ 2020-07-25 17:50 UTC (permalink / raw)
  To: 42531; +Cc: João Távora

With emacs -Q, insert (setq fill-column 70) to the *scratch* buffer and
move the point over fill-column.  With the current master, the echo area
shows:

  setq: ([MYM VAL]...)

With Emacs 26.1, it shows:

  fill-column: Column beyond which automatic line-wrapping should
  happen.

Thanks.





^ permalink raw reply	[flat|nested] 2+ messages in thread

* bug#42531: 28.0.50; eldoc regression w.r.t variables
  2020-07-25 17:50 bug#42531: 28.0.50; eldoc regression w.r.t variables Felician Nemeth
@ 2020-07-26  9:57 ` João Távora
  0 siblings, 0 replies; 2+ messages in thread
From: João Távora @ 2020-07-26  9:57 UTC (permalink / raw)
  To: Felician Nemeth; +Cc: 42531-done

Felician Nemeth <felician.nemeth@gmail.com> writes:

> With emacs -Q, insert (setq fill-column 70) to the *scratch* buffer and
> move the point over fill-column.  With the current master, the echo area
> shows:
>
>   setq: ([MYM VAL]...)
>
> With Emacs 26.1, it shows:
>
>   fill-column: Column beyond which automatic line-wrapping should

This was very easy to fix, so I did it immediately.
elisp-eldoc-var-docstring should come before elisp-eldoc-funcall in
eldoc-documentation-functions.

You can also experiment with setting eldoc-documentation-strategy
eldoc-documentation-compose, if you want to see both pieces of
documentation.

João





^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-07-26  9:57 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-07-25 17:50 bug#42531: 28.0.50; eldoc regression w.r.t variables Felician Nemeth
2020-07-26  9:57 ` João Távora

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).