emacs-devel
[Top][All Lists]
Advanced

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

Re: gnus/html2text.el


From: Miles Bader
Subject: Re: gnus/html2text.el
Date: Wed, 27 Oct 2004 10:45:56 +0900

Stefan Monnier <address@hidden> writes:
> Maybe `with-no-warnings' should take an extra argument listing the kind of
> warning to ignore.

Well `with-no-warnings' is a progn-alike, so some care would be needed
to do so in an compatible manner (can't just add a 2nd argument), but it
seems like a cool idea.

Perhaps something like:

   (with-no-warnings :kind interactive-command
      ...)

?

[presumably :kind could be followed by a list or warning names.]

-Miles
-- 
Love is a snowmobile racing across the tundra.  Suddenly it flips over,
pinning you underneath.  At night the ice weasels come.  --Nietzsche




reply via email to

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