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


Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: João Távora <joaotavora <at> gmail.com>
To: bug-gnu-emacs <at> gnu.org
Subject: 27.0.50; make-process clears out eldoc-held echo area
Date: Sat, 16 Jun 2018 18:24:02 +0100
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





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.