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-list and delayed-warnings-hook Date: Tue, 20 Mar 2012 11:07:20 +0100 Message-ID: References: <87r4wnoasn.fsf@gnu.org> 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 1332238111 11960 80.91.229.3 (20 Mar 2012 10:08:31 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 20 Mar 2012 10:08:31 +0000 (UTC) Cc: emacs-devel@gnu.org To: Chong Yidong Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Mar 20 11:08:30 2012 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1S9vzO-0004rJ-OO for ged-emacs-devel@m.gmane.org; Tue, 20 Mar 2012 11:08:27 +0100 Original-Received: from localhost ([::1]:46835 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S9vzO-00032Q-1q for ged-emacs-devel@m.gmane.org; Tue, 20 Mar 2012 06:08:26 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:44976) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S9vzG-00031Y-Ve for emacs-devel@gnu.org; Tue, 20 Mar 2012 06:08:23 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1S9vzA-0000Kf-Kn for emacs-devel@gnu.org; Tue, 20 Mar 2012 06:08:18 -0400 Original-Received: from mail-pz0-f41.google.com ([209.85.210.41]:41295) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S9vz2-0000JB-TI; Tue, 20 Mar 2012 06:08:05 -0400 Original-Received: by dadv6 with SMTP id v6so12057973dad.0 for ; Tue, 20 Mar 2012 03:08:00 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type:content-transfer-encoding; bh=w6MlU3Fj66+99BLzJ6aF83qqS3ATUR5ci/B4bxMCYOw=; b=Cen3pbnYYsJT0D9ddNoOAzevTKFLMSn6afxWax7Tce56LJpU2RW6WY5XO1UfZMYBf0 nr/9tBDldqxYVWO1iU86RA8XOVqexpJDyIiYLkKPoW5bZVYk4wBop1B2rwGDLTCCX76+ +nfDaReh5ihkENYnZuVEUF4ADUGE2ypxcIefmgEjx2XFhJD+huEx3VbYxgypDoomrhNl 8/Ycc2p02UAHtOG8MlLSo7Opojv22ljL5gvru/kwwgF3RLpFXnZOmmXH5lL9sBWZq3J5 Z/k7AuI69Qfq54gDL5gmmtlAaKoc88hPAW3iHUz14JS7PodCKudPJaMrPICk+45ZeeKq XUbg== Original-Received: by 10.68.202.170 with SMTP id kj10mr28169452pbc.11.1332238080907; Tue, 20 Mar 2012 03:08:00 -0700 (PDT) Original-Received: by 10.143.1.15 with HTTP; Tue, 20 Mar 2012 03:07:20 -0700 (PDT) In-Reply-To: <87r4wnoasn.fsf@gnu.org> X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 209.85.210.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:149140 Archived-At: > Is there any reason the NEWS entry for this is tagged `---'? =C2=A0As far= as > I can tell, it is an ordinary new feature and should be documented. Glenn added the --- and the following comment in the code: +;; At present this is only really useful for Emacs internals. +;; Document in the lispref if it becomes generally useful. +;; Ref http://lists.gnu.org/archive/html/emacs-devel/2012-02/msg00085.html It is only used for Emacs internals, but I think it is useful in general. =C2=A0 =C2=A0 Juanma