all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* bug#16622: Flymake uses message-box, not standard warning infrastructure
@ 2014-02-02  2:13 Daniel Colascione
  2014-02-04  3:27 ` Leo Liu
  2014-02-04  3:33 ` Glenn Morris
  0 siblings, 2 replies; 4+ messages in thread
From: Daniel Colascione @ 2014-02-02  2:13 UTC (permalink / raw)
  To: 16622

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.





^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2016-12-04  2:02 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-02-02  2:13 bug#16622: Flymake uses message-box, not standard warning infrastructure Daniel Colascione
2014-02-04  3:27 ` Leo Liu
2014-02-04  3:33 ` Glenn Morris
2016-12-04  2:02   ` Glenn Morris

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.