bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#16622: Flymake uses message-box, not standard warning infrastructure


From: Leo Liu
Subject: bug#16622: Flymake uses message-box, not standard warning infrastructure
Date: Tue, 04 Feb 2014 11:27:56 +0800
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (OS X 10.9.1)

On 2014-02-02 10:13 +0800, Daniel Colascione wrote:
> (defun flymake-display-warning (warning)
>   "Display a warning to user."
>   (message-box warning))
>
> Shouldn't we be using the built-in warning function? Seeing a GUI
> message box for a lisp error is very surprising.

This might have something to do with flymake uses mouse to bring up the
error messages i.e. the help-echo. I will take a closer look in a few
days (due to Chinese new year break).

Leo





reply via email to

[Prev in Thread] Current Thread [Next in Thread]