From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: martin rudalics Newsgroups: gmane.emacs.devel Subject: Re: Emacs completion matches selection UI Date: Thu, 21 Nov 2013 08:41:03 +0100 Message-ID: <528DB90F.1010200@gmx.at> References: <87fvqtg02v.fsf@flea.lifelogs.com> <877gc5fm30.fsf@flea.lifelogs.com> <87bo1h6wvk.fsf@mail.jurta.org> <87iovnkiip.fsf@mail.jurta.org> <528C6607.9090903@gmx.at> <871u2aa7v3.fsf@mail.jurta.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1385019699 25416 80.91.229.3 (21 Nov 2013 07:41:39 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 21 Nov 2013 07:41:39 +0000 (UTC) Cc: emacs-devel@gnu.org, Stefan Monnier , Tom To: Juri Linkov Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Nov 21 08:41:40 2013 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 1VjOtP-0006oO-UY for ged-emacs-devel@m.gmane.org; Thu, 21 Nov 2013 08:41:40 +0100 Original-Received: from localhost ([::1]:58949 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VjOtP-00016f-FQ for ged-emacs-devel@m.gmane.org; Thu, 21 Nov 2013 02:41:39 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:42906) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VjOtF-00016S-LC for emacs-devel@gnu.org; Thu, 21 Nov 2013 02:41:37 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VjOt5-0000Lu-Lp for emacs-devel@gnu.org; Thu, 21 Nov 2013 02:41:29 -0500 Original-Received: from mout.gmx.net ([212.227.17.21]:56010) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VjOt5-0000Lp-CV for emacs-devel@gnu.org; Thu, 21 Nov 2013 02:41:19 -0500 Original-Received: from [62.47.35.227] ([62.47.35.227]) by mail.gmx.com (mrgmx003) with ESMTPSA (Nemesis) id 0McEI3-1W0FTx1RzT-00JX5B for ; Thu, 21 Nov 2013 08:41:14 +0100 In-Reply-To: <871u2aa7v3.fsf@mail.jurta.org> X-Provags-ID: V03:K0:rb+m7Io5I+d0smEcnxvNQxdZrF/qyyxforTZhFdnmNj+LoXIl+G jSwLyJThIcJbW+JQ/s6+MD+N7OjFZPEBqMlkf68Nz0SZL3icFxYJUkGfcCXcH/6dap4Kgzn u2cDjB0B41WUTIkUAPPN586nXLM4lNYdm73cxgK5h/D8ZBTFp8LX5yU0QnDQ9Ro/QncT/vA RdA31z0QjWhtdRe6mDILA== X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x [generic] X-Received-From: 212.227.17.21 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:165467 Archived-At: > To display the minibuffer completions near the minibuffer I tried > this customization: > > (add-to-list 'display-buffer-alist '("\\*Completions\\*" display-buffer-at-bottom (nil))) > > but it works only in one configuration with two horizontally split windows. > I expected that this action was intended to display the buffer always > above the minibuffer. Sorry, I forgot. What is it that does not work here? martin