all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* bug#31860: 27.0.50; make-process clears out eldoc-held echo area
@ 2018-06-16 17:24 João Távora
  2018-06-16 17:57 ` Eli Zaretskii
  0 siblings, 1 reply; 3+ messages in thread
From: João Távora @ 2018-06-16 17:24 UTC (permalink / raw)
  To: 31860

Hi,

$ ./emacs-master/src/emacs -Q

Eval in the scratch buffer

   (defun process-making-dummy-backend (report-fn &rest args)
     (make-process :name "dummy" :command '("echo"))
     (funcall report-fn nil))

   (setq flymake-diagnostic-functions '(process-making-dummy-backend))
    
   (flymake-mode)
    
Now start typing something like this
    
   (with-current-buffer

In Emacs 26.1 the arglist of with-current-buffer is displayed in the
mode-line.

In a recent master it is immediately cleared after the dummy flymake
handler kicks in, which is bug.  I think this started happening recently
but I dont have the time to bisect it.

João






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

end of thread, other threads:[~2018-06-17 13:21 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-06-16 17:24 bug#31860: 27.0.50; make-process clears out eldoc-held echo area João Távora
2018-06-16 17:57 ` Eli Zaretskii
2018-06-17 13:21   ` João Távora

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.