From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: joakim@verona.se Newsgroups: gmane.emacs.devel Subject: Re: Minibuffer per buffer Date: Thu, 05 Mar 2015 09:33:16 +0100 Message-ID: References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1425544469 25972 80.91.229.3 (5 Mar 2015 08:34:29 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 5 Mar 2015 08:34:29 +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 09:34:19 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 1YTREI-0004sp-QP for ged-emacs-devel@m.gmane.org; Thu, 05 Mar 2015 09:34:02 +0100 Original-Received: from localhost ([::1]:50208 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YTREI-0000Ep-20 for ged-emacs-devel@m.gmane.org; Thu, 05 Mar 2015 03:34:02 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:35200) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YTRE4-0000CZ-9H for emacs-devel@gnu.org; Thu, 05 Mar 2015 03:33:49 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YTRE1-0001Ou-0z for emacs-devel@gnu.org; Thu, 05 Mar 2015 03:33:48 -0500 Original-Received: from mx1.bahnhof.se ([213.80.101.11]:35501) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YTRE0-0001OK-QM for emacs-devel@gnu.org; Thu, 05 Mar 2015 03:33:44 -0500 Original-Received: from localhost (mf.bahnhof.se [213.80.101.20]) by mx1-reinject (Postfix) with ESMTP id 6C91341043; Thu, 5 Mar 2015 09:33:42 +0100 (CET) X-Virus-Scanned: by amavisd-new using ClamAV at bahnhof.se (MF2) Original-Received: from mf2.bahnhof.se ([127.0.0.1]) by localhost (mf2.bahnhof.se [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id b6dfClIrVyeR; Thu, 5 Mar 2015 09:33:33 +0100 (CET) Original-Received: from mta.verona.se (h-235-62.a149.priv.bahnhof.se [85.24.235.62]) by mf2.bahnhof.se (Postfix) with ESMTP id 83DC5940157; Thu, 5 Mar 2015 09:33:26 +0100 (CET) Original-Received: from localhost (unknown [127.0.0.1]) by mta.verona.se (Postfix) with ESMTP id C027352DB70; Thu, 5 Mar 2015 08:33:26 +0000 (UTC) X-Virus-Scanned: amavisd-new at verona.se Original-Received: from mta.verona.se ([127.0.0.1]) by localhost (exodia.verona.se [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 3Dyy07lNpiAx; Thu, 5 Mar 2015 09:33:16 +0100 (CET) Original-Received: from exodia.verona.se (www.verona.se [192.168.200.15]) by mta.verona.se (Postfix) with ESMTP id B121C52DB6F; Thu, 5 Mar 2015 09:33:16 +0100 (CET) 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 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 213.80.101.11 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:183660 Archived-At: Tu Do writes: > 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. It is possible to have a separate minibuffer frame. Maybe you could hack something together, that moves a separate minibuffer frame around on the screen? Probably someone(tm) already did that. This is Emacs after all. > > Regards, > > Tu. > -- Joakim Verona