From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: martin rudalics Newsgroups: gmane.emacs.bugs Subject: bug#9873: 24.0.90; dired - window changes size when trying to delete more than one file Date: Wed, 26 Oct 2011 11:22:04 +0200 Message-ID: <4EA7D13C.8060801@gmx.at> References: <86y5w87bli.fsf@googlemail.com> <86r52079fq.fsf@googlemail.com> 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 1319620949 11495 80.91.229.12 (26 Oct 2011 09:22:29 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 26 Oct 2011 09:22:29 +0000 (UTC) Cc: Christoph Scholtes , 9873@debbugs.gnu.org To: Juanma Barranquero Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Wed Oct 26 11:22:24 2011 Return-path: Envelope-to: geb-bug-gnu-emacs@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 1RIzgm-0008Ux-A9 for geb-bug-gnu-emacs@m.gmane.org; Wed, 26 Oct 2011 11:22:24 +0200 Original-Received: from localhost ([::1]:36967 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RIzgl-0007NV-Kn for geb-bug-gnu-emacs@m.gmane.org; Wed, 26 Oct 2011 05:22:23 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:56352) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RIzgi-0007N6-Uy for bug-gnu-emacs@gnu.org; Wed, 26 Oct 2011 05:22:22 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RIzgi-0005qH-4T for bug-gnu-emacs@gnu.org; Wed, 26 Oct 2011 05:22:20 -0400 Original-Received: from debbugs.gnu.org ([140.186.70.43]:40783) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RIzgi-0005qD-0R for bug-gnu-emacs@gnu.org; Wed, 26 Oct 2011 05:22:20 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.69) (envelope-from ) id 1RIziL-0005uy-OT for bug-gnu-emacs@gnu.org; Wed, 26 Oct 2011 05:24:01 -0400 X-Loop: help-debbugs@gnu.org Resent-From: martin rudalics Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Wed, 26 Oct 2011 09:24:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 9873 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: Original-Received: via spool by 9873-submit@debbugs.gnu.org id=B9873.131962103622736 (code B ref 9873); Wed, 26 Oct 2011 09:24:01 +0000 Original-Received: (at 9873) by debbugs.gnu.org; 26 Oct 2011 09:23:56 +0000 Original-Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1RIziG-0005uf-8k for submit@debbugs.gnu.org; Wed, 26 Oct 2011 05:23:56 -0400 Original-Received: from mailout-de.gmx.net ([213.165.64.23]) by debbugs.gnu.org with smtp (Exim 4.69) (envelope-from ) id 1RIziD-0005uS-FI for 9873@debbugs.gnu.org; Wed, 26 Oct 2011 05:23:54 -0400 Original-Received: (qmail invoked by alias); 26 Oct 2011 09:22:05 -0000 Original-Received: from 62-47-39-90.adsl.highway.telekom.at (EHLO [62.47.39.90]) [62.47.39.90] by mail.gmx.net (mp065) with SMTP; 26 Oct 2011 11:22:05 +0200 X-Authenticated: #14592706 X-Provags-ID: V01U2FsdGVkX18cpCQWAOQcLK9psPd3fbDXYYOwDu9uCVjCT0orpR ar3GMv37DnL385 User-Agent: Thunderbird 2.0.0.21 (Windows/20090302) In-Reply-To: X-Y-GMX-Trusted: 0 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list Resent-Date: Wed, 26 Oct 2011 05:24:01 -0400 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Received-From: 140.186.70.43 X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:53144 Archived-At: >> Thanks Juanma, this fixes the problem. I am not sure I understand what >> other implications this has, though. > > You'll have to ask Martin for that. The Elisp manual should cover `window-nest' in some detail. Please have a look. BTW this bug has been first described by Juri in Message#65 of Bug#1806. martin