From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Juanma Barranquero Newsgroups: gmane.emacs.devel Subject: Re: delayed-warnings-hook versus deferred-action-function Date: Wed, 8 Feb 2012 11:02:22 +0100 Message-ID: References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Trace: dough.gmane.org 1328695404 21771 80.91.229.3 (8 Feb 2012 10:03:24 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 8 Feb 2012 10:03:24 +0000 (UTC) Cc: emacs-devel@gnu.org To: Glenn Morris Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Feb 08 11:03:23 2012 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Rv4N0-0004Ii-GH for ged-emacs-devel@m.gmane.org; Wed, 08 Feb 2012 11:03:22 +0100 Original-Received: from localhost ([::1]:38148 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Rv4Mz-000718-M0 for ged-emacs-devel@m.gmane.org; Wed, 08 Feb 2012 05:03:21 -0500 Original-Received: from eggs.gnu.org ([140.186.70.92]:55681) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Rv4Mu-00070h-4A for emacs-devel@gnu.org; Wed, 08 Feb 2012 05:03:20 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Rv4Mo-00057k-LA for emacs-devel@gnu.org; Wed, 08 Feb 2012 05:03:16 -0500 Original-Received: from mail-pw0-f41.google.com ([209.85.160.41]:64467) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Rv4Mh-00053s-9h; Wed, 08 Feb 2012 05:03:03 -0500 Original-Received: by pbcwz17 with SMTP id wz17so458750pbc.0 for ; Wed, 08 Feb 2012 02:03:02 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type:content-transfer-encoding; bh=LiQ401uH04uMp8sA8D2ERRQiIGLqZRysrc0FMzz7rbo=; b=qkKp4pFZW5JxHPR6ArCnq/QZISrx5M42oyCL0DWZe0CPGJ6Tqv0XuwTHxOubuuOMPK Xq93dpcrLBsPyAknjx4SPqANBlzav/UlsOguLtpQhHHIUuWePN/2yc4kG9m04LJF6Vgv VI/kvFz2Dp+aMtMQXA9iSbEo5Ha3K2oJWlLOU= Original-Received: by 10.68.229.33 with SMTP id sn1mr55705198pbc.60.1328695382197; Wed, 08 Feb 2012 02:03:02 -0800 (PST) Original-Received: by 10.143.37.9 with HTTP; Wed, 8 Feb 2012 02:02:22 -0800 (PST) In-Reply-To: X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 209.85.160.41 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:148352 Archived-At: On Wed, Feb 8, 2012 at 09:32, Glenn Morris wrote: > Can you give an example of something I might want to use this for? Anything for which you would use display-warning, if you want the user to be able to filter it. Or any warning that happens at an inconvenient time and would be better delayed. The only specific example I have in mind right now of this case is the one I already mentioned: errors during redisplay. =C2=A0 =C2=A0 Juanma