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: display-buffer-alist simplifications Date: Mon, 08 Aug 2011 11:07:29 +0200 Message-ID: <4E3FA751.6050008@gmx.at> References: <4E3AFA34.2090903@gmx.de> <4E3C53AC.6050403@gmx.de> <874o1tytdc.fsf@mail.jurta.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1312794474 5937 80.91.229.12 (8 Aug 2011 09:07:54 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 8 Aug 2011 09:07:54 +0000 (UTC) Cc: Juri Linkov , grischka , emacs-devel@gnu.org To: Stefan Monnier Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Aug 08 11:07:49 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 1QqLoL-0003N0-BV for ged-emacs-devel@m.gmane.org; Mon, 08 Aug 2011 11:07:49 +0200 Original-Received: from localhost ([::1]:41649 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QqLoK-0001gp-Eu for ged-emacs-devel@m.gmane.org; Mon, 08 Aug 2011 05:07:48 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:58286) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QqLoH-0001gV-2K for emacs-devel@gnu.org; Mon, 08 Aug 2011 05:07:45 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QqLoG-0000C2-5v for emacs-devel@gnu.org; Mon, 08 Aug 2011 05:07:45 -0400 Original-Received: from mailout-de.gmx.net ([213.165.64.22]:46132) by eggs.gnu.org with smtp (Exim 4.71) (envelope-from ) id 1QqLoF-0000AP-QL for emacs-devel@gnu.org; Mon, 08 Aug 2011 05:07:44 -0400 Original-Received: (qmail invoked by alias); 08 Aug 2011 09:07:32 -0000 Original-Received: from 62-47-58-134.adsl.highway.telekom.at (EHLO [62.47.58.134]) [62.47.58.134] by mail.gmx.net (mp024) with SMTP; 08 Aug 2011 11:07:32 +0200 X-Authenticated: #14592706 X-Provags-ID: V01U2FsdGVkX1/rIOdQQybrbNr0B4sY99vXnM3iZl6M8Iz/LpjEVL 5tazy5Hfo1g4iO User-Agent: Thunderbird 2.0.0.21 (Windows/20090302) In-Reply-To: X-Y-GMX-Trusted: 0 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Received-From: 213.165.64.22 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:143003 Archived-At: >>> "As well" I suppose means that in next release >>> emacs -Q RET C-x 3 M-x y TAB >>> will finally open the *completions* in a 3rd full width bottom >>> window also for everyone, >> I'm impatiently waiting for this as well ;) > > You can already do that since Emacs-20 by setting special-display-regexp > to something like > > (add-to-list 'special-display-regexps > '("\\*Completions\\*" my-display-completions)) > > Tho I haven't seen any sample "my-display-completions" yet. I doubt you can make a "full width bottom window" in Emacs-20 when the frame contains just two side-by-side windows. martin