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

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

[debbugs-tracker] bug#16622: closed (Flymake uses message-box, not stand


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#16622: closed (Flymake uses message-box, not standard warning infrastructure)
Date: Sun, 04 Dec 2016 02:03:02 +0000

Your message dated Sat, 03 Dec 2016 21:02:06 -0500
with message-id <address@hidden>
and subject line Re: bug#16622: Flymake uses message-box, not standard warning 
infrastructure
has caused the debbugs.gnu.org bug report #16622,
regarding Flymake uses message-box, not standard warning infrastructure
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
16622: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=16622
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: 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.



--- End Message ---
--- Begin Message --- Subject: Re: bug#16622: Flymake uses message-box, not standard warning infrastructure Date: Sat, 03 Dec 2016 21:02:06 -0500 User-agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/)
Version: 26.1

Glenn Morris wrote:

>> flymake-display-warning looks like this:
>
> AFAICS it's used in precisely one place, behind a
> flymake-gui-warnings-enabled option.
>
> I'd probably dump function and option post 24.4.

I finally did so in 041afb2.


--- End Message ---

reply via email to

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