From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: grischka Newsgroups: gmane.emacs.devel Subject: Re: The window-pub branch Date: Mon, 22 Nov 2010 12:43:26 +0100 Message-ID: <4CEA575E.5020607@gmx.de> References: <4CE56872.6050502@gmx.de> <4CE57519.7030403@gmx.at> <4CE59AC2.9030201@gmx.de> <4CE62E91.4030501@gmx.at> <4CE67DC5.7020603@gmx.de> <4CE68D34.1040308@gmx.at> <4CE6A9C3.5060400@gmx.de> <4CE792B7.7090406@gmx.at> <4CE7DEAB.8030401@gmx.de> <4CE80D77.10801@gmx.at> <4CE83A6B.6090904@gmx.de> <4CE8EB28.3060607@gmx.at> <4CE91FED.9060705@gmx.de> <4CE95C04.1090905@gmx.at> <4CEA3A75.50100@gmx.at> <4CEA514F.2030901@gmx.de> <4CEA53A5.9080009@gmx.at> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1290426239 3879 80.91.229.12 (22 Nov 2010 11:43:59 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 22 Nov 2010 11:43:59 +0000 (UTC) Cc: Stefan Monnier , emacs-devel@gnu.org To: martin rudalics Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Nov 22 12:43:54 2010 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1PKUoM-00036N-Li for ged-emacs-devel@m.gmane.org; Mon, 22 Nov 2010 12:43:54 +0100 Original-Received: from localhost ([127.0.0.1]:41286 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PKUoL-0002nu-OW for ged-emacs-devel@m.gmane.org; Mon, 22 Nov 2010 06:43:53 -0500 Original-Received: from [140.186.70.92] (port=57351 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PKUoD-0002nh-TD for emacs-devel@gnu.org; Mon, 22 Nov 2010 06:43:46 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PKUoC-0004jk-By for emacs-devel@gnu.org; Mon, 22 Nov 2010 06:43:45 -0500 Original-Received: from mailout-de.gmx.net ([213.165.64.23]:57633 helo=mail.gmx.net) by eggs.gnu.org with smtp (Exim 4.71) (envelope-from ) id 1PKUoB-0004jY-VJ for emacs-devel@gnu.org; Mon, 22 Nov 2010 06:43:44 -0500 Original-Received: (qmail invoked by alias); 22 Nov 2010 11:43:41 -0000 Original-Received: from unknown (EHLO [10.74.87.227]) [82.113.106.194] by mail.gmx.net (mp069) with SMTP; 22 Nov 2010 12:43:41 +0100 X-Authenticated: #18588216 X-Provags-ID: V01U2FsdGVkX18hLYYb8AMhUXMJS13IUBS0jXfsilmb8QTKACTK1N m6kXQH9hkrgk7Y User-Agent: Thunderbird 2.0.0.23 (Windows/20090812) In-Reply-To: <4CEA53A5.9080009@gmx.at> X-Y-GMX-Trusted: 0 X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:133002 Archived-At: martin rudalics wrote: > I still have to maintain the original concept of passing arbitrary > specifiers with `display-buffer' calls. An application might, for > example, want to calculate the minimum or desired height of the window > from the current size of the buffer to display. How can the user override specifiers for buffers that don't match unambiguous naming conventions (ediff, dired, ...)? > > martin >