unofficial mirror of bug-gnu-emacs@gnu.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 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).