From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Filipp Gunbin Newsgroups: gmane.emacs.devel Subject: Re: Minibuffer per buffer Date: Thu, 05 Mar 2015 12:43:45 +0300 Message-ID: References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1425548654 29856 80.91.229.3 (5 Mar 2015 09:44:14 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 5 Mar 2015 09:44:14 +0000 (UTC) Cc: emacs-devel@gnu.org To: Tu Do Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Mar 05 10:44:04 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 1YTSK1-0003WX-D9 for ged-emacs-devel@m.gmane.org; Thu, 05 Mar 2015 10:44:01 +0100 Original-Received: from localhost ([::1]:50618 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YTSK0-00028A-OM for ged-emacs-devel@m.gmane.org; Thu, 05 Mar 2015 04:44:00 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:52671) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YTSJx-00025X-6a for emacs-devel@gnu.org; Thu, 05 Mar 2015 04:43:57 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YTSJs-0000a9-7U for emacs-devel@gnu.org; Thu, 05 Mar 2015 04:43:57 -0500 Original-Received: from out2-smtp.messagingengine.com ([66.111.4.26]:35642) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YTSJr-0000ZN-VL for emacs-devel@gnu.org; Thu, 05 Mar 2015 04:43:52 -0500 Original-Received: from compute4.internal (compute4.nyi.internal [10.202.2.44]) by mailout.nyi.internal (Postfix) with ESMTP id 0F8E220862 for ; Thu, 5 Mar 2015 04:43:49 -0500 (EST) Original-Received: from frontend1 ([10.202.2.160]) by compute4.internal (MEProxy); Thu, 05 Mar 2015 04:43:50 -0500 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=fastmail.fm; h= x-sasl-enc:from:to:cc:subject:references:date:in-reply-to :message-id:mime-version:content-type; s=mesmtp; bh=Lnt5RsYsrTkD WNRcHzDalMRAYow=; b=kTOuntXvqfd17ev6COB57Ouudh8F/flD+Fp51OZ+Dh5t ugEQpqzwBz8hPXjunsw1jtcovWYtfOAAhiWPHL71dF4qzTbSKfxt6tX33drxNNIs 0LFokjiQMEIYu/rv+JdM91dCK6uK73kx8xBcsNjCLmknnuAqsJ6ahdcjS6idmD8= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= messagingengine.com; h=x-sasl-enc:from:to:cc:subject:references :date:in-reply-to:message-id:mime-version:content-type; s= smtpout; bh=Lnt5RsYsrTkDWNRcHzDalMRAYow=; b=sQYbC0t9B7lF8gCnzvuV xNYwaTAGp5ZuzhaZW/lJrNXtbmgkouR1qLzRrfeOlk7poIaNn7cNNUjxaMmmJcQX 31zbNgJkms/q8PDSlAqSKWU5GMjtAtxXALHJOmHc+/zbO/bl3iRnlrI/dyPC2V01 v/dO7sFL3/hqx4PP9ccNuRg= X-Sasl-enc: v1aYt5ClNcuHGj3cNbFQfhMOyBAVPtw8S0zIT5Iy9yyM 1425548629 Original-Received: from fgunbin.local (unknown [178.66.177.240]) by mail.messagingengine.com (Postfix) with ESMTPA id 94CBFC00297; Thu, 5 Mar 2015 04:43:49 -0500 (EST) In-Reply-To: (Tu Do's message of "Thu, 5 Mar 2015 11:47:53 +0700") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (darwin) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 66.111.4.26 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:183662 Archived-At: Hi, On 05/03/2015 11:47 +0700, Tu Do wrote: > Hi list, > > As monitor becomes larger with higher resolution (i.e. 4k monitor), I think it would be beneficial to have an option to activate minibuffer > per buffer. Where should echo messages (including not related to the current buffer) be displayed in this case? Filipp