From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Thomas" Newsgroups: gmane.emacs.help Subject: Re: *VC-log* windows Date: 15 Oct 2006 23:35:42 -0700 Organization: http://groups.google.com Message-ID: <1160980542.281782.203870@i42g2000cwa.googlegroups.com> References: <1160711490.197931.312080@i42g2000cwa.googlegroups.com> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable X-Trace: sea.gmane.org 1160980871 32384 80.91.229.2 (16 Oct 2006 06:41:11 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 16 Oct 2006 06:41:11 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Oct 16 08:41:10 2006 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1GZM9t-0006yl-TV for geh-help-gnu-emacs@m.gmane.org; Mon, 16 Oct 2006 08:41:10 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GZM9t-0001lC-FT for geh-help-gnu-emacs@m.gmane.org; Mon, 16 Oct 2006 02:41:09 -0400 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!postnews.google.com!i42g2000cwa.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 23 Original-NNTP-Posting-Host: 210.94.41.89 Original-X-Trace: posting.google.com 1160980545 18927 127.0.0.1 (16 Oct 2006 06:35:45 GMT) Original-X-Complaints-To: groups-abuse@google.com Original-NNTP-Posting-Date: Mon, 16 Oct 2006 06:35:45 +0000 (UTC) User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322; .NET CLR 2.0.50727),gzip(gfe),gzip(gfe) Complaints-To: groups-abuse@google.com Injection-Info: i42g2000cwa.googlegroups.com; posting-host=210.94.41.89; posting-account=Vpsi-AwAAABHyexFbyHS9RLShYFKQnjI Original-Xref: shelby.stanford.edu gnu.emacs.help:142443 Original-To: help-gnu-emacs@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:38064 Archived-At: I know the difference between 'window' and 'frame' and I mean window. Anyway your soultion is also good for me except that the new frame does not inherit the font of parent frame. Kevin Rodgers =EC=9E=91=EC=84=B1: > 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)) >=20 > --=20 > Kevin