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

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

Re: *VC-log* windows


From: Kevin Rodgers
Subject: Re: *VC-log* windows
Date: Fri, 13 Oct 2006 09:48:53 -0600
User-agent: Thunderbird 1.5.0.7 (Windows/20060909)

Thomas wrote:
When there are more than one window and I invoke some VC command,
*VC-log* occupies an existing window and close it after I finish
writing the log!

I think this is not a good behavior. How can I let *VC-log* buffer
always make a new window?

I think you mean a new frame:

(setq special-display-buffer-names
      (cons "*VC-log*" special-display-buffer-names))

--
Kevin





reply via email to

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