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

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

bug#4837: with-fewer-warnings ?


From: Glenn Morris
Subject: bug#4837: with-fewer-warnings ?
Date: Fri, 30 Oct 2009 22:25:36 -0400
User-agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/)

Severity: wishlist

`with-no-warnings' suppresses all compilation warnings.

I would like to add `with-fewer-warnings' (or some similar name) that
suppresses only some warnings.

Eg (with-fewer-warnings '(obsolete cl-functions) ...)

would not warn about obsolete things or cl-functions in the body. The
possible arguments are the members of byte-compile-warnings.

I can implement this if it is considered worth it (it's very similar
to with-no-warnings).






reply via email to

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