From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Alexis Newsgroups: gmane.emacs.devel Subject: Re: Silencing noise Date: Mon, 13 Apr 2015 17:50:32 +1000 Message-ID: <87oams5uwn.fsf@gmail.com> References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; format=flowed X-Trace: ger.gmane.org 1428911459 13227 80.91.229.3 (13 Apr 2015 07:50:59 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 13 Apr 2015 07:50:59 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Apr 13 09:50:54 2015 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 1YhZ8w-00005f-3S for ged-emacs-devel@m.gmane.org; Mon, 13 Apr 2015 09:50:54 +0200 Original-Received: from localhost ([::1]:47419 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YhZ8v-0006ro-1g for ged-emacs-devel@m.gmane.org; Mon, 13 Apr 2015 03:50:53 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:40893) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YhZ8n-0006qR-7M for emacs-devel@gnu.org; Mon, 13 Apr 2015 03:50:46 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YhZ8h-0002et-Jc for emacs-devel@gnu.org; Mon, 13 Apr 2015 03:50:45 -0400 Original-Received: from mail-pd0-x233.google.com ([2607:f8b0:400e:c02::233]:35932) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YhZ8h-0002eg-Br for emacs-devel@gnu.org; Mon, 13 Apr 2015 03:50:39 -0400 Original-Received: by pdea3 with SMTP id a3so98794601pde.3 for ; Mon, 13 Apr 2015 00:50:38 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=references:from:to:subject:in-reply-to:date:message-id:mime-version :content-type; bh=lmbaEltBgK2pvbzrHkoUpa3ApwvC+Odj7jWiBcvzTBo=; b=WzGkiZWb622MCnzYivbvZ65gwTG3T2pkFHXo+GeFfTmolxUSEZnwLi2B7BISPyeKvN 3W3KbJDchvaibHAOErOO4N2DOSNq7836NTDtKwFhezDn9FMeHoZDn2h/DW1C1/ns4UVT VRplhixbE6mc7lmPgmsKb630R90KVvsoo+Q+TIhxER44fqqcu9IHj5xwgMMSN8Q9YR64 A2PrTKfP/VQOZ3/ca5DSLZFB4tPu2V1f39111TMOve0ALFAnBCFuHrBsMKWHs2FmrtZ4 1WxqEvb+FX7j3FwKSrmp+P+auh9gzc3Zan8bbbmxE4xAP7KRl71xOMEscpqBfx9xftRD KvIw== X-Received: by 10.66.252.3 with SMTP id zo3mr23966121pac.26.1428911438392; Mon, 13 Apr 2015 00:50:38 -0700 (PDT) Original-Received: from localhost (ppp118-209-46-94.lns20.mel4.internode.on.net. [118.209.46.94]) by mx.google.com with ESMTPSA id v5sm6350186pdc.41.2015.04.13.00.50.35 for (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Mon, 13 Apr 2015 00:50:37 -0700 (PDT) In-reply-to: X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2607:f8b0:400e:c02::233 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:185367 Archived-At: Stefan Monnier writes: > On a related note, I think it would make sense to add a "message > redirection" variable, so that you can easily cause messages to > be redirected from the minibuffer elsewhere with a let-binding. +1. Yes please! Alexis.