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: Daniel Colascione
Subject: bug#16622: Flymake uses message-box, not standard warning infrastructure
Date: Sat, 01 Feb 2014 18:13:42 -0800
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.2.0

flymake-display-warning looks like this:


(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.





reply via email to

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