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

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

[debbugs-tracker] bug#16042: closed (eldoc. Mode-line don't updated prop


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#16042: closed (eldoc. Mode-line don't updated properly.)
Date: Wed, 04 Dec 2013 04:43:02 +0000

Your message dated Tue, 03 Dec 2013 23:42:52 -0500
with message-id <address@hidden>
and subject line Re: bug#16042: eldoc. Mode-line don't updated properly.
has caused the debbugs.gnu.org bug report #16042,
regarding eldoc. Mode-line don't updated properly.
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
16042: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=16042
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: eldoc. Mode-line don't updated properly. Date: Wed, 4 Dec 2013 00:19:21 +0400
# emacs --version
GNU Emacs 24.3.50.1

# emacs -q

M-x: eldoc-mode

M-: (setq | )
point ------^

Nothing shown on modeline.

C-x o

"setq ([SYM VAL]...)" appears on modeline.

Then if in `eldoc-minibuffer-message' function from eldoc.el
(force-mode-line-update) changed to (force-mode-line-update t) -- then it works as it should.


--- End Message ---
--- Begin Message --- Subject: Re: bug#16042: eldoc. Mode-line don't updated properly. Date: Tue, 03 Dec 2013 23:42:52 -0500 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux)
> Then if in `eldoc-minibuffer-message' function from eldoc.el
> (force-mode-line-update) changed to (force-mode-line-update t) -- then it
> works as it should.

Thanks, indeed force-mode-line-update was not called in the right buffer.
Should be fixed now,


        Stefan


--- End Message ---

reply via email to

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