GNU bug report logs - #31860
27.0.50; make-process clears out eldoc-held echo area

Previous Next

Package: emacs;

Reported by: João Távora <joaotavora <at> gmail.com>

Date: Sat, 16 Jun 2018 17:25:02 UTC

Severity: normal

Merged with 31855

Found in version 27.0.50

Done: Eli Zaretskii <eliz <at> gnu.org>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Eli Zaretskii <eliz <at> gnu.org>
To: João Távora <joaotavora <at> gmail.com>
Cc: 31860 <at> debbugs.gnu.org
Subject: bug#31860: 27.0.50; make-process clears out eldoc-held echo area
Date: Sat, 16 Jun 2018 20:57:17 +0300
> From: João Távora <joaotavora <at> gmail.com>
> Date: Sat, 16 Jun 2018 18:24:02 +0100
> 
> $ ./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.

I think it's another manifestation of bug#31855.




This bug report was last modified 6 years and 338 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.