bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#1806: dired-pop-to-buffer in wrong place


From: martin rudalics
Subject: bug#1806: dired-pop-to-buffer in wrong place
Date: Thu, 08 Jan 2009 20:25:18 +0100
User-agent: Thunderbird 2.0.0.16 (Windows/20080708)

>   (cond ((> (frame-width) (window-width window))

It might be better to use (not (window-full-width-p window)) here.
Comparing `frame-width' and `window-width' is not always reliable.

> If the current window is not the full frame width, I do not adjust its
> size because it would shink other windows along with it.

IIUC you mostly use a

  (delete-other-windows)
  (split-window-vertically)
  (org-switch-to-buffer-other-window ...)

paradigm which avoids most of the pitfalls raised by Juri.  So I think
you are not really bothered by the problems discussed here.

martin






reply via email to

[Prev in Thread] Current Thread [Next in Thread]