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: Nested display strings Date: Mon, 25 Apr 2011 21:03:24 +0200 Message-ID: References: <83k4ekc3z1.fsf@gnu.org> <8339l7blfe.fsf@gnu.org> <83ipu2a284.fsf@gnu.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Trace: dough.gmane.org 1303758254 6274 80.91.229.12 (25 Apr 2011 19:04:14 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 25 Apr 2011 19:04:14 +0000 (UTC) Cc: Eli Zaretskii , emacs-devel@gnu.org To: Stefan Monnier Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Apr 25 21:04:10 2011 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1QER4r-000446-Sd for ged-emacs-devel@m.gmane.org; Mon, 25 Apr 2011 21:04:10 +0200 Original-Received: from localhost ([::1]:33180 helo=lists2.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QER4r-0004io-DK for ged-emacs-devel@m.gmane.org; Mon, 25 Apr 2011 15:04:09 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:57326) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QER4o-0004ij-Ru for emacs-devel@gnu.org; Mon, 25 Apr 2011 15:04:07 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QER4o-0007gt-3t for emacs-devel@gnu.org; Mon, 25 Apr 2011 15:04:06 -0400 Original-Received: from mail-yi0-f41.google.com ([209.85.218.41]:35645) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QER4m-0007gf-Rq; Mon, 25 Apr 2011 15:04:04 -0400 Original-Received: by yib18 with SMTP id 18so917271yib.0 for ; Mon, 25 Apr 2011 12:04:04 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc:content-type:content-transfer-encoding; bh=RsdMyv4gPUcL+7q+OdAeHoZhlEsQdSWzn2o6WK+q7/E=; b=RUvA1pGnfEHkR44Mv3RqGhXQsZv3qFeP/Ow6wyZ8vq+qAp69Jfyyc5EpsnPtkcj/tC RuyOwQxntypDNj3P3heHmhs3fxR46qlSUp8WWY1lGvzrruBa73KepaqPUQizjgBsDNAr I9q2C4sbXmmNhb2w8HHYlr2t/2Dw5VLRMseOU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type:content-transfer-encoding; b=KHfFiSItw4yKPGcEEOHcqsqDVh9zIJctwVPBTwaptwIfJeY97FrqfFYw6ukdQnJqoG geJ6jr0ow+/SKRjD0fwbjRgn02Ou+zhUkF0bzBsAdOWKeqEBFYagSraKWOrs/T8hHuB1 GugZOm7WW7SdRFMr3I34u6wQ9SBi7oFpvCCC4= Original-Received: by 10.150.214.11 with SMTP id m11mr3895535ybg.254.1303758244097; Mon, 25 Apr 2011 12:04:04 -0700 (PDT) Original-Received: by 10.147.182.5 with HTTP; Mon, 25 Apr 2011 12:03:24 -0700 (PDT) In-Reply-To: X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Received-From: 209.85.218.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:138762 Archived-At: On Mon, Apr 25, 2011 at 16:57, Stefan Monnier wr= ote: > There was recently a discussion of how to signal warnings/errors in > a delayed fashion. > In the mean time, the above is better than nothing. Yes, and there were a couple of mechanisms proposed, but none was committed for lack of a decission... > We don't have a good mechanism for it currently, but > it would be good to add one. Definitely. =C2=A0 =C2=A0 Juanma