[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: shrink-window-if-larger-than-buffer in VC-diff
From: |
Juanma Barranquero |
Subject: |
Re: shrink-window-if-larger-than-buffer in VC-diff |
Date: |
Mon, 16 Aug 2010 00:44:35 +0200 |
On Sun, Aug 15, 2010 at 01:15, Chong Yidong <address@hidden> wrote:
> I think the shrink-window-if-larger-than-buffer call in vc-diff-finish
> shouldn't be there in the first place. It's well-intentioned, but even
> in cases less extreme that the above, it can be annoying to resize the
> user's windows. Any objection to removing this call?
IMHO, such cases should be made optional (perhaps a global variable
covering such uses in many/most/all modes?) instead of removed. I
usually *always* want the shrinking behavior, and rarely reuse the
window.
Juanma