emacs-bug-tracker
[Top][All Lists]
Advanced

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

bug#42531: closed (28.0.50; eldoc regression w.r.t variables)


From: GNU bug Tracking System
Subject: bug#42531: closed (28.0.50; eldoc regression w.r.t variables)
Date: Sun, 26 Jul 2020 09:59:02 +0000

Your message dated Sun, 26 Jul 2020 10:57:54 +0100
with message-id <87tuxutx7h.fsf@gmail.com>
and subject line Re: bug#42531: 28.0.50; eldoc regression w.r.t variables
has caused the debbugs.gnu.org bug report #42531,
regarding 28.0.50; eldoc regression w.r.t variables
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
42531: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=42531
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: 28.0.50; eldoc regression w.r.t variables Date: Sat, 25 Jul 2020 19:50:43 +0200 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux)
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.



--- End Message ---
--- Begin Message --- Subject: Re: bug#42531: 28.0.50; eldoc regression w.r.t variables Date: Sun, 26 Jul 2020 10:57:54 +0100 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux)
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


--- End Message ---

reply via email to

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