* 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
* bug#31860: 27.0.50; make-process clears out eldoc-held echo area
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
0 siblings, 1 reply; 3+ messages in thread
From: Eli Zaretskii @ 2018-06-16 17:57 UTC (permalink / raw)
To: João Távora; +Cc: 31860
> From: João Távora <joaotavora@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.
^ permalink raw reply [flat|nested] 3+ messages in thread
* bug#31860: 27.0.50; make-process clears out eldoc-held echo area
2018-06-16 17:57 ` Eli Zaretskii
@ 2018-06-17 13:21 ` João Távora
0 siblings, 0 replies; 3+ messages in thread
From: João Távora @ 2018-06-17 13:21 UTC (permalink / raw)
To: Eli Zaretskii; +Cc: 31860
[-- Attachment #1: Type: text/plain, Size: 972 bytes --]
Yep, that was it. Thanks
On Sat, Jun 16, 2018, 18:57 Eli Zaretskii <eliz@gnu.org> wrote:
> > From: João Távora <joaotavora@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.
>
[-- Attachment #2: Type: text/html, Size: 1492 bytes --]
^ 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).