GNU bug report logs - #7533
24.0.50; `dired-mark-pop-up': delete frame afterwards if `pop-up-frames'

Previous Next

Package: emacs;

Reported by: "Drew Adams" <drew.adams <at> oracle.com>

Date: Thu, 2 Dec 2010 18:32:01 UTC

Severity: minor

Found in version 24.0.50

Done: martin rudalics <rudalics <at> gmx.at>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: martin rudalics <rudalics <at> gmx.at>
To: Drew Adams <drew.adams <at> oracle.com>
Cc: Chong Yidong <cyd <at> stupidchicken.com>, 7533 <at> debbugs.gnu.org
Subject: bug#7533: 24.0.50;	`dired-mark-pop-up': delete frame afterwards if `pop-up-frames'
Date: Fri, 03 Dec 2010 19:41:43 +0100
[Message part 1 (text/plain, inline)]
> What I'm interested in is a fix for this bug - in the next Emacs release.

Meanwhile we should restore the old behavior.  Chong could
you please apply the attached patch.

martin


[dired.el.diff (text/plain, inline)]
*** /lisp/dired.el	2010-11-10 10:58:50.000000000 +0100
--- /lisp/dired.el	2010-12-03 19:31:02.234375000 +0100
***************
*** 2757,2763 ****
  		    ;; that's possible.  (Bug#1806)
  		    (split-window-vertically))
  	       ;; Otherwise, try to split WINDOW sensibly.
! 	       (split-window-sensibly window)))))
      (pop-to-buffer (get-buffer-create buf)))
    ;; If dired-shrink-to-fit is t, make its window fit its contents.
    (when dired-shrink-to-fit
--- 2757,2764 ----
  		    ;; that's possible.  (Bug#1806)
  		    (split-window-vertically))
  	       ;; Otherwise, try to split WINDOW sensibly.
! 	       (split-window-sensibly window))))
! 	pop-up-frames)
      (pop-to-buffer (get-buffer-create buf)))
    ;; If dired-shrink-to-fit is t, make its window fit its contents.
    (when dired-shrink-to-fit

This bug report was last modified 12 years and 311 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.