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: patch for optional inhibit of delete-other-windows(IDE feature) Date: Tue, 29 Apr 2008 15:31:10 +0200 Message-ID: <4817231E.90307@gmx.at> References: <84D8FEFE8D23E94E9C2A6F0C58EE07E342A309@mucmail3.sdm.de> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1209476006 17128 80.91.229.12 (29 Apr 2008 13:33:26 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 29 Apr 2008 13:33:26 +0000 (UTC) Cc: rms@gnu.org, monnier@iro.umontreal.ca, joakim@verona.se, emacs-devel@gnu.org To: klaus.berndl@sdm.de Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Apr 29 15:33:53 2008 connect(): Connection refused 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.50) id 1Jqpxh-0004wZ-2I for ged-emacs-devel@m.gmane.org; Tue, 29 Apr 2008 15:33:37 +0200 Original-Received: from localhost ([127.0.0.1]:57281 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Jqpx0-0003Pi-Ak for ged-emacs-devel@m.gmane.org; Tue, 29 Apr 2008 09:32:54 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JqpwF-000391-J2 for emacs-devel@gnu.org; Tue, 29 Apr 2008 09:32:07 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JqpwF-00038h-1L for emacs-devel@gnu.org; Tue, 29 Apr 2008 09:32:07 -0400 Original-Received: from [199.232.76.173] (port=54448 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JqpwE-00038c-Q6 for emacs-devel@gnu.org; Tue, 29 Apr 2008 09:32:06 -0400 Original-Received: from mail.gmx.net ([213.165.64.20]) by monty-python.gnu.org with smtp (Exim 4.60) (envelope-from ) id 1JqpwE-00046V-Ar for emacs-devel@gnu.org; Tue, 29 Apr 2008 09:32:06 -0400 Original-Received: (qmail invoked by alias); 29 Apr 2008 13:32:05 -0000 Original-Received: from 62-47-34-225.adsl.highway.telekom.at (EHLO [62.47.34.225]) [62.47.34.225] by mail.gmx.net (mp018) with SMTP; 29 Apr 2008 15:32:05 +0200 X-Authenticated: #14592706 X-Provags-ID: V01U2FsdGVkX1/Tkcl1+I7TXXX7Drimz76DJnKYMRf5/1xfQK5460 A0P0ffgpdV2RxZ User-Agent: Mozilla Thunderbird 1.0 (Windows/20041206) X-Accept-Language: de-DE, de, en-us, en In-Reply-To: <84D8FEFE8D23E94E9C2A6F0C58EE07E342A309@mucmail3.sdm.de> X-Y-GMX-Trusted: 0 X-detected-kernel: by monty-python.gnu.org: Linux 2.6, seldom 2.4 (older, 4) 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:96140 Archived-At: > So displaying some buffers in certain windows automatically is very important > for a tool like ECB...of course there are hooks like `display-buffer-function' > which could be used instead of an advice but as described above (see the comment) > this implies to reimplement all standard window-choosing-stuff again which > is a bad idea and superfluous... I rewrote `display-buffer' in Elisp and - provided Stefan agrees - plan to commit this soon. In this case you wouldn't have to "rewrite" any of its code but simply copy it and patch the necessary parts.