all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* bug#16042: eldoc. Mode-line don't updated properly.
@ 2013-12-03 20:19 Constantin Kulikov
  2013-12-04  4:42 ` Stefan Monnier
  0 siblings, 1 reply; 2+ messages in thread
From: Constantin Kulikov @ 2013-12-03 20:19 UTC (permalink / raw
  To: 16042

[-- Attachment #1: Type: text/plain, Size: 331 bytes --]

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

[-- Attachment #2: Type: text/html, Size: 518 bytes --]

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

* bug#16042: eldoc. Mode-line don't updated properly.
  2013-12-03 20:19 bug#16042: eldoc. Mode-line don't updated properly Constantin Kulikov
@ 2013-12-04  4:42 ` Stefan Monnier
  0 siblings, 0 replies; 2+ messages in thread
From: Stefan Monnier @ 2013-12-04  4:42 UTC (permalink / raw
  To: Constantin Kulikov; +Cc: 16042-done

> 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





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

end of thread, other threads:[~2013-12-04  4:42 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-12-03 20:19 bug#16042: eldoc. Mode-line don't updated properly Constantin Kulikov
2013-12-04  4:42 ` Stefan Monnier

Code repositories for project(s) associated with this external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.